Skip to content
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

Add files via upload #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
32 changes: 17 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- End Jekyll SEO tag -->

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.9.0/github-markdown.css">

<!-- adding animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Adding Bootstrap -->
Expand All @@ -33,12 +33,14 @@

<body>
<div id="wrapper">
<div class="container-lg px-3 my-5 markdown-body">

<h1><a href="https://moz-niec.github.io/Hacktoberfest/">Hacktoberfest</a></h1>

<div class="container-lg markdown-body">
<br><br>
<CENTER>
<div id ="tile"><a href="https://moz-niec.github.io/Hacktoberfest/">Hacktoberfest</a></div>


<h1 id="mozilla-niec-hacktoberfest">Mozilla NIEC Hacktoberfest</h1>
</CENTER>
<h4 id="support-open-source-and-earn-a-limited-edition-t-shirt">Support Open Source and earn a limited edition T-shirt</h4>

<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>
Expand All @@ -51,28 +53,28 @@ <h4 id="support-open-source-and-earn-a-limited-edition-t-shirt">Support Open Sou
<div id="schedule">
<div id="venue" class="schedule-detail ">
<h3 >Venue:</h3>
<p>Room No. 4202 , Northern India Engineering College</p>
<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>
<p>28th October | 10 am - 3 pm</p>
</div>

</div>

<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>



<h3 id="sponsors">Sponsors:</h3>
<ul>
Expand All @@ -92,16 +94,16 @@ <h3 id="speaker-">Speaker :</h3>
Mozilla NIEC Ignited Minds</p>



<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
This site is open source. <a target="_blank "href="https://github.com/Moz-NIEC/Hacktoberfest/edit/master/README.md">Improve this page</a>.
</div>

</div>


</div>

<script src="/Hacktoberfest/assets/javascript/anchor-js/anchor.min.js"></script>
<script>anchors.add();</script>
</body>
Expand Down