Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/projekt/backup/MemoRing/pages/aboutus/
index.html
54 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MEMORING</title>
<link rel="icon" href="./bilder/logo.png">
<link rel="stylesheet" href="../../css/css_index.css" />
</head>
<body>
<!-- Navigation Bar -->
<div class="navbar" id="navbar">
<a href="../../index.html" class="navbar-logo">
<h1 class="navbar-title">MEMORING</h1>
</a>
<div class="navbar-tabs">
<a href="../store/index.html">Store</a>
<a href="../gallery/index.html">Gallery</a>
<a href="../aboutus/index.html">About us</a>
<a href="../events/index.html">Events</a>
</div>
<div class="order-button-pos">
<button id="order-button">Order Now</button>
</div>
</div>
<!-- Scroll Function -->
<script>
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
var navbar = document.getElementById("navbar");
if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
navbar.classList.add("shrink");
} else {
navbar.classList.remove("shrink");
}
}
</script>
<br><br>
<!-- Main Content -->
<div class="maindiv">
<p>Text eller bilder här</p>
</div>
<footer class="footer">
<p>Contact:<br><a href="mailto: lovhol23@varmdogymnasium.se">Email</a><br><a
href="https://en.wikipedia.org/wiki/Pigeon_post">Pigeon Post</a></p>
<p>Address: <br>308 Negra Arroyo Lane</p>
</footer>
</body>
</html>