Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<section class="top-nav">
<div class="logo">
<img src="assets/logo.png" alt="Logo">
</div>
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'></div>
</label>
<ul class="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="hallOfFame.html">Hall of fame</a>
</li>
<li>
<a href="Programming.html">Programming languages</a>
</li>
<li>
<a href="silliconValley.html">Sillicon Valley</a>
</li>
</ul>
</section>
<section class="main">
<div class="container">
<h1>Welcome to technowire</h1>
<p>TechnoWire is a dynamic and passionate organization deeply dedicated to all things IT. Our core mission
revolves around demystifying the intricacies of information technology, particularly for young adults
who may not have a prior IT background. Recognizing that the IT realm can often appear daunting, we are
committed to dismantling those complexities.</p>
<p>TechnoWire is a dynamic and passionate organization deeply dedicated to all things IT. Our core mission
revolves around demystifying the intricacies of information technology, particularly for young adults
who may not have a prior IT background. Recognizing that the IT realm can often appear daunting, we are
committed to dismantling those complexities.</p>
</div>
</body>
</html>