-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
38 lines (35 loc) · 1.38 KB
/
template.html
File metadata and controls
38 lines (35 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nicole Nerowski - Biography</title>
<link href="https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&family=Madimi+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Nicole Nerowski - Biography</h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="hobby.html">Hobby</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<h2>Welcome to Nicole Nerowski's Biography</h2>
<img src="images/main.jpg" alt="Hero Image">
</section>
<section class="summary">
<h2>Summary</h2>
<p>Nicole Nerowski is a passionate individual dedicated to her goals and personal accomplishments. With a strong work ethic and determination, she has achieved significant milestones in her career. Her commitment to excellence and continuous improvement has earned her recognition and admiration from peers and colleagues.</p>
</section>
</main>
<footer>
<p>© 2024 Joseph Sarno</p>
</footer>
</body>
</html>