Skip to content

Commit 7141154

Browse files
committed
feat: implementen VEDA styles, logo and fonts
1 parent 5c84e28 commit 7141154

File tree

12 files changed

+881
-20
lines changed

12 files changed

+881
-20
lines changed

frontend/components/AppFooter/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function AppFooter () {
2626
</p>
2727
<ContactEmail email={host?.email} headers={host?.emailHeaders} />
2828
{/* <div className="py-4"></div> */}
29-
<div className="bg-base-100 w-[24rem] p-4 rounded-md mt-4">
29+
<div className="w-[10rem] p-2 rounded-md mt-4">
3030
<OrganisationLogo host={host} />
3131
</div>
3232

frontend/components/AppHeader/index.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,13 @@ export default function AppHeader() {
5151
<div className="w-full flex-1 flex items-center justify-between">
5252
<Link href="/" passHref className="hover:text-inherit" aria-label="Link to home page">
5353
<img
54-
src="/apple-touch-icon.png"
55-
alt="KIN logo"
54+
src={host.logo_url}
55+
alt="VEDA by KIN logo"
5656
title="Klimaatonderzoek Initiatief Nederland"
5757
style={{
5858
height: '3.5rem',
5959
width: 'auto',
60-
padding: '0.5rem',
61-
objectFit: 'contain',
62-
backgroundColor: '#fff',
63-
borderRadius:'50%'
60+
objectFit: 'contain'
6461
}}
6562
/>
6663
</Link>

frontend/public/data/settings.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"host": {
33
"name": "kin-rpd",
4+
"email": "[email protected]",
45
"emailHeaders": [],
5-
"logo_url": "/images/logo-KIN.svg",
6-
"website": "https://hetkin.nl/en/home-en/",
6+
"logo_url": "/images/veda-beta-logo.png",
7+
"website": "https://hetkin.nl/en/",
78
"feedback": {
89
"enabled": true,
9-
"url": "rsd@esciencecenter.nl",
10+
"url": "veda@hetkin.nl",
1011
"issues_page_url": "https://github.com/research-software-directory/KIN-RPD/issues"
1112
},
1213
"login_info_url":"https://research-software-directory.github.io/documentation/getting-access.html",
@@ -52,19 +53,19 @@
5253
"base-content": "#306070",
5354
"base-content-secondary": "rgba(48,96,112,0.7)",
5455
"base-content-disabled": "rgba(34,36,37,0.45)",
55-
"primary": "#01A2D6",
56+
"primary": "#01a2d6",
5657
"primary-content": "#fff",
5758
"secondary": "#306070",
5859
"secondary-content": "#fff",
59-
"accent": "#a3ccb9",
60-
"accent-content": "#306070",
61-
"error": "#8A1D12",
60+
"accent": "#01a2d6",
61+
"accent-content": "#fff",
62+
"error": "#EC5F59",
6263
"error-content": "#fff",
6364
"warning": "#ed6c02",
6465
"warning-content": "#fff",
6566
"info": "#0288d1",
6667
"info-content": "#fff",
67-
"success": "#307070",
68+
"success": "#71ad93",
6869
"success-content": "#fff",
6970
"glow-start": "#db2777",
7071
"glow-end": "#9333ea"
@@ -101,15 +102,15 @@
101102
"primary-content": "#fff",
102103
"secondary": "#306070",
103104
"secondary-content": "#fff",
104-
"accent": "#73095d",
105+
"accent": "#6C4E71",
105106
"accent-content": "#fff",
106-
"error": "#e53935",
107+
"error": "#EC5F59",
107108
"error-content": "#000",
108109
"warning": "#ed6c02",
109110
"warning-content": "#000",
110111
"info": "#0288d1",
111112
"info-content": "#000",
112-
"success": "#2e7d32",
113+
"success": "#71ad93",
113114
"success-content": "#fff",
114115
"glow-start": "#db2777",
115116
"glow-end": "#9333ea"
@@ -129,8 +130,8 @@
129130
}
130131
},
131132
"typography": {
132-
"defaultFontFamily": "aller, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
133-
"titlesFontFamily": "aller, Roboto, sans-serif",
133+
"defaultFontFamily": "Aller, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
134+
"titlesFontFamily": "Aller, Roboto, sans-serif",
134135
"fontWeightLight": 200,
135136
"fontWeightRegular": 400,
136137
"fontWeightMedium": 500,

frontend/public/images/veda-banner.svg

Lines changed: 825 additions & 0 deletions
Loading
4.85 KB
Loading
44.2 KB
Binary file not shown.
55.4 KB
Binary file not shown.
54.7 KB
Binary file not shown.
54.6 KB
Binary file not shown.
53.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)