Skip to content

Commit

Permalink
some design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
julsraemy committed Feb 9, 2024
1 parent 80ea07f commit 6d4be7d
Show file tree
Hide file tree
Showing 16 changed files with 124 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: "Raemy"
given-names: "Julien Antoine"
orcid: "https://orcid.org/0000-0002-4711-5759"
title: "Linked Open Usable Data (LOUD) for Cultural Heritage"
title: "Linked Open Usable Data for Cultural Heritage"
date-released: 2024-02-09
url: "https://github.com/julsraemy/phd"
2 changes: 1 addition & 1 deletion _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website about my PhD – Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability">
<title>Page Not Found</title>
<title>LOUD for Cultural Heritage – Page Not Found (404)</title>
<link rel="stylesheet" href="/assets/stylesheets/style.css">

<!-- Favicons -->
Expand Down
2 changes: 1 addition & 1 deletion _site/404.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layout.njk
title: "Page Not Found"
title: "LOUD for Cultural Heritage – Page Not Found (404)"
permalink: "/404.html"
---

Expand Down
Binary file added _site/assets/fonts/cmunti.otf
Binary file not shown.
63 changes: 56 additions & 7 deletions _site/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/* Fonts */

@font-face {
font-family:"CMUSerif-Roman";
src:local("CMUSerif-Roman"), url("../fonts/cmunrm.otf");
}
@font-face {
font-family:"CMUSerif-Bold";
src:local("CMUSerif-Bold"), url("../fonts/cmunbx.otf");
font-weight:bold;
}
@font-face {
font-family:"CMUSerif-Italic";
src:local("CMUSerif-Italic"), url(".,/fonts/cmunti.otf");
font-style:italic;
}
@font-face {
font-family:"CMUSerif-BoldItalic";
src:local("CMUSerif-BoldItalic"), url("../fonts/cmunbi.otf");
font-weight:bold;
font-style:italic;
}
@font-face {
font-family:"CMUTypewriter-Regular";
src:local("CMUTypewriter-Regular"), url("../fonts/cmuntt.otf");
}


/* Navigation Bar */
nav {
background: #333;
Expand All @@ -24,14 +52,12 @@ header {

/* Heading Elements */
h1, h2, h3, h4, h5, h6 {
margin-bottom: 30px;
margin-bottom: 50px;
}

/* Paragraphs */
p {
margin-bottom: 20px;
margin-top: 30px;
line-height: 1.85em;
margin-top: 10;
}

/* Utility Classes */
Expand Down Expand Up @@ -73,21 +99,44 @@ nav ul li a:hover {
}

/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, figure, figcaption {
h1, h2, h3, h4, h5, h6, figure, figcaption {
font-family: "CMUSerif-Bold";
margin: 0;
padding: 0;
}

h1 {
font-size: 1.7em;
margin-bottom: 10px;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.3em;
}

h4, h5, h6 {
font-size: 1.2em;
}

/* Body & Typography */
body {
font-family: 'CMU Sans Serif', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
font-family: 'CMU Sans Serif', 'Segoe UI', Tahoma, Verdana, sans-serif;
line-height: 1.4;
margin: 0;
padding: 0 20px;
background-color: #f4f4f4;
color: #333;
}

footer {
margin-top: 30px;
font-size: 0.8em;
}

/* Link Styles */
a {
color: #007bff;
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website about my PhD – Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability">
<title>Linked Open Usable Data (LOUD) for Cultural Heritage</title>
<title>LOUD for Cultural Heritage</title>
<link rel="stylesheet" href="/assets/stylesheets/style.css">

<!-- Favicons -->
Expand Down
2 changes: 1 addition & 1 deletion _site/pia.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website about my PhD – Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability">
<title>Participatory Knowledge Practices in Analogue and Digital Image Archives (PIA)</title>
<title> LOUD for Cultural Heritage – Participatory Knowledge Practices in Analogue and Digital Image Archives (PIA)</title>
<link rel="stylesheet" href="/assets/stylesheets/style.css">

<!-- Favicons -->
Expand Down
2 changes: 1 addition & 1 deletion _site/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website about my PhD – Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability">
<title>Research Outcomes</title>
<title>LOUD for Cultural Heritage – Research Outcomes</title>
<link rel="stylesheet" href="/assets/stylesheets/style.css">

<!-- Favicons -->
Expand Down
2 changes: 1 addition & 1 deletion _site/thesis.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website about my PhD – Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability">
<title>Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability</title>
<title>LOUD for Cultural Heritage - PhD Thesis</title>
<link rel="stylesheet" href="/assets/stylesheets/style.css">

<!-- Favicons -->
Expand Down
Binary file added assets/fonts/cmunti.otf
Binary file not shown.
63 changes: 56 additions & 7 deletions assets/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/* Fonts */

@font-face {
font-family:"CMUSerif-Roman";
src:local("CMUSerif-Roman"), url("../fonts/cmunrm.otf");
}
@font-face {
font-family:"CMUSerif-Bold";
src:local("CMUSerif-Bold"), url("../fonts/cmunbx.otf");
font-weight:bold;
}
@font-face {
font-family:"CMUSerif-Italic";
src:local("CMUSerif-Italic"), url(".,/fonts/cmunti.otf");
font-style:italic;
}
@font-face {
font-family:"CMUSerif-BoldItalic";
src:local("CMUSerif-BoldItalic"), url("../fonts/cmunbi.otf");
font-weight:bold;
font-style:italic;
}
@font-face {
font-family:"CMUTypewriter-Regular";
src:local("CMUTypewriter-Regular"), url("../fonts/cmuntt.otf");
}


/* Navigation Bar */
nav {
background: #333;
Expand All @@ -24,14 +52,12 @@ header {

/* Heading Elements */
h1, h2, h3, h4, h5, h6 {
margin-bottom: 30px;
margin-bottom: 50px;
}

/* Paragraphs */
p {
margin-bottom: 20px;
margin-top: 30px;
line-height: 1.85em;
margin-top: 10;
}

/* Utility Classes */
Expand Down Expand Up @@ -73,21 +99,44 @@ nav ul li a:hover {
}

/* Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, figure, figcaption {
h1, h2, h3, h4, h5, h6, figure, figcaption {
font-family: "CMUSerif-Bold";
margin: 0;
padding: 0;
}

h1 {
font-size: 1.7em;
margin-bottom: 10px;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.3em;
}

h4, h5, h6 {
font-size: 1.2em;
}

/* Body & Typography */
body {
font-family: 'CMU Sans Serif', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
font-family: 'CMU Sans Serif', 'Segoe UI', Tahoma, Verdana, sans-serif;
line-height: 1.4;
margin: 0;
padding: 0 20px;
background-color: #f4f4f4;
color: #333;
}

footer {
margin-top: 30px;
font-size: 0.8em;
}

/* Link Styles */
a {
color: #007bff;
Expand Down
2 changes: 1 addition & 1 deletion src/404.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layout.njk
title: "Page Not Found"
title: "LOUD for Cultural Heritage – Page Not Found (404)"
permalink: "/404.html"
---

Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layout.njk
title: "Linked Open Usable Data (LOUD) for Cultural Heritage"
title: "LOUD for Cultural Heritage"
permalink: "/index.html"
---

Expand Down
2 changes: 1 addition & 1 deletion src/pia.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layout.njk
title: "Participatory Knowledge Practices in Analogue and Digital Image Archives (PIA)"
title: " LOUD for Cultural Heritage – Participatory Knowledge Practices in Analogue and Digital Image Archives (PIA)"
permalink: "/pia.html"
---

Expand Down
2 changes: 1 addition & 1 deletion src/research.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: layout.njk
title: "Research Outcomes"
title: "LOUD for Cultural Heritage – Research Outcomes"
permalink: "/research.html"
---

Expand Down
2 changes: 1 addition & 1 deletion src/thesis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: thesis.njk
title: "Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability"
title: "LOUD for Cultural Heritage - PhD Thesis"
permalink: "/thesis.html"
---

Expand Down

0 comments on commit 6d4be7d

Please sign in to comment.