add missing page

This commit is contained in:
2023-07-18 10:46:33 +02:00
parent 86d2aac563
commit 059b20adfe
3 changed files with 35 additions and 0 deletions

BIN
src/assets/lsh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -45,6 +45,7 @@
<a href="/projects/musicplayer" class="category-item">MusicPlayer</a>
<a href="/projects/schoolprojects" class="category-item">School projects</a>
<a href="/projects/impress" class="category-item">impress.js</a>
<a href="/projects/languageschoolhossegor-booking" class="category-item">Language School Hossegor Booking system</a>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'about' )" id="about-parent">

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>Language School Hossegor Booking System - 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">
<meta name="keywords" content="event management, free and open source, self-hosted, ticketing, sell tickets online">
<meta name="description" content="Evade all commercial ticketing systems and take control over the ticketing yourself using this easy to use, free and open-source project.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/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/lsh.png" alt="language school hossegor Logo" class="project-logo">
<h2 class="content-title">Language School Hossegor Booking System</h2>
<p style="text-align: center; margin-bottom: 5%;">With a booking system that is purpose built for their needs, Language School Hossegor, a French language school, they can respond to customer requests much faster.</p>
<p style="text-align: center; margin-bottom: 5%;">Of their entire online presence, only the booking system was built by me as the website already existed and it wasn't in need of replacing.</p>
<div class="bottom">
<h2 class="content-title-small">Check them out!</h2>
<div class="itemsInline">
<a class="button" href="https://languageschoolhossegor.com" target="_blank">School website</a>
<a class="button" href="https://booking.languageschoolhossegor.com" target="_blank">Booking system</a>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>