Skip to content

Commit

Permalink
deploy: bc8ab00
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed May 27, 2024
0 parents commit 78c0c6b
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nordic-rse.org
93 changes: 93 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -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%;
}
}
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/nordic-rse-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="/img/favicon.ico">

<title></title>

<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous">

<script src="https://kit.fontawesome.com/f030d443fe.js" crossorigin="anonymous"></script>

<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

<link href="css/style.css" rel="stylesheet">



</head>

<body>

<div class="container">

<div class="row top-buffer">
<div class="col">
<h1 id="nordic-rse-2025-conference">Nordic RSE 2025 Conference</h1>
<p>There is content here</p>

</div>
</div>

<footer>
<div class="row top-buffer">
</div>
<hr>
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
</a>
<br/>This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International License
</a>.
<a href="/about/governance/privacy/">Privacy Policy
</a>.
</div>
</div>
</footer>
</div>




<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/anchor.min.js"
integrity="sha256-E4RlfxwyJVmkkk0szw7LYJxuPlp6evtPSBDlWHsYYL8="
crossorigin="anonymous"></script>

<script>
anchors.add();

// https://github.com/twbs/bootstrap/issues/1768#issuecomment-6531466
var shiftWindow = function() { scrollBy(0, -100) };
if (location.hash) shiftWindow();
window.addEventListener("hashchange", shiftWindow);
</script>

</body>
</html>
4 changes: 4 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Disallow:
Allow: /
Sitemap: https://nordic-rse.org/nordic-rse-2025/sitemap.xml
6 changes: 6 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nordic-rse.org/nordic-rse-2025/</loc>
</url>
</urlset>

0 comments on commit 78c0c6b

Please sign in to comment.