-
Notifications
You must be signed in to change notification settings - Fork 62
/
profile.html
222 lines (208 loc) · 7.22 KB
/
profile.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title id="tit"></title>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
/>
<!-- Favicon -->
<link rel="icon" href="public/img/favicon.png" />
<!--bootstrap v4 CSS CDN ---->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="public/css/styles.css" />
<link rel="stylesheet" href="public/css/profile.css" />
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
</head>
<body>
<div class="container">
<nav
class="navbar navbar-expand-lg navbar-light fixed-top px-3"
id="navbar"
>
<a class="navbar-brand" id="brand"
><img id="myImg" src="public/img/Nav-logo.png" alt="" />
<span class="d-none d-sm-inline">GEEKTOBERFEST'20</span></a
>
<button
class="navbar-toggler nav-toggle-btn"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="links collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link hvr-grow-shadow" href="./index.html#section1"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#section2"
>About</a
>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#section3"
>Projects</a
>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#section4"
>Participants</a
>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#section6"
>Mentors</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./leaderboard.html" target="_self"
>Leaderboard</a
>
</li>
<li class="nav-item">
<a class="nav-link " href="#contactus-profile-page"
>Contact</a
>
</li>
</ul>
<label class="switch">
<input type="checkbox" class="btn-toggle" />
<span class="slider round"></span>
</label>
</div>
</nav>
</div>
<div id="profile">
<div class="d-flex justify-content-center h-100 searchOuter">
<div class="searchbar">
<input class="search_input" id="user" type="text" name="" placeholder="Search user">
<span id="getUser" class="search_icon"><i class="fas fa-search"></i></span>
</div>
</div>
<div class="container profile-page">
<br />
<div class="profile-img">
<img id="userImg" src="" alt="" style="width: 100%" />
</div>
<div class="profile-card">
<div class="personal-info">
<h1 id="name" class="name"></h1>
<p id="about" class="about"></p>
<div class="personal-social">
<a id="gitLink" href=""><i class="fab fa-github personal-link"></i></a>
<a id="fbLink" href=""><i class="fab fa-facebook personal-link"></i></a>
</div>
</div>
<div class="no-of-pr"><h3 class="pr-title" id="pr-title">Number of PRs : </h3></div>
<p id="demo"></p>
<div id="fetchLoader" class="fetchLoader"></div>
<div class="table-cont" id="fetchData">
<table id="table" class="table table-borderless table-striped">
<thead class="thead">
<tr>
<!-- <th scope="col">#</th> -->
<th>PR Link</th>
<th>PR Summary</th>
<!-- <th scope="col">Description</th> -->
</tr>
</thead>
<tbody id="tbody" class="tbody">
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<div class="section fp-auto-height" id="contactus-profile-page">
<footer id="footer">
<div class="footer">
<ul class="social list-unstyled mt-4">
<p class="contact-text h4"><em>Contact Us At:</em></p>
<li>
<a
href="https://www.facebook.com/geekhaveniiita"
target="_blank"
class="fab fa-2x fa-facebook icon"
></a>
</li>
<li>
<a
href="https://twitter.com/geekhaveniiita?s=20"
target="_blank"
class="fab fa-2x fa-twitter icon"
></a>
</li>
<li>
<a
href="https://www.linkedin.com/company/geekhaven-iiita"
target="_blank"
class="fab fa-2x fa-linkedin icon"
></a>
</li>
<li>
<a
href="https://github.com/GeekHaven/"
target="_blank"
class="fab fa-2x fa-github icon"
></a>
</li>
<li>
<a
href="mailto:[email protected]"
target="_blank"
class="fa fa-2x fa-envelope icon"
></a>
</li>
</ul>
<div class="text-copyright">
<p class="m-0 pb-2">
© Copyright <strong>Geektoberfest'20</strong> | GeekHaven - IIIT
Allahabad
</p>
</div>
</div>
</footer>
</div>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="public/js/profile.js"></script>
<!--bootstrap v4 CDN---->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
</body>
</html>