135 lines
4 KiB
HTML
135 lines
4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>how 2 get a gf</title>
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
<link rel="stylesheet" href="dist/theme/blood.css" id="theme">
|
|
<!-- Theme used for syntax highlighted code -->
|
|
<link rel="stylesheet" href="plugin/highlight/zenburn.min.css" id="highlight-theme"></head>
|
|
<body>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
<section data-markdown ><textarea data-template>
|
|
|
|
[comment]: # (markdown: { smartypants: true })
|
|
|
|
# how 2 get a gf
|
|
By TheCelibacyMaster
|
|
</textarea></section>
|
|
<section data-markdown ><textarea data-template>
|
|
### Step 1: Install Gentoo
|
|
|
|
![Thing](media/image-from-rawpixel-id-3287913-original.jpg) <!-- .element: style="image-rendering: auto; background-color:white; max-width:50%;" -->
|
|
|
|
</textarea></section>
|
|
<section data-markdown data-auto-animate><textarea data-template>
|
|
|
|
### Step 2: Untie one of your shoes
|
|
|
|
</textarea></section>
|
|
<section data-markdown data-auto-animate><textarea data-template>
|
|
|
|
### Step 2: Untie one of your shoes
|
|
|
|
<ul style="list-style-type:none;padding: 0;margin: 0;">
|
|
<li>✅ Weird</li>
|
|
<li>✅ Quirky</li>
|
|
<li>✅ Dangerous<li>
|
|
<li>✅ Ice Breaker</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</textarea></section>
|
|
<section data-markdown ><textarea data-template>
|
|
### Step 3: Complement her
|
|
|
|
##### Good things to complement:
|
|
- Hair
|
|
- Clothes
|
|
- Eyebrows
|
|
- Toenails
|
|
|
|
</textarea></section>
|
|
<section data-markdown ><textarea data-template>
|
|
### Step 4: Use an amazing pickup line
|
|
|
|
<div style="text-align: center; display: grid; grid-template-columns: 1fr 0.5fr;">
|
|
|
|
<div>
|
|
<ul style="list-style-type:none;margin: 0;text-align: center;display: grid;gap: 15px;">
|
|
<li style="color: #11AA11">I use Gentoo btw.</li>
|
|
<li style="color: #11AA11">You really make my CFLAGS "-O3".</li>
|
|
<li style="color: #AAAA11">Are you OpenRC? Because you have exactly what I need.</li>
|
|
<li style="color: #AAAA11">I just checked my kernel defconfig, and it looks like you're the only thing missing from it.</li>
|
|
<li style="color: #AA1111">*trips on untied shoelace* Damn, was my shoe untied, or am I just falling in love?</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div>
|
|
<p style="color: #11AA11;font-weight: bold;">Novice</p>
|
|
<br>
|
|
<br>
|
|
<p style="color: #AAAA11;font-weight: bold;">Advanced</p>
|
|
<br>
|
|
<br>
|
|
<p style="color: #AA1111;font-weight: bold;">Expert</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</textarea></section>
|
|
<section data-markdown ><textarea data-template>
|
|
![Presentation Source QR](media/presentationsourceqr.svg) <!-- .element: style="width:20%; image-rendering: pixelated;" -->
|
|
|
|
[Presentation Source](https://git.qtechofficial.com/logan/presentations/src/branch/master/lugmemefall2024-1)
|
|
|
|
<br>
|
|
|
|
This presentation is licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
|
|
|
|
![CC-BY-NC-SA Icon](media/Cc-by-nc-sa_icon.svg)
|
|
</textarea></section>
|
|
<section data-markdown ><textarea data-template>
|
|
## Fun Facts:
|
|
|
|
This presentation took 1 hours
|
|
|
|
Vim crashed 0 times because it doesn't suck :>
|
|
|
|
<br>
|
|
|
|
Made with [markdown-slides](https://gitlab.com/da_doomer/markdown-slides) + reveal.js
|
|
</textarea></section>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="dist/reveal.js"></script>
|
|
<script src="plugin/notes/notes.js"></script>
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
<script src="plugin/highlight/highlight.js"></script>
|
|
<script src="plugin/math/math.js"></script>
|
|
<script>
|
|
// More info about initialization & config:
|
|
// - https://revealjs.com/initialization/
|
|
// - https://revealjs.com/config/
|
|
Reveal.initialize({
|
|
controls : false,
|
|
markdown : {smartypants: true},
|
|
controls : true,
|
|
keyboard : true,
|
|
hash : true,
|
|
respondToHashChanges : true,
|
|
slideNumber : 'c/t',
|
|
width : 1280,
|
|
height : 720,
|
|
hash: true,
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealMath ]
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|