Update Home Lab link to index page

This commit is contained in:
2026-05-19 22:44:36 -07:00
parent 6ba67b9f8e
commit ebf4df8e54
2 changed files with 93 additions and 3 deletions
+92
View File
@@ -0,0 +1,92 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HomeLab Presentation - 2026-05-01</title>
<style>
body {
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1000px;
margin: 0 auto;
padding: 2rem;
background-color: #f4f7f9;
display: flex;
flex-direction: column;
align-items: center;
}
header {
text-align: center;
margin-bottom: 2rem;
}
h1 {
color: #2c3e50;
margin-bottom: 0.5rem;
}
.date {
color: #7f8c8d;
font-style: italic;
}
.pdf-container {
width: 100%;
height: 80vh;
border: 1px solid #ccc;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
}
.controls {
margin-top: 1rem;
display: flex;
gap: 1rem;
}
.btn {
display: inline-block;
padding: 0.5rem 1rem;
background-color: #3498db;
color: white;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.2s;
}
.btn:hover {
background-color: #2980b9;
}
</style>
</head>
<body>
<header>
<h1>HomeLab Presentation</h1>
<p class="date">May 1, 2026</p>
</header>
<div class="pdf-container">
<iframe
src="FLUG_Presentation_Slides.pdf"
width="100%"
height="100%"
style="border: none"
>
<p>
Your browser does not support iframes. Please
<a href="FLUG_Presentation_Slides.pdf"
>click here to view the presentation.</a
>
</p>
</iframe>
</div>
<div class="controls">
<a href="FLUG_Presentation_Slides.pdf" target="_blank" class="btn"
>Open PDF in New Tab</a
>
<a href="FLUG_Presentation_Slides.pdf" download class="btn"
>Download PDF</a
>
</div>
</body>
</html>
+1 -3
View File
@@ -56,9 +56,7 @@
<div class="date">April 3, 2026</div> <div class="date">April 3, 2026</div>
</li> </li>
<li> <li>
<a href="/20260501-HomeLab/FLUG_Presentation_Slides.pdf" <a href="/20260501-HomeLab/index.html">Home Lab</a>
>Home Lab</a
>
<div class="date">May 1, 2026</div> <div class="date">May 1, 2026</div>
</li> </li>
</ul> </ul>