forked from ShimilSAbraham/Hacktoberfest-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (114 loc) · 6.15 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./img/svg/Hacktober_H_icon.svg" type="image/svg+xml">
<link rel="stylesheet" href="style.css">
<title>Hacktoberfest 2021</title>
</head>
<body>
<div class="landing page">
<div class="menu">
<div class="items">Home</div>
<div class="items">About</div>
<div class="items">How To</div>
<div class="items">Team</div>
<div class="items">Donate</div>
</div>
<img src="./img/svg/Hacktober_Logo.svg" alt="" class="logo">
<img src="./img/svg/Hacktober_poo_side.svg" alt="" class="right">
<img src="./img/svg/Hacktober_poo_side.svg" alt="" class="left">
<div class="text">Open source is changing the world – one contribution at a time.</div>
<div class="fork">
<img src="./img/svg/Hacktober_Poo.svg" alt="" class="poo">
<a class="btn" href="https://github.com/ShimilSAbraham/Hacktoberfest-2021" target="_blank">Start Forking</a>
<img src="./img/svg/Hacktober_Poo.svg" alt="" class="poo">
</div>
</div>
<div class="about page">
<h1>What is this repo ?</h1>
<p>
This is a repository made just for beginners who want to explore github and its features like pull request.
When your pull request is merged you will be able to see your card in '<b>The Contributors</b>' section (<i>if done properly</i>).
</p>
<p>
In this repository, you can request 1 or 2 pull request, since there is nothing more that can be done here.
If you have signed up for <a href="https://hacktoberfest.digitalocean.com/" target="_blank">Hacktober Fest</a> , then you will only need 3 more pull requests to get a chance to win a t-shirt.
This event is conducted so as to invite you to contribute to Open-Source Projects.
</p>
<img src="https://static.vecteezy.com/system/resources/previews/002/182/022/original/online-work-remote-work-business-illustration-vector.jpg" alt="">
</div>
<div class="how page"><h1>How to contribute ?</h1>
<p>Go to <a href="https://github.com/ShimilSAbraham/Hacktoberfest-2021" target="_blank">this</a> repository.</p>
<p>Open the <b>index.html</b> file.</p>
<p>Click on the edit icon on the top right (<i>this will fork this repo into your account</i>)</p>
<p>Check for the part where the comment says <i>"Add your card above this and leave a line after it"</i></p>
<p>Paste the code found in the <a href="https://github.com/ShimilSAbraham/Hacktoberfest-2021/blob/main/README.md" target="_blank">readme.md</a> file and make changes for your card.</p>
<p>After making suitable changes, make a pull request (<i>Also do keep in mind the instructions in the readme file</i>)</p>
<p>Sit back and wait for your card to appear <b>below</b> 😇</p>
<img src="./img/svg/Hacktober_Poo_4.svg" alt="">
</div>
<div class="team page">
<div class="title">The Contributors</div>
<div class="card-container">
<!-- Here's where you can add your card
Add your github profile image,
first name, basic info (example: Student, Developer, Entrepreneur etc.) and
your github profile link -->
<div class="card">
<div class="dp">
<img src="https://avatars.githubusercontent.com/u/62107737?v=4" alt="">
</div>
<div class="name">Shimil Abraham</div>
<div class="sub">UI/UX Designer</div>
<a class="btn" href="https://github.com/ShimilSAbraham" target="_blank">View Profile</a>
</div>
<div class="card">
<div class="dp">
<img src="https://avatars.githubusercontent.com/u/91423709?s=400&v=4" alt="">
</div>
<div class="name">Monil</div>
<a class="btn" href="https://github.com/badshahlala0102" target="_blank">View Profile</a>
</div>
<div class="card">
<div class="dp">
<img src="https://avatars.githubusercontent.com/u/77122170?v=4" alt="">
</div>
<div class="name">Pravigya Jain</div>
<div class="sub">Web Developer</div>
<a class="btn" href="https://github.com/pravigya" target="_blank">View Profile</a>
</div>
<div class="card">
<div class="dp">
<img src="https://avatars.githubusercontent.com/u/71920274?s=400&v=4" alt="">
</div>
<div class="name">Riya Shukla</div>
<a class="btn" href="https://github.com/riyashukla6102" target="_blank">View Profile</a>
</div>
<div class="card">
<div class="dp">
<img src="https://avatars.githubusercontent.com/u/72455881?v=4" alt="">
</div>
<div class="name">Hariket Sukesh Kumar Sheth</div>
<div class="sub">Tech-Enthusiast</div>
<a class="btn" href="https://github.com/hariketsheth" target="_blank">View Profile</a>
</div>
<!-- Add your card below and put this comment towards the end of it -->
</div>
</div>
<footer class="donate page">
<img src="./img/svg/Hacktober_Poo_3.svg" alt="" class="poo">
<img src="./img/svg/Hacktober_H.svg" alt="" class="h">
<div class="msg">
<div class="title">Giving</div>
<div class="para">
Participate by giving to this project today <br> Don't worry if you are broke <br> You don't need money to star the repo 😉
</div>
<a class="btn" href="https://github.com/ShimilSAbraham/Hacktoberfest-2021" target="_blank">Star</a>
</div>
</footer>
<script src="./main.js"></script>
</body>
</html>