Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 1 #74

Merged
merged 28 commits into from
Aug 11, 2017
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert to previous logo
li-kai committed Aug 9, 2017

Verified

This commit was signed with the committer’s verified signature.
Expl0dingBanana Christopher Dohmen
commit fd201b7edacded3fe6014a68e306d0eb34bf6417
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ <h2 class="front-title">Friday Hacks</h2>
</li>
</ul>
</header>
<ol class="list row">
<ol class="list">
{{ $weekInSeconds := 604800 }}
{{ $date := $.Site.Data.friday_hacks.start_date }}
{{ $dateUnix := (time $date).Unix }}
@@ -67,7 +67,7 @@ <h3 class="fh-topic">{{ $topic.title }}</h3>
<header class="front-header">
<h2 class="front-title hs-header">Hackerschool</h2>
</header>
<ol class="list row">
<ol class="list">
{{ range $index, $event := $.Site.Data.hacker_school.events }}
<li class="event-item item">
<time class="hs-time" datetime={{ dateFormat "2006-01-02T15:04:05-0700" $event.date}}>
3,559 changes: 0 additions & 3,559 deletions package-lock.json

This file was deleted.

Binary file added static/img/nushackersl-compressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/scss/header.scss
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

.banner-text {
margin: 0;
background-image: inline('./img/nushackers-compressed.png');
background-image: inline('./img/nushackersl-compressed.png');
background-position: center center;
background-size: contain;
background-repeat: no-repeat;