-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (35 loc) · 1.67 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Neuton&family=Oswald&family=Playfair+Display&family=Roboto:ital,wght@0,400;1,500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="left">Anjali Gupta</div>
<div class="right">
<ul>
<li class="home activeLink"><a href="index.html" >Home</a></li>
<li class="about activeLink"><a href="about.html" >About</a></li>
<li class="skills activeLink"><a href="skills.html" >Skills</a></li>
<li class="projects activeLink"><a href="projects.html">Projects</a></li>
<li class="resume activeLink"><a href="resume.html" >Resume</a></li>
<li class="contact activeLink"><a href="contact.html" >Contact</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="Sixthhsection">
<div class="contact">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo pariatur eos, ullam soluta corrupti dolore illum temporibus reprehenderit culpa ut magni neque quas atque voluptate iure dicta accusamus nobis repudiandae a facere sit deserunt. Accusamus, delectus mollitia vitae voluptas laborum ea assumenda fugiat tempore, deleniti officia vero, natus possimus facere.</div>
</section>
</main>
<footer></footer>
</body>
</html>