-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathindex.html
100 lines (83 loc) · 2.89 KB
/
index.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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Personal Website</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap" rel="stylesheet">
<body>
<div class="top">
<a href="index.html" class="angry">Home</a><br></br>
<a href="" class="angry">Project</a><br></br>
<a href="" class="angry">Resume</a><br></br>
<br></br>
<h1>Your Name</h1>
<img class=mountain src="Pngtreefloating snow mountain forest island_4979247.png" height="500px" width="500px"
alt="mountain">
</div>
<br>
<br>
</br>
<div class="middle-container">
<div class="profile">
<img src="—Pngtree—cartoon cute style unicorn element_5344134.png" alt="Poornima" width="200" height="200"></img>
<h2>Hello</h2>
<p>Welcome to my profile,<br>
Lorem ipsum dolor sit amet. Est eaque sunt et adipisci saepe non modi omnis et officiis ratione. Et possimus omnis eos adipisci odio sed repudiandae nihil! Et laborum assumenda aut similique eius est velit neque qui consequuntur architecto ut magnam numquam
qui alias cumque quo quod iure.
<br></br>
<hr>
<h2>"Lorem ipsum dolor sit amet. Est eaque sunt et adipisci saepe non modi omnis et officiis ratione. Et possimus omnis eos adipisci odio sed repudiandae nihil! Et laborum assumenda aut similique eius est velit neque qui consequuntur architecto ut magnam numquam qui alias cumque quo quod iure."</h2>
<hr></hr><br>
<div class="skills">
<h3>Skills</h3>
<table class="center">
<tr>
<td>Coding</td>
<td>⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Digital Marketing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web designing and development</td>
<td>⭐⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Graphic designing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Leadership & teamwork</td>
<td>⭐⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td> Dance & Music</td>
<td>⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Painting</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<img class="corel" src="Pngtreecartoon seaweed coral_4636887.png" width="150" height="150"></img>
</div>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3></h3>
<a class="btn" href="" >CONTACT ME</a>
<br></br>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="" >LinkedIn</a>
<a class="footer-link" href="">Twitter</a>
<a class="footer-link" href="" >Website</a>
<p>Hacktober Fest</p>
</br>
</div>
</body>
</html>