-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathself.html
More file actions
71 lines (69 loc) · 3.48 KB
/
Copy pathself.html
File metadata and controls
71 lines (69 loc) · 3.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Self</title>
<link rel="stylesheet" href="./self.css">
<link rel="stylesheet" href="./fontawesome-free-5.13.0-web/css/all.css">
</head>
<body>
<div class="container">
<!--<input type="checkbox" id="check">
<label for="check" class="open"><i class="fas fa-bars"></i></label>-->
<div class="sidebar-wrapper">
<div class="sidebar">
<div class="avatar-wrapper">
<!--<label for="check" class="close"> <i class="fas fa-times"></label>-->
<img class="avatar" src="shot.jpg" alt="avatar">
<p class="username">Poomurugan C</p>
</div>
<nav>
<ul class="menu">
<li><a href="#S1"><i class="fas fa-home"></i>Hi</a></li>
<li><a href="#S2"><i class="fas fa"></i>Life at IITR</a></li>
<li><a href="#S3"><i class="fas fa"></i>Conference</a></li>
<li><a href="#S4"><i class="fas fa"></i>Fitness</a></li>
<li><a href="#S5"><i class="fas fa"></i>SHE</a></li>
<!--<li><a href="#"><i class="fas fa"></i>Home</a></li>
<li><a href="#"><i class="fas fa"></i>Home</a></li>-->
</ul>
</nav>
</div>
<div class="sidebar-wrap">
<div class="part" id="S1">
<span class="name">Hi</span>
<p>It ics (CFD) is a numerical scheme that solves Navier–Stokes equations
to answer real-world problems related to we encounter radiation from suns
<a href="https://www.iitr.ac.in/">Read more.</a></p>
</div>
<div class="part" id="S2">
<span class="name">Life at IITR</span>
<p>It is a transmission of energy from a heat source to the atmosphere in
the form of an electromagnetic wave. The necessity of research in thermal
radiation is very much important as we encounter radiation from suns nuclear.
<a href="https://www.iitr.ac.in/">Read more.</a></p>
</div>
<div class="part" id="S3">
<span class="name">Conference</span>
<p>It ics (CFD) is a numerical scheme that solves Navier–Stokes equations
to answer real-world problems related to we encounter radiation from suns
<a href="https://www.iitr.ac.in/">Read more.</a></p>
</div>
<div class="part" id="S4">
<span class="name">Fitness</span>
<p>It ics (CFD) is a numerical scheme that solves Navier–Stokes equations
to answer real-world problems related to we encounter radiation from suns
<a href="https://www.iitr.ac.in/">Read more.</a></p>
</div>
<div class="part" id="S5">
<span class="name">SHE</span>
<p>It ics (CFD) is a numerical scheme that solves Navier–Stokes equations
to answer real-world problems related to we encounter radiation from suns
<a href="https://www.iitr.ac.in/">Read more.</a></p>
</div>
</div>
</div>
</div>
</body>
</html>