-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (46 loc) · 1.45 KB
/
index.html
File metadata and controls
62 lines (46 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shefali Resume</title>
<link rel = "stylesheet" href="style.css">
</head>
<body>
<header>
<ul>
<li>
Name:Shefali
</li>
<li>Front End Devlper</li>
<li>Engineer</li>
<li>Age:24</li>
</ul>
</header>
<div class = "container">
<div class="about">
<h1>Hello✨Im shefali</h1>
<p>An aspring full stack engineer with a passion for creating innovative web desgins</p>
</div>
<div class="projects">
<h2>Projects:</h2>
<h3>Calculator</h3>
<p>Simple Calculator using html, css and JS</em></p>
<h3>Weather app</h3>
<p>Functioning Weather app using html, css and JS with an additional feature that recomends activies to do</p>
</div>
<div class="Tech">
<h3>Tech stack:</h3>
<buttton>HTML</buttton>
<button>CSS</button>
<button>Javascript</button>
<button>React</button>
<button>Tailwind</button>
</div>
<div class="Contact">
<h3>Contact</h3>
<p>EMail: Shefali5656@gmail.com</p>
</div>
</div>
</body>
</html>