-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (38 loc) · 1.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1IMA</title>
<link rel="icon" type="image/x-icon" href="img/Viken_våpen.svg.png">
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body style="background-color: #84848f;">
<header class="header">
<a href="#" class="logo">Året <span>2023/24</span></a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a class="active" href="#">Hjem</a>
<a href="./html/programmering.html">Programmering</a>
<a href="./html/teknologi.html">Teknologiforståelse</a>
<a href="./html/medie.html">Medieproduksjon</a>
<a href="./html/YFF.html">YFF</a>
</nav>
</header>
<div class="background-container">
<span class="arrow" onclick="previousImage()">◀</span>
<div class="text-box">
<h1 id="title">Røyken VGS</h1>
<p id="subtitle" style="padding: 10px;">Informasjonsteknologi & Medieproduksjon</p>
<button class="styled-button"><a href="./html/kontakt.html" style="color: white;">Kontakt meg</a></button>
</div>
<span class="arrow" onclick="nextImage()">▶</span>
</div>
<div class="content">
<p></p>
</div>
<button id="back-to-top" title="Tilbake til toppen">↑</button>
<script src="js/index.js"></script>
</body>
</html>