Skip to content

Commit 975a834

Browse files
authored
Merge pull request #64 from SwiftFest/feature/gn-homepage-fixes
Fix menu, content and navigation
2 parents ff7dd2e + afc75ed commit 975a834

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

_config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ c4sponsorsUrl: "mailto:[email protected]"
4242

4343
# Navigation
4444
navigationLinks:
45-
- {permalink: "/", text: "Home"}
45+
# - {permalink: "/", text: "Home"}
4646
# - {permalink: "/schedule/", text: "Schedule"}
4747
- {permalink: "/speakers/", text: "Speakers"}
4848
- {permalink: "/team/", text: "Team"}
49-
- {permalink: "/logistics/", text: "Logistics"}
49+
- {permalink: "#footer", text: "FAQ"}
5050
- {permalink: "/diversity-inclusion/", text: "Diversity"}
5151
- {permalink: "/code-of-conduct/", text: "Conduct"}
5252
bottomNavigationLinks:
@@ -139,7 +139,7 @@ ticketsOffers:
139139
buyButtonLink: "https://www.eventbrite.com/e/swiftfest-2018-tickets-37370599469#tickets"
140140
buyButtonText: "Buy Now"
141141
validFrom: "2018-1-1T00:00"
142-
validThrough: "2018-04-30T23:59"
142+
validThrough: "2018-04-20T23:59"
143143
soldOut: false
144144
disabled: false
145145
-
@@ -180,6 +180,9 @@ footerBlocks:
180180
title: "FAQ"
181181
links:
182182
- {permalink: "/code-of-conduct/", text: "Code of Conduct"}
183+
- {permalink: "/diversity-inclusion/", text: "Diversity & Inclusion"}
184+
- {permalink: "/logistics/", text: "Logistics"}
185+
183186

184187
# Speakers List Block
185188
showSessions: true

_sass/partials/_navigation.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ nav {
7575
}
7676
ul {
7777
float: left;
78-
margin: 0;
78+
margin: -8px 0 0;
7979
padding: 0;
8080
list-style: none;
8181
text-align: left;
@@ -88,7 +88,7 @@ nav {
8888
transform: translateY(0);
8989
}
9090
.top-header.after-scroll & {
91-
transform: translateY(20px);
91+
transform: translateY(20px);
9292
@media (max-width: 767px) {
9393
transform: translateY(0);
9494
}

0 commit comments

Comments
 (0)