add presentations pages

This commit is contained in:
2023-11-18 16:44:04 +01:00
parent b3216d662f
commit 920fedd444
2 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>Private Presentations - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/Logo.png" 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="sidebyside">
<div class="element">
<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="element">
<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="sidebyside">
<div class="element">
<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="element">
<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>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<title>Presentations - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<link rel="stylesheet" href="/css/pages/home.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">Presentations</h1>
<p style="text-align: center; margin-bottom: 5%;">Here you can view all my public presentations. There is also a link to my private presentations, for which you need a username and password.</p>
<hr class="pullquote-lines">
<h3 class="content-title">presenter <br> present <br> presentation...</h3>
<hr class="pullquote-lines">
<div class="sidebyside">
<div class="element">
<h3>Public presentations</h3>
<p>There are currently no publicly accessible presentations available</p>
<!-- <a class="button" href="/presentations/auth">View</a> -->
</div>
<div class="element">
<h3>Private presentations</h3>
<p>There are a few presentations I have held that are not publicly accessible. If you have a username & password, you may access them using the link below</p>
<a class="button" href="/presentations/auth">View</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>