-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (52 loc) · 1.58 KB
/
index.html
File metadata and controls
64 lines (52 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile</title>
</head>
<!-- PROFILE -->
<h1><u>Profile Page</u></h1>
<!-- NAME -->
<h2> Mahek Hotchandani</h2>
<!-- IMAGE -->
<center><img src="profile.png" alt="mahek" width="250px" allign="centre"></center>
<hr>
<!-- SKILLS -->
<h3>Skills</h3>
<ul>
<li>Java</li>
<li>Python</li>
<li>Mysql</li>
<li>HTML</li>
</ul>
<hr>
<!-- PROJECTS -->
<h3>Projects</h3>
<p>Java → Hotel Management System<sub>(completed)</sub></p>
<p>Python → Supermarket Management System<sub>(completed)</sub></p>
<p>Python → Employee Management System<sub>(completed)</sub></p>
<p>HTML → Coffee Shop<sub>(under process)</sub></p>
<hr>
<!-- LINKS -->
<h4>Links Of Project</h4>
<a href="C:\Users\MAHEK\Desktop\Python\projects">Employee Management System</a>
<hr>
<!-- Internship -->
<h4>Internship</h4>
<p>Python Developer At Trivia Softwares</p>
<hr>
<!-- REFERENCES -->
<h4>Referneces</h4>
<a href="https://www.youtube.com/watch?v=BsDoLVMnmZs&t=7906s" target="_blank">Html reference </a>
<hr>
<!-- Contact -->
<h1>Contact Us</h1>
<p>Phone : 7620031806</p>
<style>
h1 {text-align: center;}
h2 {text-align: center;}
</style>
</body>
</html>