Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Updates for Hacktoberfest 2019 in landing page #2602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
28 changes: 13 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">

<meta property="og:title" content="Lingonsaft Hacktoberfest 2018" />
<meta property="og:title" content="Lingonsaft Hacktoberfest 2019" />
<meta property="og:description" content="THIS is a BEGINNER friendly project to help you get started with Hacktoberfest!!" />
<meta property="og:image" content="https://hacktoberfest.lingonsaft.com/images/hacktoberfest-logo-min.png" />
<meta property="og:url" content="https://hacktoberfest.lingonsaft.com/" />
<meta property="og:site_name" content="Lingonsaft Hacktoberfest 2018" />
<meta property="og:site_name" content="Lingonsaft Hacktoberfest 2019" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="Lingonsaft Hacktoberfest 2018 Logo" />
<meta name="twitter:image:alt" content="Lingonsaft Hacktoberfest 2019 Logo" />


<meta name="description" content="This is a static website serving as a beginner friendly project to help developers get started with hacktoberfest-Gateway to open source.">
Expand Down Expand Up @@ -81,7 +81,7 @@
<link rel="stylesheet" href="css/explosion.css">
<link rel="stylesheet" href="./css/terminal.css">
<link rel="stylesheet" href="css/hover.css">
<title>!!HACKTOBERFEST 2018!!</title>
<title>!!HACKTOBERFEST 2019!!</title>
<link rel="stylesheet" href="css/explosion.css">
<link rel="stylesheet" href="./css/terminal.css">
<link rel="stylesheet" href="./css/shake.css">
Expand Down Expand Up @@ -129,7 +129,7 @@
<div id="heart-bar"></div>
</div>
<div class="shake">
<h1 class="hack-title">Hacktoberfest <span>2018</span></h1>
<h1 class="hack-title">Hacktoberfest <span>2019</span></h1>
</div>
<div id="stats"></div>
<p class="lead mx-auto">THIS is a BEGINNER friendly project to help you get started with <b>Hacktoberfest!!</b>
Expand Down Expand Up @@ -161,19 +161,17 @@ <h1 class="hack-title">Hacktoberfest <span>2018</span></h1>
</div>
<div class="countdown-timer jumbotron text-center">
<div class="container-fluid" style="font-family:'Antic Didone';font-weight: bolder;">
<h2 class="mb-4" style="font-family:'Antic Didone'">Event will end in</h2>
<h2 class="mb-4" style="font-family:'Antic Didone'">Event will start in</h2>
<ul>
<li class="shadow bg-light"><span id="days"></span> DAYS</li>
<li class="shadow bg-light"><span id="hours"></span> HOURS</li>
<li class="shadow bg-light"><span id="minutes"></span> MINUTES</li>
<li class="shadow bg-light"><span id="seconds"></span> SECONDS</li>
</ul>
<p class="lead text-center mx-auto mt-4">
<ul>Hurry up and make your pull requests!</ul>
<ul>Be patient and keep following us for latest updates!</ul>
</p>
<h3>To check your progress visit the <a href="https://hacktoberfest.digitalocean.com/" id="checker"
style="font-weight: bolder;"
class="text-center btn btn-link">Hacktoberfest Checker</a></h3>
<h3>Please wait for the official website to be updated here.</h3>
</div>
</div>
<div class="jumbotron jumbotron-transparent">
Expand Down Expand Up @@ -357,7 +355,7 @@ <h2 class="mb-5">Frequently Asked Questions</h2>
<div class="col-12 col-lg-6">
<div class="single-faq shadow mb-4 white-card">
<h5>Who can contribute?</h5>
<p>Anyone with a Github account and who signed up for <a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest</a> 😄</p>
<p>Anyone with a Github account and who signed up for <a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest</a> 😄. Signup's for Hacktoberfest 2019 are not started yet. Keep following us to get latest updates.</p>
</div>
<div class="single-faq shadow mb-4 white-card">
<h5>Are you getting paid for this?</h5>
Expand Down Expand Up @@ -389,12 +387,12 @@ <h5>Should I come closer to the text saying 'Don't come closer' on the left side
</div>
<div class="single-faq shadow mb-4 white-card">
<h5>How many pull requests (PR) must be made for me to get an awesome shirt from
Hacktoberfest 2018?</h5>
<p>5</p>
Hacktoberfest 2019?</h5>
<p>Please wait for official announcement.</p>
</div>
<div class="single-faq shadow mb-4 white-card">
<h5>How do I track my progress to get a awesome shirt from Hacktoberfest 2018?</h5>
<p>Go to : <a href="https://hacktoberfestchecker.herokuapp.com/" target="_blank" rel="noopener">https://hacktoberfestchecker.herokuapp.com/</a></p>
<h5>How do I track my progress to get a awesome shirt from Hacktoberfest 2019?</h5>
<p>Please wait for official announcement.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion scripts/countdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const endOfHackathon = new Date("Oct 31, 2018 23:59:59").getTime();
const endOfHackathon = new Date("Oct 01, 2019 00:00:00").getTime();
const second = 1000;
const minute = second * 60;
const hour = minute * 60;
Expand Down