-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (63 loc) · 1.79 KB
/
index.html
File metadata and controls
63 lines (63 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Moziety x Hacktoberfest</title>
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- <div id="hero">
<video src="./video.mp4" autoplay="true" loop="true"></video>
</div> -->
<header>
<div id="brand">
<img src="./images/moziety.png" alt="Moziety" />
<img
src="./images/HF.svg"
alt="Hacktoberfest"
style="margin-top: 0; height: 100px"
/>
</div>
<h1>
<span class="pink">Open Source</span> is changing the world one
<span class="pink">pull request</span> at a time.
</h1>
<hr width="300px" />
<p>Moz:ety x Hacktoberfest <span class="pink">Contributors</span>:</p>
</header>
<main>
<a href="./manpreetrathore/">
<div class="thumb">
<img
src="./manpreetrathore/images/thumbnail.jpg"
alt="Manpreet Rathore"
/>
</div>
<p>Manpreet Rathore</p>
</a>
<a href="./deyprateek55/">
<div class="thumb">
<img src="./deyprateek55/images/thumbnail.jpg" alt="Prateek Dey" />
</div>
<p>Prateek Dey</p>
</a>
<a href="./arpancodes/">
<div class="thumb">
<img src="./arpancodes/images/thumbnail.jpg" alt="Arpan Abhishek" />
</div>
<p>Arpan Abhishek</p>
</a>
<a href="./jstfoll/">
<div class="thumb">
<img
src="./jstfoll/images/thumbnail.jpg"
alt="Pratik Mukesh Bharuka"
/>
</div>
<p>Pratik Mukesh Bharuka</p>
</a>
</main>
</body>
</html>