-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
74 lines (73 loc) · 3.69 KB
/
profile.html
File metadata and controls
74 lines (73 loc) · 3.69 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
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>Profile</title>
<link rel="stylesheet" href="profile.css">
</head>
<body>
<div class="parent">
<div class="nav">
<ul class="nav-item">
<li><img src="./images/logo.png" width="80px" height="40px"/></li>
<li><a class="nav-link" href="./home.html">Home</a></li>
<li><a class="nav-link" href="./courses.html">Courses</a></li>
<li><a class="nav-link active" href="./profile.html">Profile</a></li>
</ul>
</div>
<div class="main-div">
<div class="main">
<div class="main-left">
<img src="./images/man.jpg"/>
</div>
<div class="main-right">
<h1 class="main-head">Venkata <br>
Mouli</h1>
<h3 class="sub-head">CSE, Data Science</h3>
<span class="span">
<img class="span-img" width="25px" height="25px" src="https://img.icons8.com/cute-clipart/64/000000/calendar.png"/>
30 Jun 2000 <br>
</span>
<span class="span">
<img class="span-img" width="25px" height="25px" src="https://img.icons8.com/dusk/64/000000/phone-ringing.png"/>
8309844075 <br>
</span>
<span class="span">
<img class="span-img" width="25px" height="25px" src="https://img.icons8.com/ultraviolet/40/000000/email-open--v2.png"/>
<a class="mail" href="mailto:190030902@kluniversity.in">190030902@kluniversity.in</a>
<br>
</span>
<span class="span">
<img class="span-img" width="25px" height="25ppx" src="https://img.icons8.com/cute-clipart/40/000000/home.png"/>
Rajahmundry
<br>
</span>
<div class="social-media">
<span>
<a href="https://github.com/mouli3029">
<img width="35px" height="35px" class="span-img" src="https://img.icons8.com/cute-clipart/64/000000/github.png"/>
</a>
</span>
<span>
<a href="https://www.linkedin.com/in/venkata-mouli-a347351a0/">
<img width="35px" height="35px" src="https://img.icons8.com/cute-clipart/64/000000/linkedin.png"/>
</a>
</span>
<span>
<a href="https://twitter.com/Mouli37888336">
<img width="35px" height="35px" src="https://img.icons8.com/cute-clipart/64/000000/twitter.png"/>
</a>
</span>
<span>
<a href="https://medium.com/@venkatmouli823">
<img src="https://img.icons8.com/ios-glyphs/30/000000/medium-monogram.png"/>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="drop-1"></div>
<div class="drop-2"></div>
</body>
</html>