forked from altafshaikh/make-your-first-contribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (112 loc) · 2.85 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>One Pull at a time</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( "#accordion" ).accordion();
} );
</script>
</head>
<body>
<div class="container">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Hello, Contributors!!</h1>
<p class="lead">Are you ready for making your contibutions to the open source world and changing the world with your code..</p>
<p><code> ~ one pull request at a time.</code> </p>
</div>
</div>
<div id="accordion">
<h3> Altaf Shaikh</h3>
<div>
<p>
- Developer <br>
- Web Pentester | Ethical Hacker <br>
- Admin @teachmebro.official <br>
- Educator <br>
- Youtuber <br>
</p>
</div>
<h3> Harsh Singhvi</h3>
<div>
<p>
- Developer <br>
- coder | Ethical Hacker <br>
- Admin @teachmebro.official <br>
- Educator <br>
- DevOPS <br>
</p>
</div>
<!-- copy the code and paste it below and enter your details in similar way..
<h3> Demo User NAme</h3>
<div>
<p>
demo user details here
- Developer <br>
- Web Pentester | Ethical Hacker <br>
- Admin @teachmebro.official <br>
- Educator <br>
- Youtuber <br>
</p>
</div>
// copy end -->
<h3> siddhi112 </h3>
<div>
<p>
- developer
- Graphic designer<br>
</p>
</div>
<h3> Vaibhav Patil</h3>
<div>
<p>
- Developer <br>
- Web developer<br>
<p>
</div>
<h3> Vidya Rautela</h3>
<div>
<p>
- Developer <br>
- Learner <br>
</p>
</div>
<h3>Kaushik iyer</h3>
<p>
- AI Enthusiast <br>
- Front-end Dev<br>
- [email protected]<br>
- Educator <br>
- Youtuber <br>
</p>
</div>
<h3>Stable Team</h3>
<p>
- Programming Enthusiast <br>
- Front-end Dev<br>
- [email protected]<br>
</p>
</div>
<h3>Codemistic</h3>
<p>
- Tech Community <br>
- Follow them on Twitter, Linkedin.<br>
- Codemistic.in<br>
</p>
</div>
</div>
</div>
</body>
</html>