generated from JPerryZ/Willow-Pine-Events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (43 loc) · 1.63 KB
/
about.html
File metadata and controls
50 lines (43 loc) · 1.63 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>About — Nenzee.com</title>
<link rel="stylesheet" href="assets/css/main.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9429571484429929"
crossorigin="anonymous"></script>
</head>
<body>
<header class="container site-nav" role="banner">
<a class="skip-link" href="index.html">
<img src="assets/images/NNZLogo.png" alt="Nenzee.com Home" height="40" width="40">
</a>
<nav class="nav-links" role="navigation" aria-label="Main navigation">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<main class="container" role="main">
<section aria-labelledby="hero-title">
<h1 id="hero-title">About</h1>
<p class="hero-subheading">
Websites <br> - Front-end Development <br> - Back-end Development <br>
Data <br> - Integration <br> - Taxonomy <br>
</p>
<p2>Nenzee.com is a domain that I built, own and operate in
order to showcase my web designs, programming projects and
data-system integrations.</p2>
</section>
<footer class="site-footer" aria-label="Footer navigation">
<div1><a class="skip-link" href="index.html">© Nenzee — 2025</a>
</div1>
<div2><a class="skip-link" href="admin.html">Admin</a>
</div2>
</footer>
</main>
<script src="assets/js/main.js"></script>
</body>
</html>