Skip to content

Commit 59106ff

Browse files
committed
Added sitemap, fixed animation bug
1 parent f056f8d commit 59106ff

File tree

9 files changed

+43
-21
lines changed

9 files changed

+43
-21
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ subscribeInfo: "Registration will be open around end of August. Number of ticket
116116

117117
# Tickets Block
118118
ticketsTitle: "Pricetable"
119-
ticketsInfo: "Tickets grant access to all conference sections, coffee brakes, lunches and parties. Accommodation is NOT included in the ticket price."
119+
ticketsInfo: "Tickets grant access to all conference sections, coffee brakes, lunch and party. Accommodation is NOT included in the ticket price."
120120
ticketsOffers:
121121
-
122122
name: "Early Bird"

_includes/hero.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- Begin Hero Section -->
22
<section id="top-section-hero" class="top-section-hero top-section image-section" style="background-image: url('{{ site.baseurl }}/img/hero.jpg');">
33
{% include navigation.html %}
4+
<div class="content-wrapper">
45
<div class="jumbotron">
56
<div class="animated hiding" data-animation="fadeInDown" data-delay="500">
67
{% assign heroText = site.heroTitle | split:"<typeout>" %}
@@ -16,5 +17,6 @@ <h1>{{ heroText[0] }}<span id="typeout-text" class="hidden-xs"></span><span clas
1617
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-arrow-down"></use>
1718
</svg>
1819
</a>
20+
</div>
1921
</section>
2022
<!-- End Hero Section -->

_includes/tickets-2.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ <h3>{{ site.ticketsTitle }}</h3>
1313
{% if ticketsOffer.additionalInfo != null %}
1414
<span class="ticket-additional-info">{{ ticketsOffer.additionalInfo }}</span>
1515
{% endif %}
16+
{% if ticketsOffer.disabled != true %}
17+
{% assign ticketValidTo = ticketsOffer.validThrough | split: "T" %}
18+
<span class="ticket-additional-info">Before {{ ticketValidTo[0] | date: "%-d %B %Y"}} {{ ticketValidTo[1] }} or {{ ticketsOffer.ticketsNumber }} tickets</span>
19+
{% endif %}
1620
</div>
1721
<div class="col-md-3 col-xs-12">
1822
<p class="price">{{ ticketsOffer.price }} {{ ticketsOffer.priceCurrency }}</p>
19-
{% if ticketsOffer.disabled != true %}
20-
{% assign ticketValidTo = ticketsOffer.validThrough | split: "T" %}
21-
<span class="ticket-sales">Before {{ ticketValidTo[0] | date: "%-d %B %Y"}} {{ ticketValidTo[1] }} or {{ ticketsOffer.ticketsNumber }} tickets</span>
22-
{% endif %}
2323
</div>
2424
<div class="col-md-3 col-xs-12">
2525
{% if ticketsOffer.disabled != true %}

_sass/partials/_global.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ h6 {
8282
time {
8383
display: block;
8484
}
85-
.content-wrapper {
86-
position: relative;
87-
z-index: 1;
88-
}
8985
.st-content, .st-container, .st-pusher {
9086
height: 100%;
9187
}

_sass/partials/_helper.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.content-wrapper {
2+
position: relative;
3+
z-index: 1;
4+
height: 100%;
5+
}
16
.bordered {
27
display: inline-block;
38
color: rgba(255, 255, 255, .6);

_sass/partials/_hero.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@
2828
}
2929
}
3030
.explore {
31-
margin-left: -12px;
31+
margin-left: -16px;
3232
position: absolute;
33-
bottom: 25px;
33+
bottom: -25px;
3434
left: 50%;
3535
animation: callToAction 3.5s linear 0s infinite;
3636
@media (max-width: 767px) {
37+
margin-left: -12.5px;
38+
bottom: 30px;
3739
animation: none;
3840
}
3941
}

_sass/partials/_tickets-2.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,7 @@ $border-color: rgba(51, 51, 51, .6);
4242
text-align: center;
4343
}
4444
}
45-
.ticket-sales {
46-
@extend .ticket-additional-text;
47-
padding: 0 10px;
48-
@media (max-width: 767px) {
49-
padding: 0;
50-
}
51-
}
5245
.ticket-fallback {
53-
margin-top: 20px;
5446
padding-top: 2px;
5547
line-height: 1.2;;
5648
}

css/main.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sitemap.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title : "Sitemap"
3+
sitemap_exclude: y
4+
---
5+
<?xml version="1.0" encoding="UTF-8"?>
6+
<urlset
7+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
8+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
10+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
11+
12+
{% for page in site.pages %}
13+
{% if page.sitemap_exclude != 'y' %}
14+
<url>
15+
<loc>{{ page.url | prepend: site.baseurl | prepend: site.url }}</loc>
16+
</url>
17+
{% endif %}
18+
{% endfor %}
19+
20+
{% for post in site.posts %}
21+
<url>
22+
<loc>{{ post.url | prepend: site.baseurl | prepend: site.url }}</loc>
23+
</url>
24+
{% endfor %}
25+
</urlset>

0 commit comments

Comments
 (0)