74 lines
3.1 KiB
HTML
74 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/side-by-side.css">
|
|
|
|
<!-- FAVICON -->
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
|
|
<!-- SEO -->
|
|
<title>Private Presentations | janishutz.com</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav></nav>
|
|
<div class="content">
|
|
<img src="https://static.janishutz.com/logo.jpg" alt="page Logo" class="project-logo">
|
|
<h1 class="title">Private Presentations</h1>
|
|
<p style="text-align: center; margin-bottom: 5%;">Here is a list of all private presentations</p>
|
|
|
|
<div class="side-by-side">
|
|
<div class="side-by-side-item left">
|
|
<h3>Music</h3>
|
|
<p>This presentation is in German and is about a song called Victory by Two Steps From Hell</p>
|
|
<a class="button" href="/presentations/auth/music">View</a>
|
|
</div>
|
|
<div class="side-by-side-item right">
|
|
<h3>Geography</h3>
|
|
<p>This presentation is in German and was a group work about the change in the energy supplies</p>
|
|
<a class="button" href="/presentations/auth/geography">View</a>
|
|
</div>
|
|
</div>
|
|
<div class="side-by-side">
|
|
<div class="side-by-side-item left">
|
|
<h3>French</h3>
|
|
<p>This presentation is in French and was about a current text form a French newspaper</p>
|
|
<a class="button" href="/presentations/auth/french">View</a>
|
|
</div>
|
|
<div class="side-by-side-item right">
|
|
<h3>PU</h3>
|
|
<p>This presentation is in German and was about my project that I did for school, StorageManager</p>
|
|
<a class="button" href="/presentations/auth/pu">View</a>
|
|
<a class="button" href="/projects/storagemanager">StorageManager</a>
|
|
</div>
|
|
</div>
|
|
<div class="side-by-side">
|
|
<div class="side-by-side-item left">
|
|
<h3>Matura</h3>
|
|
<p>This presentation is in German and is about my Matura project, libreevent.</p>
|
|
<a class="button" href="/presentations/auth/matura">View</a>
|
|
<a class="button" href="/projects/libreevent">libreevent</a>
|
|
</div>
|
|
<div class="side-by-side-item right">
|
|
<h3>Turning points of WWII</h3>
|
|
<p>This presentation is in English and is about turning points of WWII. It was a voluntary
|
|
presentation I did because I was asked to do one.</p>
|
|
<a class="button" href="/presentations/auth/history">View</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer></footer>
|
|
</body>
|
|
|
|
</html>
|