diff --git a/config.toml b/config.toml index 5dd64cc..dfa7936 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://nordic-rse.org/conference/" +base_url = "https://nordic-rse.org/nordic-rse-2025/" # Whether to automatically compile all Sass files in the sass directory compile_sass = false diff --git a/content/_index.md b/content/_index.md index 99b5576..d243759 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,3 +3,5 @@ # Nordic RSE 2025 Conference +There is content here + diff --git a/public/img/nordic-rse-logo.png b/public/img/nordic-rse-logo.png new file mode 100644 index 0000000..4fffcbf Binary files /dev/null and b/public/img/nordic-rse-logo.png differ diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..e6d1eae --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,93 @@ +* { font-family: 'Roboto', sans-serif; } + +body { + background: #ffffff; + margin: 0; + height: 100%; + color: #384452; + font-size: 16px; + font-weight: 300; + padding-bottom: 100px; +} + +h1, h2, h3, h4, h5, h6 { + font-weight: 500; + margin-top: 1.5em; +} + +p { + padding: 0; + margin-bottom: 12px; + font-weight: 400; + line-height: 24px; + color: #384452; + margin-top: 10px; +} + +.top-buffer { margin-top: 100px; } + +.navbar-nav { + float:none; + margin:0 auto; + display: block; + text-align: center; +} + +.navbar-nav > li { + display: inline-block; + float:none; +} + +.nav-collink { + color: #822361; +} + +blockquote { + border-left: .25em solid #dfe2e5; + color: #808080; + padding: 0 1em; +} + +blockquote p { + color: #808080; +} + +.teaser-container { + display: flex; + width: 100%; + flex-flow: row wrap; + background-color: #702552; + color: #FFFFFF; + align-items: baseline; + justify-content: space-around; + text-align: center; + padding-bottom: 2rem; +} + +.teaser-child { + flex-basis: 30%; + } + +.teaser-child p { + color: #FFFFFF !important; +} + +.teaser-child a { + color: #FFFFFF !important; + text-decoration: none; +} +.teaser-title { + flex-basis: 100%; +} + +@media (max-width: 64rem) { + .teaser-child { + flex-basis: 48%; + } +} + +@media (max-width: 48rem) { + .teaser-child { + flex-basis: 90%; + } +} \ No newline at end of file diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..4b7a9fe Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/templates/index.html b/templates/index.html index 235e0e0..a0be5cd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,9 +28,12 @@ +
+
- {% block content %} - {% endblock content %} +
+ {{ section.content | safe }} +