Skip to content
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
10 changes: 9 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,16 @@ font-family: 'Poiret One', cursive;
}

#footer{
background: #f0f0f0;
background: #02173a;
padding: 5px;
padding-top: 8px;
text-align: center;
font-weight: bold;
color: whitesmoke;
}

#footer img {
width: 40px;
}

a {
Expand Down
Binary file added assets/img/pumpkin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 47 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,55 +55,49 @@
</div>
</header>

<div class="container-lg my-5 markdown-body">

<h1>
<a href="https://moz-niec.github.io/Hacktoberfest/"><img src="./assets/svg/header.png"></a>
</h1>
<div class="container-lg my-5 markdown-body">
<h1>
<a href="https://moz-niec.github.io/Hacktoberfest/"><img src="./assets/svg/header.png"></a>
</h1>
</div>
<div id="moz-niec">
<div id="moz-heading">
<h1 id="mozilla-niec-hacktoberfest">Mozilla NIEC Hacktoberfest</h1>
<h4 id="support-open-source-and-earn-a-limited-edition-t-shirt">Support Open Source and earn a limited edition T-shirt</h4>
</div>
<div id="moz-niec">
<div id="moz-heading">
<h1 id="mozilla-niec-hacktoberfest">Mozilla NIEC Hacktoberfest</h1>
<h4 id="support-open-source-and-earn-a-limited-edition-t-shirt">Support Open Source and earn a limited edition T-shirt</h4>
</div>
<p>We’re hosting an in-person meetup at NIEC on 28th October, from 10 am - 3 pm, to gather all free and open source enthusiasts
from the Delhi city to contribute to open source projects together.</p>
<p>We’re hosting an in-person meetup at NIEC on 28th October, from 10 am - 3 pm, to gather all free and open source enthusiasts
from the Delhi city to contribute to open source projects together.</p>

<p>Hacktoberfest is an annual month-long event to celebrate and encourage more developers to become involved with open
source software. It’s open for anyone, especially beginners just getting started with open source!</p>
<p>Hacktoberfest is an annual month-long event to celebrate and encourage more developers to become involved with open
source software. It’s open for anyone, especially beginners just getting started with open source!</p>

<p>In this meetup, we’ll take a beginner friendly session on Git and GitHub.</p>
<p>In this meetup, we’ll take a beginner friendly session on Git and GitHub.</p>

<p> <b>The most active contributors, who make at least 4 PR’s merged, will receive T-shirts sponsored by Digital Ocean.
</b></p>
<p> <b>The most active contributors, who make at least 4 PR’s merged, will receive T-shirts sponsored by Digital Ocean.
</b></p>
</div>
<div id="schedule">
<div id="venue" class="schedule-detail ">
<h3>Venue:</h3>
<p>Room No. 4202 , Northern India Engineering College</p>
</div>
<div id="schedule">
<div id="venue" class="schedule-detail ">
<h3>Venue:</h3>
<p>Room No. 4202 , Northern India Engineering College</p>
</div>

<div id="data-time" class="schedule-detail ">
<h3>Date | Time</h3>
<p>28th October | 10 am - 3 pm</p>
</div>
<div id="data-time" class="schedule-detail ">
<h3>Date | Time</h3>
<p>28th October | 10 am - 3 pm</p>
</div>
</div>

<div id ="register">
<div class="register-button animated zoomIn">

<div id ="register">
<div class="register-button animated zoomIn">
<!-- add the registeration link here -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdAI59hq4rGSIFj1jhh_54aWOOOhM3aaRr00Qdogul7sMG4LQ/viewform?usp=sf_link">
<button type="button" class="btn btn-danger btn-lg">Register</button>
</a>


</div>

</div>

<div id="sponsor">

<div id="sponsor_head">
<h3 >Sponsors:</h3>
</div>
Expand All @@ -121,34 +115,29 @@ <h3>
</div>
</div>

<div id="org">
<div id="org_content">
<h3 id="main-organiser">Main Organiser:</h3>
<p>
<a href="https://mozillians.org/en-US/u/pushpita.dey/">Pushpita Dey</a>
<br />
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
</p>

<h3 id="speaker-">Speaker :</h3>
<a href="https://mozillians.org/en-US/u/rajivjha/">Rajiv Sir</a><br/>
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
<br />

</div>
<div id="org">
<div id="org_content">
<h3 id="main-organiser">Main Organiser:</h3>
<p>
<a href="https://mozillians.org/en-US/u/pushpita.dey/">Pushpita Dey</a>
<br />
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
</p>
<h3 id="speaker-">Speaker :</h3>
<a href="https://mozillians.org/en-US/u/rajivjha/">Rajiv Sir</a><br/>
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
<br>
</div>
<div id="footer">

</div>

<div id="footer">
<img src="assets/img/pumpkin.png">
<p>Happy Hacktoberfest!</p>
<p style="color: #1c3966;">@ Copyright Mozilla NIEC 2017</p>
</div>

</div>
</div>
</div>

<script src="/Hacktoberfest/assets/javascript/anchor-js/anchor.min.js"></script>
<script>

</script>
<script src="/Hacktoberfest/assets/javascript/anchor-js/anchor.min.js"></script>
</body>

</html>
</html>