-
Notifications
You must be signed in to change notification settings - Fork 5
Visual and Navigation improvements #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
fb941b4
Make colors pop more
flowirtz 8d2d6f9
Rename files
flowirtz e3bc8a1
Move older pages to respective folder
flowirtz 9d65fe5
Change text of link to v2016 accordingly
836b524
Migrate Imprint
flowirtz 84c0e10
Merge branch 'flos-changes' of github.com:jak-ing/jak-ing.github.io i…
flowirtz 77bc8f4
Migrate press + mv hackhpi_assets -> assets
flowirtz bf56f1f
Fix links to root of page and to sponsor websites
e8bb397
Move assets back to hackhpi_assets from assets
2e46509
Fix relative links again..
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,19 @@ | ||
| <!DOCTYPE html> | ||
| <!-- saved from url=(0025)https://2016.hackhpi.org/ --> | ||
| <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
|
||
|
|
||
| <title>hackHPI</title> | ||
| <title>HackHPI 2016 - Data Analytics and Machine Learning Hackathon</title> | ||
|
|
||
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="./hackhpi_assets/fonts.css"> | ||
| <link rel="stylesheet" type="text/css" href="./hackhpi_assets/icons.css"> | ||
| <link rel="stylesheet" type="text/css" href="../hackhpi_assets//fonts.css"> | ||
| <link rel="stylesheet" type="text/css" href="../hackhpi_assets//icons.css"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="./hackhpi_assets/bootstrap.css"> | ||
| <link rel="stylesheet" type="text/css" href="./hackhpi_assets/style.css"> | ||
| <link rel="stylesheet" type="text/css" href="./hackhpi_assets/style-2016.css"> | ||
| <link rel="stylesheet" type="text/css" href="../hackhpi_assets//bootstrap.css"> | ||
| <link rel="stylesheet" type="text/css" href="../hackhpi_assets//style.css"> | ||
| <link rel="stylesheet" type="text/css" href="../hackhpi_assets//style-2016.css"> | ||
|
|
||
| <link rel="icon" type="image/png" href="https://2016.hackhpi.org/site/templates/images/favicon.png"> | ||
| <title>HackHPI - HackHPI</title> | ||
| <link rel="icon" type="image/png" href="../hackhpi_assets//favicon_2016.png"> | ||
| <meta name="keywords" content=""> | ||
| <meta name="description" content="As machine learning has become more than a buzzword in the last few years we decided to organize a hackathon devoted to this topic."> | ||
| <meta name="image" content="http://hackhpi.org/site/templates/images/facebook-preview.png"> | ||
|
|
@@ -53,14 +51,14 @@ | |
| <nav class="container-fluid visible-md-block visible-lg-block" id="main-nav" style="top: 0px;"> | ||
| <div class="container"> | ||
| <ul> | ||
| <li><a class="scroll-link" data-target="intro" href="https://2016.hackhpi.org/#intro">About</a></li> | ||
| <li><a class="scroll-link" data-target="schedule" href="https://2016.hackhpi.org/#schedule">Schedule</a></li> | ||
| <li><a class="scroll-link" data-target="location" href="https://2016.hackhpi.org/#location">Venue</a></li> | ||
| <li><a class="scroll-link" data-target="faq" href="https://2016.hackhpi.org/#faq">FAQ</a></li> | ||
| <li><a class="scroll-link" data-target="team" href="https://2016.hackhpi.org/#team">Team</a></li> | ||
| <li><a class="scroll-link" data-target="sponsors" href="https://2016.hackhpi.org/#sponsors">Sponsors</a></li> | ||
| <li><a class="scroll-link" data-target="ticket" href="https://2016.hackhpi.org/#ticket">Tickets</a></li> | ||
| <li><a class="scroll-link" data-target="get-in-touch" href="https://2016.hackhpi.org/#get-in-touch">Contact</a></li> | ||
| <li><a class="scroll-link" data-target="intro" href="#intro">About</a></li> | ||
| <li><a class="scroll-link" data-target="schedule" href="#schedule">Schedule</a></li> | ||
| <li><a class="scroll-link" data-target="location" href="#location">Venue</a></li> | ||
| <li><a class="scroll-link" data-target="faq" href="#faq">FAQ</a></li> | ||
| <li><a class="scroll-link" data-target="team" href="#team">Team</a></li> | ||
| <li><a class="scroll-link" data-target="sponsors" href="#sponsors">Sponsors</a></li> | ||
| <li><a class="scroll-link" data-target="ticket" href="#ticket">Tickets</a></li> | ||
| <li><a class="scroll-link" data-target="get-in-touch" href="#get-in-touch">Contact</a></li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
|
|
@@ -71,7 +69,7 @@ | |
| <!--<a href="http://mlh.io" target="_blank" class="banner mlh"></a>--> | ||
| <div class="row"> | ||
| <div class="col-md-8 col-md-offset-2 text-center"> | ||
| <a href="https://2016.hackhpi.org/" class="logo"></a> | ||
| <a href="https://hackhpi.org/2016" class="logo"></a> | ||
|
|
||
| <!--<div id="countdown"></div>--> | ||
|
|
||
|
|
@@ -96,7 +94,7 @@ <h1>What to expect at HackHPI 2016</h1> | |
|
|
||
| <p>Interested? Come and share your dedication and skills with others, exchange knowledge and accomplish great things!</p> </div> | ||
| <div class="col-md-7"> | ||
| <img src="./hackhpi_assets/intro-bg-2016.jpg" class="top50 img-responsive visible-md-block visible-lg-block"> | ||
| <img src="../hackhpi_assets//intro-bg-2016.jpg" class="top50 img-responsive visible-md-block visible-lg-block"> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
@@ -129,7 +127,7 @@ <h2 class="text-colored">Sunday, 12th of June</h2> | |
| <div class="row"> | ||
| <div class="col-md-4 col-sm-6"> | ||
| <div class="location-card"> | ||
| <img src="./hackhpi_assets/dsc0016_neu.jpg" class="img-responsive"> | ||
| <img src="../hackhpi_assets//dsc0016_neu.jpg" class="img-responsive"> | ||
| <div class="text"> | ||
| <h3>HPI School of <br> | ||
| Design Thinking</h3> | ||
|
|
@@ -175,7 +173,7 @@ <h2 class="text-colored">How should I prepare?</h2> | |
| <p>Bring your laptop and charger, comfortable clothes and above all motivation to hack.</p> | ||
| </div><div class="faq-question"> | ||
| <h2 class="text-colored">How can I apply?</h2> | ||
| <p><a href="https://2016.hackhpi.org/#ticket">Click here!</a></p> | ||
| <p><a href="#ticket">Click here!</a></p> | ||
| </div> </div> | ||
| <div class="col-md-5 col-md-offset-1"> | ||
| <div class="faq-question"> | ||
|
|
@@ -243,7 +241,7 @@ <h3 class="text-colored text-center">Giga</h3> | |
| </div> | ||
| <div class="row sponsors-giga"> | ||
| <div class="col-md-12"> | ||
| <a href="http://sap.com/" target="_blank"><img src="./hackhpi_assets/sap.png"></a><a href="http://ibm.com/" target="_blank"><img src="./hackhpi_assets/ibmbluemix.png"></a><a href="http://wikidata.org/" target="_blank"><img src="./hackhpi_assets/wikidata.png"></a> </div> | ||
| <a href="http://sap.com/" target="_blank"><img src="../hackhpi_assets//sap.png"></a><a href="http://ibm.com/" target="_blank"><img src="../hackhpi_assets//ibmbluemix.png"></a><a href="http://wikidata.org/" target="_blank"><img src="../hackhpi_assets//wikidata.png"></a> </div> | ||
| </div> | ||
|
|
||
| <div class="row"> | ||
|
|
@@ -253,7 +251,7 @@ <h3 class="text-colored text-center">Mega</h3> | |
| </div> | ||
| <div class="row sponsors-mega"> | ||
| <div class="col-md-12"> | ||
| <a href="http://dubsmash.com/" target="_blank"><img src="./hackhpi_assets/dubsmash.png"></a><a href="http://twilio.com/" target="_blank"><img src="./hackhpi_assets/twilio-2016.png"></a><a href="http://idealo.de/" target="_blank"><img src="./hackhpi_assets/idealo.png"></a> </div> | ||
| <a href="http://dubsmash.com/" target="_blank"><img src="../hackhpi_assets//dubsmash.png"></a><a href="http://twilio.com/" target="_blank"><img src="../hackhpi_assets//twilio-2016.png"></a><a href="http://idealo.de/" target="_blank"><img src="../hackhpi_assets//idealo.png"></a> </div> | ||
| </div> | ||
|
|
||
| <div class="row"> | ||
|
|
@@ -263,7 +261,7 @@ <h3 class="text-colored text-center">Kilo</h3> | |
| </div> | ||
| <div class="row sponsors-kilo"> | ||
| <div class="col-md-12"> | ||
| <a href="http://remerge.io/" target="_blank"><img src="./hackhpi_assets/remerge.png"></a> </div> | ||
| <a href="http://remerge.io/" target="_blank"><img src="../hackhpi_assets//remerge.png"></a> </div> | ||
| </div> | ||
|
|
||
|
|
||
|
|
@@ -275,7 +273,7 @@ <h3 class="text-colored text-center">Price</h3> | |
| </div> | ||
| <div class="row sponsors-kilo"> | ||
| <div class="col-md-12"> | ||
| <a href="http://4scotty.com/" target="_blank"><img src="./hackhpi_assets/4scotty-logo.png"></a><a href="https://de.udacity.com/" target="_blank"><img src="./hackhpi_assets/udacity.png"></a> </div> | ||
| <a href="http://4scotty.com/" target="_blank"><img src="../hackhpi_assets//4scotty-logo.png"></a><a href="https://de.udacity.com/" target="_blank"><img src="../hackhpi_assets//udacity.png"></a> </div> | ||
| </div> | ||
|
|
||
|
|
||
|
|
@@ -287,12 +285,12 @@ <h3 class="text-colored text-center">Supporter</h3> | |
| </div> | ||
| <div class="row sponsors-kilo"> | ||
| <div class="col-md-12"> | ||
| <a href="http://www.isskindiss.de/" target="_blank"><img src="./hackhpi_assets/isskindiss.png"><br><span>Official food supporter</span></a><a href="https://github.com/" target="_blank"><img src="./hackhpi_assets/github.png"><br><span>Official technical supporter</span></a> </div> | ||
| <a href="http://www.isskindiss.de/" target="_blank"><img src="../hackhpi_assets//isskindiss.png"><br><span>Official food supporter</span></a><a href="https://github.com/" target="_blank"><img src="../hackhpi_assets//github.png"><br><span>Official technical supporter</span></a> </div> | ||
| </div> | ||
|
|
||
| <div class="row"> | ||
| <div class="col-md-12 top50"> | ||
| <p class="text-center"><a href="https://2016.hackhpi.org/sponsor-information/">Click here for further information about our API sponsors</a></p> | ||
| <p class="text-center"><a href="https://hackhpi.org/2016/sponsor-information/">Click here for further information about our API sponsors</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
@@ -310,7 +308,7 @@ <h1>Get your ticket</h1> | |
| <div class="row"> | ||
| <div class="col-md-12"> | ||
| <!--http://eventbrite.com/tickets-external?eid=19275761321&ref=etckt--> | ||
| <iframe src="./hackhpi_assets/tickets-external.html" frameborder="0" height="540" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true" style="height: 540px!important; width:100%;"></iframe> | ||
| <iframe src="../hackhpi_assets//tickets-external.html" frameborder="0" height="540" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true" style="height: 540px!important; width:100%;"></iframe> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
@@ -336,12 +334,12 @@ <h1>Get in touch</h1> | |
| <div class="container"> | ||
| <div class="row"> | ||
| <div class="col-md-3"> | ||
| <a href="https://2016.hackhpi.org/"><img src="./hackhpi_assets/logo-2016.png" class="logo img-responsive"></a> | ||
| <a href="https://hackhpi.org/2016"><img src="../hackhpi_assets//logo-2016.png" class="logo img-responsive"></a> | ||
| </div> | ||
| <div class="col-md-3"> | ||
| <span class="column-title">HackHPI</span> | ||
| <ul> | ||
| <li><a href="https://2016.hackhpi.org/">Journey</a></li> | ||
| <li><a href="https://hackhpi.org/2016">Journey</a></li> | ||
| <li><a href="https://mlh.io/" target="_blank">Major League Hacking</a></li> | ||
| <li><a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">MLH Code of Conduct</a></li> | ||
| </ul> | ||
|
|
@@ -357,18 +355,18 @@ <h1>Get in touch</h1> | |
| <div class="col-md-3"> | ||
| <span class="column-title">More</span> | ||
| <ul> | ||
| <li><a href="https://2016.hackhpi.org/press/">Press</a></li> | ||
| <li><a href="https://hackhpi.org/2016/press/">Press</a></li> | ||
| <li><a href="mailto:[email protected]">Contact</a></li> | ||
| <li><a href="https://2016.hackhpi.org/imprint/">Imprint / Privacy</a></li> | ||
| <li><a href="https://hackhpi.org/2016/imprint/">Imprint / Privacy</a></li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </footer> | ||
|
|
||
| <script type="text/javascript" src="./hackhpi_assets/jquery.min.js"></script> | ||
| <script type="text/javascript" src="./hackhpi_assets/jquery.countdown.min.js"></script> | ||
| <script type="text/javascript" src="./hackhpi_assets/app.js"></script> | ||
| <script type="text/javascript" src="../hackhpi_assets//jquery.min.js"></script> | ||
| <script type="text/javascript" src="../hackhpi_assets//jquery.countdown.min.js"></script> | ||
| <script type="text/javascript" src="../hackhpi_assets//app.js"></script> | ||
|
|
||
|
|
||
| </body></html> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't we just let these types of links point to
index.htmlas we're not forwarding hackhpi.org requests yet to the GitHub Pages URL and we would use relative links? Or is that considered bad practice?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought about that as well, could just set the
hrefto#- in react apps however that throws a warning, might be considered bad practice. Don't know about that for sure though.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works I'd do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok feel free to