Initial commit

This commit is contained in:
pingu 2024-10-23 10:50:15 +02:00
commit 56ddb593e2
14 changed files with 251 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "reveal.js"]
path = reveal.js
url = https://github.com/hakimel/reveal.js.git

BIN
images/Black.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

BIN
images/Burn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

BIN
images/Colum.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
images/Fergal.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

BIN
images/Fergal2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

BIN
images/Kasio.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

BIN
images/Shans1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

BIN
images/Shans2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

BIN
images/erasure.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
images/iffound.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

177
index.html Normal file
View File

@ -0,0 +1,177 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>If found, please connect</title>
<meta name="author" content="Nor Führ"/>
<style type="text/css">
.underline { text-decoration: underline; }
</style>
<link rel="stylesheet" href="./reveal.js/dist/reveal.css"/>
<link rel="stylesheet" href="./reveal.js/dist/theme/white.css" id="theme"/>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="sec-title-slide">
<h2>If found, please connect</h2><h4>How can transgender connection be expressed</h4><br/><br/><h6>Nor Führ <br/> <a href="mailto:pingu@chalmers.se">pingu@chalmers.se</a></h6>
</section>
<section>
<section id="slide-org34caedb">
<h2 id="org34caedb">The game</h2>
<div id="org8211eb6" class="figure">
<p><img src="./images/iffound.jpg" alt="iffound.jpg" />
</p>
</div>
<p>
Created by <a href="https://store.steampowered.com/app/1041920/If_Found/">DREAMFEEL</a> in 2020
</p>
</section>
</section>
<section>
<section id="slide-orge72e91d">
<h2 id="orge72e91d">Erasure</h2>
<p>
Actions available are
</p>
<ul>
<li>Erase in the main narrative</li>
<li>Write and draw in the epilogue</li>
</ul>
</section>
<section>
<div id="orgfc2a9a5" class="figure">
<p><img src="./images/erasure.webp" alt="erasure.webp" />
</p>
</div>
</section>
<section>
<ul>
<li>Past</li>
<li>Future</li>
</ul>
</section>
</section>
<section>
<section id="slide-org8a42ee3">
<h2 id="org8a42ee3">Space adventures</h2>
<p>
How do you depict the severeness of a normal situation?
</p>
<p>
How do you the same if the person you are trying to represent has anxiety?
</p>
</section>
<section>
<div id="org63826e7" class="figure">
<p><img src="./images/Black.jpg" alt="Black.jpg" />
</p>
</div>
</section>
</section>
<section>
<section id="slide-org0181ad0">
<h2 id="org0181ad0">Depictions</h2>
<p>
Reviews
</p>
</section>
<section>
<div id="orgce3fce8" class="figure">
<p><img src="./images/Shans1.jpg" alt="Shans1.jpg" />
</p>
</div>
</section>
<section>
<div id="orgc472d5b" class="figure">
<p><img src="./images/Shans2.jpg" alt="Shans2.jpg" />
</p>
</div>
</section>
<section>
<div id="orgba55132" class="figure">
<p><img src="./images/Kasio.jpg" alt="Kasio.jpg" />
</p>
</div>
</section>
</section>
<section>
<section id="slide-orga2cf2d9">
<h2 id="orga2cf2d9">Reflections</h2>
<ul>
<li>Coming out</li>
<li>Dysphoria</li>
<li>Lived experience</li>
</ul>
</section>
</section>
<section>
<section id="slide-org4d2dbbd">
<h2 id="org4d2dbbd">Questions?</h2>
</section>
</section>
</div>
</div>
<script src="./reveal.js/dist/reveal.js"></script>
<script src="./reveal.js/plugin/markdown/markdown.js"></script>
<script src="./reveal.js/plugin/notes/notes.js"></script>
<script src="./reveal.js/plugin/search/search.js"></script>
<script src="./reveal.js/plugin/zoom/zoom.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: false,
center: true,
slideNumber: 'c',
rollingLinks: false,
keyboard: true,
mouseWheel: false,
fragmentInURL: false,
hashOneBasedIndex: false,
pdfSeparateFragments: true,
overview: true,
margin: 0.20,
transition: 'fade',
transitionSpeed: 'default',
// Plugins with reveal.js 4.x
plugins: [ RevealMarkdown, RevealNotes, RevealSearch, RevealZoom ],
// Optional libraries used to extend reveal.js
dependencies: [
]
});
</script>
</body>
</html>

70
index.org Normal file
View File

@ -0,0 +1,70 @@
#+Title: If found, please connect
#+subtitle: How can transgender connection be expressed
#+AUTHOR: Nor Führ
#+EMAIL: pingu@chalmers.se
#+REVEAL_ROOT: ./reveal.js
#+REVEAL_INIT_OPTIONS: slideNumber:false
#+OPTIONS: toc:nil
#+OPTIONS: num:nil
#+REVEAL_THEME: white
#+REVEAL_TRANS: fade
#+REVEAL_TITLE_SLIDE: <h2>%t</h2><h4>%s</h4><br/><br/><h6>%a <br/> %e</h6>
#+REVEAL_SLIDE_HEADER:
#+REVEAL_MARGIN: 0.2
# How to force split `#+REVEAL: split`
* The game
[[./images/iffound.jpg]]
Created by [[https://store.steampowered.com/app/1041920/If_Found/][DREAMFEEL]] in 2020
* Erasure
Actions available are
- Erase in the main narrative
- Write and draw in the epilogue
#+REVEAL: split
[[./images/erasure.webp]]
#+REVEAL: split
- Past
- Future
* Space adventures
How do you depict the severeness of a normal situation?
How do you the same if the person you are trying to represent has anxiety?
#+REVEAL: split
[[./images/Black.jpg]]
* Depictions
Reviews
#+REVEAL: split
[[./images/Shans1.jpg]]
#+REVEAL: split
[[./images/Shans2.jpg]]
#+REVEAL: split
[[./images/Kasio.jpg]]
* Reflections
- Coming out
- Dysphoria
- Lived experience
* Questions?

1
reveal.js Submodule

@ -0,0 +1 @@
Subproject commit 95946b4ec622c9edfe9f07154fa677059c32e90d