Skip to content

Commit ea94fcc

Browse files
committed
Week #8 Update
1 parent dd98a7f commit ea94fcc

File tree

2 files changed

+47
-49
lines changed

2 files changed

+47
-49
lines changed

assets/poster/w8.png

1.32 MB
Loading

schedule.html

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -77,66 +77,64 @@
7777
<div class="row">
7878
<div class="col-10 offset-1">
7979
<h1>Schedule</h1>
80-
<h3 class="text-md-center"><u>Up next:</u> Code Hackathon Week #8 on 20<sup>th</sup> July, 2019</h3>
81-
<!-- Original Link, Form disabled -->
82-
<!-- <a href="https://bit.ly/rh2-ch" class="btn btn-success" target="_blank">Register Now!</a> -->
83-
</div>
80+
<h3 class="text-md-center"><u>Up next:</u> Code Hackathon Week #8 on 20<sup>th</sup> July, 2019 <a href="https://bit.ly/w8-coh" class="btn btn-success" target="_blank">Register Now!</a></h3>
8481
</div>
8582
</div>
8683
</div>
84+
</div>
8785

88-
<!-- Current week's Poster -->
89-
<!-- <img style="background: #fbe1ff" class="poster" src="assets/poster/rh2.png" alt="Rookie Hour #2 Poster"> -->
90-
91-
<div id="suggestion-grid" class="container">
92-
<div class="row">
93-
<div class="col-10 offset-1">
94-
<h3>While you're waiting for the next events, check our previous problems:</h3>
95-
<a href="archive">
96-
<div id="suggest-one" class="suggestion-card">
97-
<h3>📚 Archive</h3>
98-
<h5>Previous Questions</h5>
99-
</div>
100-
</a>
101-
</div>
86+
<!-- Current week's Poster -->
87+
<img style="background: #353b32" class="poster" src="assets/poster/w8.png" alt="Rookie Hour #2 Poster">
88+
89+
<div id="suggestion-grid" class="container">
90+
<div class="row">
91+
<div class="col-10 offset-1">
92+
<h3>While you're waiting for the next events, check our previous problems:</h3>
93+
<a href="archive">
94+
<div id="suggest-one" class="suggestion-card">
95+
<h3>📚 Archive</h3>
96+
<h5>Previous Questions</h5>
97+
</div>
98+
</a>
10299
</div>
103100
</div>
104101
</div>
102+
</div>
105103

106-
<footer id="End-Game" class="container-fluid">
107-
<div class="container">
108-
<div class="row">
109-
<div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1">
110-
<h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2>
111-
</div>
104+
<footer id="End-Game" class="container-fluid">
105+
<div class="container">
106+
<div class="row">
107+
<div class="col-sm-10 offset-sm-1 col-md-10 offset-md-1 col-lg-10 offset-lg-1">
108+
<h2>Questions? We'd be happy to help! <a href="contact" class="btn">Contact Us</a></h2>
112109
</div>
113110
</div>
114-
</footer>
115-
116-
<!-- Bootstrap core JavaScript -->
117-
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
118-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
119-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
120-
121-
<script>
122-
$(function () {
123-
var navbar = $(".navbar")
124-
var topMenu = $("#PrimaryMenu"),
125-
topMenuHeight = topMenu.outerHeight() + 15,
126-
menuItems = topMenu.find("li a"),
127-
scrollItems = menuItems.map(function () {
128-
var item = $($(this).attr("href"));
129-
if (item.length) {
130-
return item;
131-
}
132-
});
133-
134-
// Close navbar on click
135-
$('.nav-link').on('click', function () {
136-
$('.navbar-collapse').collapse('hide');
137-
});
111+
</div>
112+
</footer>
113+
114+
<!-- Bootstrap core JavaScript -->
115+
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
116+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
117+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
118+
119+
<script>
120+
$(function () {
121+
var navbar = $(".navbar")
122+
var topMenu = $("#PrimaryMenu"),
123+
topMenuHeight = topMenu.outerHeight() + 15,
124+
menuItems = topMenu.find("li a"),
125+
scrollItems = menuItems.map(function () {
126+
var item = $($(this).attr("href"));
127+
if (item.length) {
128+
return item;
129+
}
130+
});
131+
132+
// Close navbar on click
133+
$('.nav-link').on('click', function () {
134+
$('.navbar-collapse').collapse('hide');
138135
});
139-
</script>
136+
});
137+
</script>
140138

141139
</body>
142140
</html>

0 commit comments

Comments
 (0)