Add 05/01 presentation
This commit is contained in:
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
# Faux Linux User Group presentations
|
# Faux Linux User Group presentations
|
||||||
|
|
||||||
This repository contains the FLUG presentations.
|
This repository contains the FLUG presentations.
|
||||||
|
|
||||||
|
## Serving localls
|
||||||
|
|
||||||
|
Run once to install Vite globally:
|
||||||
|
```bash
|
||||||
|
npm install -g vite
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the development server:
|
||||||
|
```bash
|
||||||
|
vite serve
|
||||||
|
```
|
||||||
|
|||||||
+17
-8
@@ -1,12 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>FLUG Presentations</title>
|
<title>FLUG Presentations</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: system-ui, -apple-system, sans-serif;
|
font-family:
|
||||||
|
system-ui,
|
||||||
|
-apple-system,
|
||||||
|
sans-serif;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
@@ -41,8 +44,8 @@
|
|||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>FLUG Presentations</h1>
|
<h1>FLUG Presentations</h1>
|
||||||
<p>Welcome to the presentation repository for FLUG.</p>
|
<p>Welcome to the presentation repository for FLUG.</p>
|
||||||
|
|
||||||
@@ -52,6 +55,12 @@
|
|||||||
<a href="/20260403-HelloLinux/index.html">Hello Linux</a>
|
<a href="/20260403-HelloLinux/index.html">Hello Linux</a>
|
||||||
<div class="date">April 3, 2026</div>
|
<div class="date">April 3, 2026</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/20260501-HomeLab/FLUG_Presentation_Slides.pdf"
|
||||||
|
>Home Lab</a
|
||||||
|
>
|
||||||
|
<div class="date">May 1, 2026</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user