-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a821ae
commit 7fa52ed
Showing
5 changed files
with
172 additions
and
153 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 |
---|---|---|
@@ -1,12 +1,29 @@ | ||
[ | ||
{ | ||
"title": "James Midzi", | ||
"description": "A site to showcase Eleventy features by building a site.", | ||
"keywords": "eleventy, 11ty, css, ssg" | ||
"title": "Really cool stuff", | ||
"description": "Doesn't get much cooler than this.", | ||
"keywords": "stuff, things" | ||
}, | ||
{ | ||
"title": "Yolo", | ||
"description": "description 2.", | ||
"keywords": "eleventy" | ||
"title": "Funky thang", | ||
"description": "You know, stuff and things.", | ||
"keywords": "things, thangs" | ||
}, | ||
{ | ||
"title": "Funky thang", | ||
"description": "You know, stuff and other things.", | ||
"keywords": "" | ||
} | ||
, | ||
{ | ||
"title": "Another funky thang", | ||
"description": "You know, stuff and different things.", | ||
"keywords": "yolo" | ||
} | ||
, | ||
{ | ||
"title": "Yet one more funky thang", | ||
"description": "You know, stuff and whatever.", | ||
"keywords": "sup?" | ||
} | ||
] |
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,13 +1,15 @@ | ||
<header> | ||
<a href="/"> | ||
<img src="/assets/images/oslo_logo.png" class="navlogo" alt="logo"> | ||
</a> | ||
<nav> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<img src="/assets/images/oslo_logo.png" class="navlogo"></img> | ||
<input type="checkbox" id="nav-toggle" class="nav-toggle"> | ||
<nav> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/program">Program</a></li> | ||
<li><a href="/venue">Venue</a></li> | ||
<li><a href="/about">About</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
</ul> | ||
</nav> | ||
<label for="nav-toggle" class="nav-toggle-label"> | ||
<span></span> | ||
</label> | ||
</header> |
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
Oops, something went wrong.