-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
299 lines (282 loc) · 12.3 KB
/
about.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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous" />
<title>About Us</title>
<style>
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700);
body {
text-decoration: none;
margin: 0px;
padding: 0;
/* background: #9a9aa5; */
font-family: ubuntu;
background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.about {
background: white;
border: 3px solid #a0a0a0;
margin: 20px auto;
border-radius: 10px;
padding: 10px;
margin-top: 10%;
width: 50%;
}
.card {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.card {
align-items: center;
margin-top: 100px;
position: relative;
display: inline-flex;
border-radius: 5%;
background-color: #fff;
width: 440px;
/* margin-left: 15%; */
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1rem;
text-align: center;
display: flex;
}
.creator {
width: 100%;
margin-top: 10%;
background-color: azure;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<div id="row">
<a href="#Raghvendra">
<div class="card" id="about">
<div class="card-body">
<div class="flex-column align-items-center">
<img src="img/raghvendra.png" height="150px" width='150px' class="rounded-circle" width="150" />
<div>
<h4>Raghvendra Singh Parihar</h4>
<p>UEC Ujjain</p>
<div class="contact-icon">
<i class="fa fa-map-o" aria-hidden="false"></i>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="#Aryan">
<div class="card" id="about">
<div class="card-body">
<div class="flex-column align-items-center">
<img src="img/aryan.png" class="rounded-circle" width="150" />
<div>
<h4>Aryan Apte</h4>
<p>IIT Mandi</p>
<div class="contact-icon">
<i class="fa fa-map-o" aria-hidden="false"></i>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="#akshar">
<div class="card" id="about">
<div class="card-body">
<div class="flex-column align-items-center">
<img src="img/akshar.png" height="150px" class="rounded-circle" width="150" />
<div>
<h4>Akshar Singh</h4>
<p>IIT Mandi</p>
<div class="contact-icon">
<i class="fa fa-map-o" aria-hidden="false"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<div class="creator">
<div class="card-body" id='Raghvendra'>
<section class="section about-section gray-bg" id="about">
<div class="container">
<div class="row align-items-center flex-row-reverse">
<div class="col-lg-6">
<div class="about-text go-to">
<h3 class="dark-color">Raghvendra Singh Parihar</h3>
<h6 class="theme-color lead">
Ujjain Engeneering College , Ujjain
</h6>
<p>
Currently pursuing BTech Degree(ECE Branch).<br /> I very passionate about technology and programming language. A intermediate Front-end developer with a good knowledge of
<mark>Web Development, Python , C++, JavaScript and Bash
script.</mark
>
</p>
<div class="row about-list">
<div class="col-md-6">
<div class="media">
<label>Birthday:</label>
<p>1st March 2002</p>
</div>
<div class="media">
<label>Age:</label>
<p>19 Yr</p>
</div>
<div class="media">
<label>Residence:</label>
<p>Ujjian</p>
</div>
</div>
<div class="col-md-6">
<div class="media">
<label>E-mail:</label>
<p>[email protected]</p>
</div>
<div class="media">
<label>Phone:</label>
<p>990-777-3224</p>
</div>
<div class="media">
<label>Freelance:</label>
<p>Available</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="about-avatar">
<img
src="img/raghvendra.png"
width="300px"
title=""
alt=""
/>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="creator">
<div class="card-body" id="Aryan">
<section class="section about-section gray-bg" id="about">
<div class="container">
<div class="row align-items-center flex-row-reverse">
<div class="col-lg-6">
<div class="about-text go-to">
<h3 class="dark-color">Aryan Apte</h3>
<h6 class="theme-color lead">
Indian Institute of Technology , Mandi
</h6>
<p>
Studies Electrical Engineering at IIT Mandi I am a first
year student at IIT Mandi. I have some basic knowledge of
<mark> python, C++, HTML. </mark>
</p>
<div class="row about-list">
<div class="col-md-6">
<div class="media">
<label>Birthday:</label>
<p>19th September 2002</p>
</div>
<div class="media">
<label>Age:</label>
<p>18 Yr</p>
</div>
</div>
<div class="col-md-6">
<div class="media">
<label>E-mail:</label>
<p>[email protected]</p>
</div>
<div class="media">
<label>Residence:</label>
<p>Ujjian</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="about-avatar">
<img src="img/aryan.png" width="300px" title="" alt="" />
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="creator">
<div class="card-body" id="akshar">
<section class="section about-section gray-bg" id="about">
<div class="container">
<div class="row align-items-center flex-row-reverse">
<div class="col-lg-6">
<div class="about-text go-to">
<h3 class="dark-color">Akshar Singh</h3>
<h6 class="theme-color lead">
Indian Institute of Technology, Mandi
</h6>
<p>
I am a first year student in IIT MANDI and I am in Data science branch . I love to do competitive programming and have basic knowledge of <mark>Python,C++ and Java .</mark>
</p>
<div class="row about-list">
<div class="col-md-6">
<div class="media">
<label>Birthday:</label>
<p>25th December 2001</p>
</div>
<div class="media">
<label>Age:</label>
<p>19 Yr</p>
</div>
<!-- <div class="col-md-6"> -->
</div>
<div class="col-md-6">
<div class="media">
<label>E-mail:</label>
<p>[email protected]</p>
</div>
<div class="media">
<label>Residence:</label>
<p>Greater Noida</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="about-avatar">
<img src="img/akshar.png" width="300px" height="400px" title="" alt="" />
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-lpyLfhYuitXl2zRZ5Bn2fqnhNAKOAaM/0Kr9laMspuaMiZfGmfwRNFh8HlMy49eQ" crossorigin="anonymous"></script>
-->
</body>
</html>