-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (35 loc) · 1.52 KB
/
about.html
File metadata and controls
37 lines (35 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> About</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>
<a href="/index.html"><li>Home</li></a>
<a href="/about.html"><li>About </li></a>
<a href="/skills.html"></a> <li>Skills</li>
<a href="/projects.html"><li>Projects</li></a>
<a href="/resume.html"><li>Resume</li></a>
<a href="/contact.html"><li>Contact</li></a>
</ul>
</div>
</nav>
</header>
<main>
<section class="Secondsection">
<h1>About me</h1>
<hr>
<div class="content">Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto ullam, eveniet laudantium rem ut alias. Minima doloribus iure inventore sed eos molestias numquam reprehenderit dolorum distinctio dolor ipsum aut perferendis repudiandae eligendi odit, rerum laudantium voluptates facere velit sint magni! Beatae, sint iusto atque vitae id ea rem quasi animi.</div>
</div>
</section>
</main>