-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (64 loc) · 2.73 KB
/
index.html
File metadata and controls
73 lines (64 loc) · 2.73 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
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="google-adsense-account" content="ca-pub-9429571484429929">
<title>Nenzee.com</title>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="sitemap_index" href="assets/sitemaps\sitemap_index.xml">
<link rel="sitemap" href="assets/sitemaps\sitemap.xml">
<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="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 class="container" role="main">
<section aria-labelledby="hero-title">
<h1 id="hero-title">Nenzee.com</h1>
<p class="hero-subheading"></p>
</section>
<section aria-labelledby="sites-title" class="sites-section">
<h2 id="sites-title">Website Compilations:</h2>
<div id="main-cards" class="grid" aria-live="polite">
<article class="card">
<h3><a class="btn" href="https://nextchapterink.nenzee.com/">NextChapterInk</a></h3>
<p>A Site for Stories and Ideas to Come Alive</p>
</article>
<article class="card">
<h3><a class="btn" href="https://productionassistance.nenzee.com/">Production Assistance</a></h3>
<p>A tailored landing page for production assistance services.</p>
</article>
<article class="card">
<h3><a class="btn" href="https://EricasLearningCenter.nenzee.com/">Ericas Learning Center</a></h3>
<p>An informational landing page for Erica's Learning Center.</p>
</article>
<!--
<article class="card">
<h3><a class="btn" href="https://Willow-Pine-Events.nenzee.com/">Willow & Pine Events</a></h3>
<p>A fictional landing page for event coordination services.</p>
</article>
</div>
</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>
<script src="assets/js/search.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9429571484429929" crossorigin="anonymous"></script>
</body>
</html>