Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan-chhabra authored Oct 9, 2019
1 parent 10f21db commit 663b75a
Showing 1 changed file with 9 additions and 134 deletions.
143 changes: 9 additions & 134 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,140 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<link rel="icon" type="image/png" href="favicon.png" />

<meta name="title" content="SRMKZILLA x Hacktoberfest">
<meta name="description" content="In the spirit of openness, for the love of open source. SRMKZILLA ♥ Community.">
<meta name="keywords" content="upstream, srmkzilla, open, source, hacktoberfest, opensource, chennai, meetup">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="SRMKZILLA">

<meta property="og:type" content="website">
<meta property="og:url" content="https://hacktoberfest.srmkzilla.net">
<meta property="og:title" content="SRMKZILLA x Hacktoberfest">
<meta property="og:description" content="In the spirit of openness, for the love of open source. SRMKZILLA ♥ Community.">
<meta property="og:image" content="https://srmkzilla.net/static/events/upstream-2019-poster.jpg">

<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://hacktoberfest.srmkzilla.net">
<meta property="twitter:title" content="SRMKZILLA x Hacktoberfest">
<meta property="twitter:description" content="In the spirit of openness, for the love of open source. SRMKZILLA ♥ Community.">
<meta property="twitter:image" content="https://srmkzilla.net/static/events/upstream-2019-poster.jpg">

<title>SRMKZILLA x Hacktoberfest</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<!-- --------------------- -->
<!-- START Section 0: Hero -->
<!-- --------------------- -->
<section class="kz-hero">
<header>
<navbar>
<img src="res/srmkzilla.png" />
<img src="res/hacktoberfest.svg" />
</navbar>
</header>

<div class="kz-title">
<h3>celebrating</h3>
<h1>Hacktoberfest</h1>
<a class="kz-btn" href="https://github.com/srm-kzilla/Hacktoberfest">view repository</a>
</div>

<img class="kz-tagline" src="res/tagline.svg" />
</section>
<!-- ------------------- -->
<!-- END Section 0: Hero -->
<!-- ------------------- -->

<!-- ----------------------- -->
<!-- START Section 1: How To -->
<!-- ----------------------- -->
<section class="kz-how-to">
<div class="kz-how-to-box">
<h3>Hop on the bandwagon!</h3>
<p>Contribute to Open Source and get rewarded with amazing schwags!</p>
<h4>Open Source. Open Minds.</h4>
<a class="kz-btn" href="https://github.com/srm-kzilla/Hacktoberfest/blob/master/README.md">get started</a>
</div>
</section>
<!-- --------------------- -->
<!-- END Section 1: How To -->
<!-- --------------------- -->

<!-- ----------------------------- -->
<!-- START Section 2: Contributors -->
<!-- ----------------------------- -->
<section class="kz-contributors">
<h2>Awesome Contributors</h2>
<div class="kz-row">

<!-- *** COPY FROM HERE *** -->
<div class="kz-contributor">
<div>
<h5>Your awesome name</h5>
<blockquote>A funny yearbook quote</blockquote>
</div>
<!-- Replace '#' value of href attribute with the link to your GitHub profile... -->
<a class="kz-btn" href="#">View GitHub</a>
</div>
<!-- *** COPY TILL HERE *** -->

<div class="kz-contributor">
<div>
<h5>Sriram Kailasam</h5>
<blockquote>Does stuff</blockquote>
</div>
<!-- Replace '#' value of href attribute with the link to your GitHub profile... -->
<a class="kz-btn" href="#">View GitHub</a>
</div>

<div class="kz-contributor">
<div>
<h5>Ishan Chhabra</h5>
<blockquote>Don't follow your dreams, follow my Twitter. @chh_abracadabra</blockquote>
</div>
<!-- Replace '#' value of href attribute with the link to your GitHub profile... -->
<a class="kz-btn" href="https://github.com/ishan-chhabra">View GitHub</a>
</div>

<div class="kz-contributor">
<div>
<h5>Aakash Sharma</h5>
<blockquote>Would love to talk..</blockquote>
</div>
<!-- Replace '#' value of href attribute with the link to your GitHub profile... -->
<a class="kz-btn" href="https://github.com/n9267aakashsharma">View GitHub</a>
</div>

<!-- ••• PASTE ABOVE THIS LINE ••• -->
</div>

<footer>
<p>in the spirit of openness, for the love of open source.</p>
<p>crafted with <span>&hearts;</span> by <a href="https://srmkzilla.net">SRMKZILLA</a></p>
</footer>
</section>
<!-- --------------------------- -->
<!-- END Section 2: Contributors -->
<!-- --------------------------- -->
</body>

</html>
=======
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -298,6 +164,15 @@ <h5>Vanshika Jalan</h5>
<!-- Replace '#' value of href attribute with the link to your GitHub profile... -->
<a class="kz-btn" href="https://github.com/jalanvanshika">View GitHub</a>
</div>

<div class="kz-contributor">
<div>
<h5>Aakash Sharma</h5>
<blockquote>Would love to talk..</blockquote>
</div>
<!-- Replace '#' value of href attribute with the link to your GitHub profile... -->
<a class="kz-btn" href="https://github.com/n9267aakashsharma">View GitHub</a>
</div>

<!-- ••• PASTE ABOVE THIS LINE ••• -->
</div>
Expand Down

0 comments on commit 663b75a

Please sign in to comment.