fixed the unstyled list vibes

This commit is contained in:
2025-08-21 22:08:51 +00:00
parent 5200e5f421
commit 3e691bd97a
2 changed files with 99 additions and 102 deletions

View File

@@ -1,20 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Peter Baker</title>
<meta name="description" content="Deaf-led community builder & creator advocate. Projects, socials, and contact.">
<link rel="icon" href="/resources/img/pp.jpg" type="image/jpeg">
<meta name="color-scheme" content="dark light">
<meta property="og:title" content="Petrus Pistor — Peter Baker">
<meta property="og:description" content="Deaf-led community builder & creator advocate.">
<meta property="og:image" content="/resources/img/pb_16_9_under512kb.webp">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Iceland&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/resources/css/index.css" />
<!-- Your stylesheet MUST be inside the head, before <body> -->
<link rel="stylesheet" href="/resources/css/index.css">
</head>
<body>
<header class="site-header">
<img src="/resources/img/pb.png" alt="Portrait of Peter Baker" width="1280" height="372"/>
<a href="#main" class="skip-link">Skip to content</a>
<header class="site-header" role="banner">
<picture>
<source srcset="/resources/img/pb_16_9_under512kb.webp" type="image/webp">
<img src="/resources/img/pb.png" alt="Portrait of Peter Baker" width="1280" height="372" loading="eager" decoding="async">
</picture>
<h1 class="site-title">Petrus Pistor</h1>
</header>
<nav class="site-nav" aria-label="Primary">
<nav class="site-nav" aria-label="Primary"></nav>
<ul>
<li><a href="#social">Social</a></li>
<li><a href="#projects">Projects</a></li>
@@ -22,13 +30,21 @@
</ul>
</nav>
<!-- Hero title that pops up from the top of nav -->
<section class="hero">
<h1 class="pop-title">Peter&nbsp;Baker</h1>
<main id="main" class="content">
<section id="social" aria-labelledby="h-social">
<h2 id="h-social">Social</h2>
<!-- links here -->
</section>
<main class="content" id="main">
<!-- your sections -->
</main>
<section id="projects" aria-labelledby="h-projects">
<h2 id="h-projects">Projects</h2>
<!-- cards/list here -->
</section>
<section id="contact" aria-labelledby="h-contact">
<h2 id="h-contact">Contact</h2>
<!-- email/form -->
</section>
</main>
</body>
</html>