-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.38 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
<!-- started on 21st may 2024 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PORTFOLIO</title>
<link rel="stylesheet" href="style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
</style>
</head>
<body>
<div class="container">
<h1><span class = "first">Port</span><span class = "second-half">folio.</span></h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
<div class = "content">
<div class="intro">
<h1><span class="hi">Hello, I'm </span><span class="name"> Sri Vaishnavi</span></h1>
<h2><span class="iam">I am a </span><span class="web">web developer</span></h2>
<h3>Software developer and a undergratuate student<br>
from India who is computer science<br> enthusiast and a
person who wants to learn <br> and gain knowledge.</h3>
</div>
<img width="650" src="pic.webp" alt="img">
</div>
</body>
</html>