Skip to content

Commit d3219e2

Browse files
committed
Event Closure
- Points routes to thank you - Adds Ricky sticker
1 parent a053862 commit d3219e2

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

6.61 MB
Loading

app/assets/stylesheets/home/layout.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,18 @@ body {
156156
}
157157
}
158158

159+
.ricky__sticker {
160+
width: 500px;
161+
padding: 0 20px 20px;
162+
box-sizing: border-box;
163+
margin-top: 20px;
164+
margin-bottom: 10px;
165+
166+
@media (max-width: 480px) {
167+
width: 200px;
168+
}
169+
}
170+
159171
/* Video section
160172
*/
161173

app/views/layouts/_nav_ty.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%
2-
pages = ['Gallery', 'MLH Code of Conduct']
2+
pages = ['']
33
%>
44

55
<nav class="nav">

app/views/pages/thankyou.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="about__wrapper">
99
<div class="about__left">
1010
<div class="about__left-background"></div>
11-
<%= image_tag 'bh-logos/brickhack-6.svg', alt: 'BrickHack VI', class: 'about__logo' %>
11+
<%= image_tag 'ricky-goodbye.gif', alt: 'Bye Ricky', class: 'ricky__sticker' %>
1212
<div class="goodbye__text__mobile"
1313
<center><h2>Thanks for a great BrickHack! <br> See you next year!</h2></center>
1414
<p style = "margin-bottom: 10px">Join our mailing list!</p>
@@ -18,8 +18,8 @@
1818
<div class="about__right goodbye__text__nonmobile">
1919
<div class="about__right-background"></div>
2020
<center><h2>Thanks for a great BrickHack! <br> See you next year!</h2></center>
21-
<p style = "margin-bottom: 10px">Join our mailing list!</p>
22-
<%= btn_link_to "Subscribe", "http://eepurl.com/glscFj" %>
21+
<h3 style = "margin-bottom: 10px">For issues with travel please contact:</h3>
22+
<a href="mailto:travel@coderit.org" style="color: orange;">travel@coderit.org</a>
2323
</div>
2424
</div>
2525
</div>

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# Homepage
1111

1212
# root to: 'pages#index'
13-
root to: 'pages#index'
13+
root to: 'pages#thankyou'
1414
end

0 commit comments

Comments
 (0)