Skip to content

Update index.html #147

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

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
39 changes: 19 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,33 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<!-- Fab Icon -->
<link rel="icon" href="img/favicon.svg" type="image/svg" sizes="16x16">
<title>Hacktoberfest 2020!!!</title>

<!-- JQUERY -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>

<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

<!-- FULL PAGE.JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/vendors/scrolloverflow.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@1,600&family=Roboto:wght@500&display=swap" rel="stylesheet">

<!-- CSS -->
<link href="https://fonts.googleapis.com/css2?family=Bangers&family=Bebas+Neue&family=Comfortaa:wght@700&display=swap"rel="stylesheet">

<link rel="stylesheet" href="style.css">


</head>

<body>
<!-- <div id="fullpage"> -->

<!-- Intro Header -->

<!-- Dont Change This Section -->
<div class="section header-bg">
<div class="jumbotron-fluid">
Expand All @@ -53,13 +56,12 @@ <h2></br>Hactoberfest Participants</h2>

<!-- SIGN IN HERE -->
<ol class="list">



<!--
In this format:
<li><a href ="[link to your portfolio/github page]">[user name here]</a></li>
<br>
-->
In this format:
<li><a href ="[link to your portfolio/github page]">[user name here]</a></li>
<br>
-->

<li><a href ="https://github.com/udaya28/">Udaya28</a></li>
<br>
Expand Down Expand Up @@ -175,7 +177,7 @@ <h2></br>Hactoberfest Participants</h2>
<br>
<li><a href="https://github.com/lirrumscode">Lina Castro</a></li>
<br>
<li><a href ="https://github.com/PriyanshuGangwar/">Priyanshu Gangwar</a></li>
<li><a href ="https://github.com/PriyanshuGangwar">Priyanshu Gangwar</a></li>
<br>
<li><a href="https://github.com/SudharshanBhimisetty">Sudharshan Bhimisetty</a></li>
<br>
Expand All @@ -199,18 +201,17 @@ <h2></br>Hactoberfest Participants</h2>
<br>
<li><a href="https://github.com/mandathompson">Amanda Thompson</a></li>
<br>
<li><a href ="https://github.com/utkarsh17verma/">utkarsh17verma</a></li>



<li><a href ="https://github.com/utkarsh17verma">utkarsh17verma</a></li>
<br>
<li><a href ="https://github.com/tck13">Tck13</a></li>
</ol>


</div>
<!-- End of Oct' 20 Sign in -->

<!-- </div> -->

<!-- Full Page End -->

<!-- Script -->
<script>
$(document).ready(function() {
Expand All @@ -219,12 +220,10 @@ <h2></br>Hactoberfest Participants</h2>
</script>

<div class="bottom-container">

<p>
Made with 💖 for Hacktoberfest
Made with 💖 for <a style="text-decoration: none; color: #eeecda;" href="https://hacktoberfest.digitalocean.com">Hacktoberfest</a>
</p>
</div>
</body>
<script src="./index.js"></script>

</html>