Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
<section class="container-fluid bg-grey triangle" id="intro">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="col-md-12">
<p class="text-center" style="margin-bottom: 20px;">
<span style="font-size: 1.5em">Looking for the live page?</span><br>
<a id="applyNowButton" class="btn" href="/live"><span>LIVE PAGE</span></a>

</p>
</p>
</div>
<h1>What to expect at HackHPI 2019</h1>
<p>
Expand Down
18 changes: 17 additions & 1 deletion live/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" type="text/css" href="../hackhpi_assets/style-2019.css">
<link rel="stylesheet" type="text/css" href="./live_files/live.css">

<link rel="icon" type="image/png" href="https://.hackhpi.org/site/templates/images/favicon.png">
<link rel="icon" type="image/png" href="../hackhpi_assets/favicon.png">
<title>HackHPI - HackHPI 2019 - about://social.good</title>
<meta name="keywords" content="">
<meta name="description" content="Be a social hero! Come join our Hackathon about://social.good on 18th and 19th of May 2019 at Hasso Platter Institut">
Expand Down Expand Up @@ -113,6 +113,14 @@ <h3 class="text-orange">Where do I get inspiration for a project?</h3>
</p>
</div>
</div>
<div class="faq-question">

<div class="faq-question">
<h3 class="text-orange">What do the final presentations look like?</h3>
<p>You will have three minutes time to present your prototype in a demo and what the idea behind it is. Focus on what you achieved, how you built it and why it is relevant for social good and the challenge you entered.</p>
<p>The jury will have one minute for questions afterwards.</p>
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1">
<div class="faq-question">
Expand Down Expand Up @@ -442,6 +450,14 @@ <h3>Who was treated well, who was ripped off or who got good quality treatment?<
</p>
<p>Find out through an intelligent way who was treated well, who was ripped off or who got good quality treatment. We can additionally provide a lot of local insights, payment gateways, medical and financial data and access to networking protocols like SMS/USSD.
</p>

<p>Useful Links:</p>
<ul class = "list-group">
<li class="list-group-item">API docs:
<a href="https://documenter.getpostman.com/view/7044668/S1M2S6RS?version=latest">https://documenter.getpostman.com/view/7044668/S1M2S6RS?version=latest</a>
</li>
</ul>

<!--<h3>Prize:</h3>

<p>4 x TBA</p>-->
Expand Down
2 changes: 1 addition & 1 deletion live/index_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" type="text/css" href="../hackhpi_assets/style.css">
<link rel="stylesheet" type="text/css" href="./live_files/live.css">

<link rel="icon" type="image/png" href="https://live.hackhpi.org/site/templates/images/favicon.png">
<link rel="icon" type="image/png" href="../hackhpi_assets/favicon.png">
<title>HackHPI - HackHPI 2019 - about://social.good</title>
<meta name="keywords" content="">
<meta name="description" content="Be a social hero! Come join our Hackathon about://social.good on 18th and 19th of May 2019 at Hasso Platter Institut">
Expand Down