forked from arshdeepsk/hacktoberFest2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (120 loc) · 4.76 KB
/
index.html
File metadata and controls
145 lines (120 loc) · 4.76 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!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-ACMTIET</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">
</div>
<!-- <div class="col-lg-8 mx-auto">
<p class="text-faded mb-5">An initiative by ACM, TIET Chapter to encourage students to contribute to Open Source.</p>
<br>
<br>
</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 coveted T Shirt :) ?</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/arshdeepsk/hacktoberFest2019">Check
the repository</a>
</div>
</div>
</div>
</section>
<section class="p-0" id="portfolio">
<div class="table-responsive">
<table class="table table-striped table-hover">
<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>Arshdeep Singh</td>
<td>Hello World! I just contributed to Hacktoberfest</td>
<td><a href="https://github.com/arshdeepsk">arshdeepsk</a></td>
</tr>
<tr>
<th scope="row">1</th>
<td>Anmol Mittal</td>
<td>Done!</td>
<td><a href="https://github.com/pulins222">pulins222</a></td>
</tr>
<tr>
<th scope="row">1</th>
<td>Aarul Vij</td>
<td>Nice to meet ya all !!</td>
<td><a href="https://github.com/ACECM">ACECM</a></td>
</tr>
<tr>
<th scope="row">1</th>
<td>Naman jain</td>
<td>yessss!</td>
<td><a href="https://github.com/namanjain96690">namanjain96690</a></td>
</tr>
<tr>
<th scope="row">1</th>
<td>Varun Singla</td>
<td>Done!</td>
<td><a href="https://github.com/varunsingla211">varunsingla211</a></td>
<tr>
<th scope="row">1</th>
<td>Yogesh Singla</td>
<td>Contributing to open source</td>
<td><a href="https://github.com/yogesh21-hub">yogesh21-hub</a></td>
</tr>
<tr>
<th scope="row">1</th>
<td>Your Name</td>
<td>Message</td>
<td><a href="https://github.com/username">username</a></td>
</tr>
</tbody>
</table>
</div>
</section>
<footer>
<small style="font-family: Open Sans; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 20px;">Copyright © Hacktoberfest- 2019 - An initiative by ACM, TIET Chapter to encourage students to contribute to Open Source.</small>
</footer>
<!-- 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>