-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwe.html
47 lines (40 loc) · 1.75 KB
/
we.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
<!DOCTYPE html>
<html>
<head>
<title>ABOUT US</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:500,300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Mukta:400,800" rel="stylesheet">
</head>
<body>
<div class="topbar">
<div class="navbutabout" id="topbarblocks"><div id="navbut"><a href="index.html">HOME</a></div></div>
<div id="topbarblocks"><div id="navbut"><a href="lectures.html">LECTURES</a></div></div>
<div id="topbarblocks"><div id="navbut"><a href="tutorial.html">TUTORIAL</a></div></div>
<div id="topbarblocks"><div id="navbut"><a href="contact.html">CONTACT</a></div></div>
</div>
<div id="pagename">about us</div>
<div class="aboutglobalcontainer">
<div class="aboutcontainer">
<div id="aboutpic1"></div>
<div class="aboutpicname" id="name1">RITWIK SINGH</div>
<div id="about">
<p>Student and IEM Salt Lake. Learned web design and development from Codeademy and Mozilla Developer's Net.</p>
<p>RITWIK SINGH<br>
ROLL: 63<br>
SEC: E</p>
</div>
</div>
<div class="aboutcontainer">
<div id="aboutpic2"></div>
<div class="aboutpicname" id="name2">RAVI RANJAN</div>
<div id="about">
<p>Master coder and table tennis world champion. Genius at pubg mobile. Many call him Next Mortal.</p>
<p>RITWIK SINGH<br>
ROLL: 63<br>
SEC: E</p>
</div>
</div>
</div>
</body>
</html>