-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
36 lines (33 loc) · 1.03 KB
/
profile.html
File metadata and controls
36 lines (33 loc) · 1.03 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
<html style="font-family: Times New Roman">
<head><meta charset="UTF-8">
<body style="background-color: azure">
<h1 align="center" style="font-size:200%; font-family:Times New Roman;"> PROFILE PAGE</h1>
<p style="font-size: 130%">
<img src="Picture.jpg" alt="picture" style="float:left;width:150px;height:150px;">
<b style="font-size:140%">Muskan Srivastava</b>
<br>
Student
<br>
<br>
<br>
<br>
<br>
<hr>
<h2><i><u>Skill Set</u> </i> </h2>
<ul>
<li>Python</li>
<li>C++</li>
<li>Flask</li>
<li>HTML CSS</li>
<li>Javascript</li>
</ul>
<h2> <b> <u><i>Interests</i></b></u></h2>
<ul>
<li>Web development</li>
<li>Machine Learning</li>
<li>Blockchain</li>
</ul>
<h2> <b> <i></i></b></h2>
</body>
</head>
</html>