-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (92 loc) · 3.92 KB
/
Copy pathindex.html
File metadata and controls
120 lines (92 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Hacktoberfest-CCS</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong>Hacktoberfest 2018</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p class="text-faded mb-5">An initiative by Creative Computing Society to promote Open-source Contribution</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Let's Contribute</a>
</div>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">How to contribute and earn the swag?</h2>
<hr class="light my-4">
<p class="text-faded mb-4">Follow the instructions on the readme.md in the given repository</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="https://github.com/shubhank-saxena/Guide-to-Hacktoberfest">Check the repository</a>
</div>
</div>
</div>
</section>
<section class="p-0" id="portfolio">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Message</th>
<th scope="col">Github Link</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Shubhank Saxena</td>
<td>Hello World! I just contributed to Hacktoberfest</td>
<td><a href="https://github.com/shubhank-saxena">shubhank-saxena</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Shreshth Arora</td>
<td>Hang on ! the wonder lies there ------></td>
<td><a href="https://github.com/ShreshthArora">ShreshthArora</a></td>
</tr>
<!-- <tr>
<th scope="row">n</th>
<td>Name</td>
<td>Short Description/ Message</td>
<td><a href="Github Link">Github ID</a></td>
</tr> -->
</tbody>
</table>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>