-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update year * remove 2022 from index and add to previous years
- Loading branch information
Showing
48 changed files
with
209 additions
and
916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: page | ||
order: 5 | ||
section: "2022" | ||
titleDisplay: "2̶0̶2̶2̶ 2047" | ||
parent: "Previous years" | ||
redirect_to: | ||
- "https://2047.ournetworks.ca" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,9 @@ | ||
--- | ||
layout: default | ||
--- | ||
<div class="splash mb-2 flex flex-wrap"> | ||
<div class="splash-hero pb-s w-50 relative"> | ||
<header class="splash-text"> | ||
<h1 class="heading-display lh-09 mt-0 mb-0 authentic-condensed-60 uppercase overflow-wrap">Our Networks 2047 Redistributing the Future</h1> | ||
<div class="container"> | ||
<h2 class="heading-3 mb-0 authentic-condensed-60">November 14–27, 2022</h2> | ||
<h2 class="heading-3 mb-0 mt-0 authentic-condensed-60">Online, Distributed</h2> | ||
</div> | ||
</header> | ||
<div class="splash-graphic absolute"> | ||
<img src="/images/item1.png" class="splash-graphic-1 absolute" alt="decorative grayscale image of a rock on a black background with irregular edges" /> | ||
<img src="/images/item2.png" class="splash-graphic-2 absolute" alt="decorative grayscale image of rocks with irregular edges" /> | ||
<img src="/images/item3.png" class="splash-graphic-3 absolute" alt="decorative grayscale image of lines on a black background with irregular edges" /> | ||
<img src="/images/item5.png" class="splash-graphic-5 absolute" alt="decorative grayscale image of networking equiptment with irregular edges" /> | ||
</div> | ||
</div> | ||
<div class="container w-50"> | ||
{{ content }} | ||
</div> | ||
<div class="container"> | ||
<header> | ||
<h1 class="heading-display fw-normal">Our Networks 2024</h1> | ||
</header> | ||
{{ content }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,26 @@ | ||
// Base Styling | ||
|
||
html { | ||
box-sizing: border-box; | ||
} | ||
|
||
*, | ||
*:before, | ||
*:after { | ||
box-sizing: inherit; | ||
} | ||
|
||
body { | ||
font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; | ||
color: var(--white); | ||
background-color: var(--dusk); | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
|
||
// Images | ||
|
||
img { | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
|
||
// Figures | ||
|
||
figure { | ||
margin: 0; | ||
} | ||
|
||
figure > img { | ||
display: block; | ||
margin-bottom: 1em; | ||
} | ||
|
||
// Links | ||
|
||
a { | ||
color: var(--white); | ||
color: var(--black); | ||
|
||
&:hover, | ||
&:focus, | ||
&.active { | ||
text-decoration: none; | ||
} | ||
} | ||
|
||
// hr | ||
|
||
hr { | ||
margin-top: 2em; | ||
margin-bottom: 2em; | ||
border-width: 0; | ||
border-top-width: 1px; | ||
border-style: solid; | ||
border-color: var(--white); | ||
|
||
&.full-width { | ||
margin-left: -30px; | ||
margin-right: -30px; | ||
|
||
@media (max-width: $on-palm) { | ||
margin-left: -20px; | ||
margin-right: -20px; | ||
} | ||
} | ||
|
||
&.full-stroke { | ||
border-top-width: 5px; | ||
} | ||
} | ||
|
||
// mark | ||
|
||
mark { | ||
border-radius: 20px; | ||
padding: 8px 15px; | ||
} | ||
|
||
// Code formatting | ||
|
||
code { | ||
padding: 1px 5px; | ||
} | ||
|
||
pre { | ||
font-size: 15px; | ||
white-space: nowrap; | ||
border-radius: 3px; | ||
padding: 8px 12px; | ||
overflow-x: auto; | ||
|
||
> code { | ||
display: block; | ||
border: 0; | ||
padding: 1rem 0; | ||
white-space: pre; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.