Skip to content

Commit 8fbff8f

Browse files
committed
complete navbar
1 parent 155d3ce commit 8fbff8f

1 file changed

Lines changed: 77 additions & 70 deletions

File tree

index.html

Lines changed: 77 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,25 @@
4242
<span class="icon-bar"></span>
4343
</button>
4444

45-
<!--<a id="nav_home" href="#landing" class="nav-link">
46-
<img class="hint-logo" src="static/img/logo-color-small.png">
47-
</a>-->
45+
4846
</div>
4947
<div class="navbar-collapse collapse" id="custom_collapse">
5048
<div class=" navbar-right">
5149
<ul class="nav navbar-nav">
5250
<li>
5351
<a id="nav_about" href="#about" class="nav-link">ABOUT</a>
5452
</li>
53+
<li>
54+
<a id="nav_about" href="#schedule" class="nav-link">SCHEDULE</a>
55+
</li>
56+
<li>
57+
<a id="nav_about" href="#faq" class="nav-link">FAQ</a>
58+
</li>
5559
<li>
5660
<a id="nav_sponsors" href="#sponsors" class="nav-link">SPONSORS</a>
5761
</li>
5862
<li>
59-
<a id="nav_sponsors" href="#footer" class="nav-link">CONTACT</a>
63+
<a id="nav_sponsors" href="team.html" class="nav-link">CONTACT</a>
6064
</li>
6165
</ul>
6266
</div>
@@ -204,71 +208,6 @@ <h3>FAQ</h3>
204208
</div>
205209
</div>
206210
</section>
207-
<!-- mobile -->
208-
<div class="navbar-static-top visible-xs-block">
209-
<section id="sponsors">
210-
<div class="container-fluid">
211-
<div class="row text-center">
212-
<h1 class="contact-title">SPONSOR</h1>
213-
</div>
214-
<br>
215-
<div class="row">
216-
<div class="col-sm-8 col-sm-offset-2">
217-
<h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please see our <a href="#">sponsorship brochure</a> for more details.</h4>
218-
</div>
219-
</div>
220-
<br>
221-
<div class="row">
222-
<div class="custom-small">
223-
<a href="https://github.com"><img class="last-year-spsr" style="max-height: 100px; padding-left: 15%;" src="static/sponsors/GitHub_Logo.png"></a>
224-
</div>
225-
<div class="custom-small" >
226-
<a href="https://www.topcoder.com/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 20%;" src="static/sponsors/topcoder.png"></a>
227-
</div>
228-
<div class="custom-small">
229-
<a href="https://www.heroku.com/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 40%;" src="static/sponsors/heroku.svg"></a>
230-
</div>
231-
<div class="custom-small">
232-
<a href="https://balsamiq.com/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 8%;" src="static/sponsors/balsamiq.png" style="margin-top: 4%;margin-left: 2%;"></a>
233-
</div>
234-
<div class="custom-small">
235-
<a href="https://www.python.org/psf/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 15%;" src="static/sponsors/PSF.png"></a>
236-
</div>
237-
</div>
238-
<div class="custom-small">
239-
<a href="http://get.tech/"><img class="last-year-spsr" src="static/sponsors/tech.png" style="max-height: 100px; padding-left: 15%;"></a>
240-
</div>
241-
<div class="custom-small" style="margin-left:5%">
242-
<a href="https://zulip.com/"><img class="last-year-spsr" src="static/sponsors/zulip.jpg" style="max-height: 100px; padding-left: 30%;"></a>
243-
</div>
244-
<div class="custom-small">
245-
<a href="https://www.digitalocean.com/"><img class="last-year-spsr" src="static/sponsors/DO.png" style="max-height: 100px; padding-left: 35%;"></a>
246-
</div>
247-
<div class="custom-small">
248-
<a href="http://hacksociety.tech/"><img class="last-year-spsr" src="static/sponsors/hacksociety.png" style="max-height: 100px; padding-left: 35%;"></a>
249-
</div>
250-
<div class="custom-small">
251-
<a href="https://www.stickermule.com/"><img class="last-year-spsr" src="static/sponsors/sticker-mule.svg" style="max-height: 100px; padding-left: 25%;"></a>
252-
</div>
253-
<div class="custom-small">
254-
<a href="https://www.jetbrains.com"><img class="last-year-spsr" src="static/sponsors/jetbrains.png" style="max-height: 100px; padding-left: 35%;"></a>
255-
</div>
256-
<div class="custom-small">
257-
<a href="https://www.skillshare.com"><img class="last-year-spsr" src="static/sponsors/skillshare.png" style="max-height: 100px; padding-left: 22%;"></a>
258-
</div>
259-
<div class="custom-small col-md-offset-1">
260-
<a href="https://codepen.io/"><img class="last-year-spsr" src="static/sponsors/codepen.png" style="max-height: 100px; padding-left: 5%;"></a>
261-
</div>
262-
<div class="custom-small">
263-
<a href="https://www.wolframalpha.com"><img class="last-year-spsr" src="static/sponsors/wolfram.png" style="max-height: 100px; padding-left: 5%;"></a>
264-
</div>
265-
<div class="custom-small">
266-
<a href="https://temboo.com"><img class="last-year-spsr" src="static/sponsors/temboo.png" style="max-height: 100px; padding-left: 15%;"></a>
267-
</div>
268-
</div>
269-
</div>
270-
</section><br><br><br><br>
271-
</div>
272211

273212
<!-- desktop -->
274213
<div class="navbar-default hidden-xs">
@@ -348,8 +287,76 @@ <h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please s
348287
</section><br><br><br><br>
349288
</div>
350289

290+
<!-- mobile -->
291+
<div class="navbar-static-top visible-xs-block">
292+
<section id="sponsors">
293+
<div class="container-fluid">
294+
<div class="row text-center">
295+
<h1 class="contact-title">SPONSOR</h1>
296+
</div>
297+
<br>
298+
<div class="row">
299+
<div class="col-sm-8 col-sm-offset-2">
300+
<h4 align="center">Interested in sponsorsing Hack In The North?<br><br> Please see our <a href="#">sponsorship brochure</a> for more details.</h4>
301+
</div>
302+
</div>
303+
<br>
304+
<div class="row">
305+
<div class="custom-small">
306+
<a href="https://github.com"><img class="last-year-spsr" style="max-height: 100px; padding-left: 15%;" src="static/sponsors/GitHub_Logo.png"></a>
307+
</div>
308+
<div class="custom-small" >
309+
<a href="https://www.topcoder.com/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 20%;" src="static/sponsors/topcoder.png"></a>
310+
</div>
311+
<div class="custom-small">
312+
<a href="https://www.heroku.com/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 40%;" src="static/sponsors/heroku.svg"></a>
313+
</div>
314+
<div class="custom-small">
315+
<a href="https://balsamiq.com/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 8%;" src="static/sponsors/balsamiq.png" style="margin-top: 4%;margin-left: 2%;"></a>
316+
</div>
317+
<div class="custom-small">
318+
<a href="https://www.python.org/psf/"><img class="last-year-spsr" style="max-height: 100px; padding-left: 15%;" src="static/sponsors/PSF.png"></a>
319+
</div>
320+
</div>
321+
<div class="custom-small">
322+
<a href="http://get.tech/"><img class="last-year-spsr" src="static/sponsors/tech.png" style="max-height: 100px; padding-left: 15%;"></a>
323+
</div>
324+
<div class="custom-small" style="margin-left:5%">
325+
<a href="https://zulip.com/"><img class="last-year-spsr" src="static/sponsors/zulip.jpg" style="max-height: 100px; padding-left: 30%;"></a>
326+
</div>
327+
<div class="custom-small">
328+
<a href="https://www.digitalocean.com/"><img class="last-year-spsr" src="static/sponsors/DO.png" style="max-height: 100px; padding-left: 35%;"></a>
329+
</div>
330+
<div class="custom-small">
331+
<a href="http://hacksociety.tech/"><img class="last-year-spsr" src="static/sponsors/hacksociety.png" style="max-height: 100px; padding-left: 35%;"></a>
332+
</div>
333+
<div class="custom-small">
334+
<a href="https://www.stickermule.com/"><img class="last-year-spsr" src="static/sponsors/sticker-mule.svg" style="max-height: 100px; padding-left: 25%;"></a>
335+
</div>
336+
<div class="custom-small">
337+
<a href="https://www.jetbrains.com"><img class="last-year-spsr" src="static/sponsors/jetbrains.png" style="max-height: 100px; padding-left: 35%;"></a>
338+
</div>
339+
<div class="custom-small">
340+
<a href="https://www.skillshare.com"><img class="last-year-spsr" src="static/sponsors/skillshare.png" style="max-height: 100px; padding-left: 22%;"></a>
341+
</div>
342+
<div class="custom-small col-md-offset-1">
343+
<a href="https://codepen.io/"><img class="last-year-spsr" src="static/sponsors/codepen.png" style="max-height: 100px; padding-left: 5%;"></a>
344+
</div>
345+
<div class="custom-small">
346+
<a href="https://www.wolframalpha.com"><img class="last-year-spsr" src="static/sponsors/wolfram.png" style="max-height: 100px; padding-left: 5%;"></a>
347+
</div>
348+
<div class="custom-small">
349+
<a href="https://temboo.com"><img class="last-year-spsr" src="static/sponsors/temboo.png" style="max-height: 100px; padding-left: 15%;"></a>
350+
</div>
351+
</div>
352+
</div>
353+
</section><br><br><br><br>
354+
</div>
355+
356+
357+
351358

352-
<div style="padding-bottom: 15%">
359+
<div style="padding: 0 15% 15% 15%">
353360
<section >
354361
<div class="col-md-10 col-md-offset-1" style="border: 2px solid #A95179;">
355362
<div>

0 commit comments

Comments
 (0)