-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (94 loc) · 3.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--CSS Links-->
<link rel="stylesheet" href="./CSS/reset.css">
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="./CSS/mediaQueries.css">
<!--Fonts-->
<style>
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;800&family=Karla&display=swap');
</style>
<title>LLG - Norske IT Guides</title>
</head>
<body>
<div class="gridstyle">
<div class="navbar">
<div class="details-logo">
<img src="./IMG/Laurin Limited Logo.png" alt="Laurin Logo" id="detailsLogo">
</div>
<div class="details-title">
<h1 id="detailsTitle">LAURIN LIMITED <span id="titleThin">GUIDEBOOK ©</span></h1>
</div>
</div>
<div class="details">
<div class="return-box">
<hr>
</div>
<div class="center-box">
<hr>
<h2 id="cbTitle"><span id="titleThin">HVORDAN OPPSETTE </span>WINDOWS 10 SERVER & NETTSIDE</h2>
<hr>
</div>
<div class="right-box">
<hr>
</div>
</div>
<div class="center">
<div class="centerOverhead">
<h1 class="centerOverheadTitle"><span id="titleThin">LES ALLE</span> KAPITELLENE</h1>
<p class="centerOverheadPara">Alle kapitellene er delt opp i seksjoner som er viktig å følge i riktig rekkefølge.</p>
<hr id="overheadBR">
</div>
<div class="center-listL">
<a href="./HTML/servermaskin.html">
<div class="LinkBox">1. >> OPPSETT AV WINDOWS 10 SERVER MASKIN</div>
</a>
<a href="./HTML/statiskIP.html">
<div class="LinkBox">2. >> KOBLE SERVEREN OPP TIL INTERNETT MED STATISK IP</div>
</a>
<a href="./HTML/DNS.html">
<div class="LinkBox">3. >> INSTALLERE DNS</div>
</a>
<a href="./HTML/ADDS.html">
<div class="LinkBox">4. >> INSTALLERE ADDS</div>
</a>
</div>
<div class="center-listR">
<a href="./HTML/DHCP.html">
<div class="LinkBox">5. >> INSTALLERE DHCP</div>
</a>
<a href="./HTML/klientmaskin.html">
<div class="LinkBox">6. >> OPPSETT AV KLIENT MASKIN & NETTVERK</div>
</a>
<a href="./HTML/IISFTP.html">
<div class="LinkBox">7. >> INSTALLERE IIS & FTP</div>
</a>
<a href="./HTML/filezilla.html">
<div class="LinkBox">8. >> HVORDAN KOBLE TIL OG BRUKE FILEZILLA</div>
</a>
</div>
<div class="center-bottom">
<a href="./HTML/quiz.html">
<div class="LinkBox" id="quizButton">> TEST DEGSELV MED EN QUIZ</div>
</a>
</div>
</div>
<!--End of Center-->
<div class="footer">
<div class="F1">
</div>
<div class="F2">
<img src="./IMG/Laurin Limited Logo.png" alt="Laurin Limited Logo" id="footerLogo">
<h1 id="footer2Title">LAURIN LIMITED © 2022</h1>
</div>
<div class="F3">
</div>
</div>
</div>
<!--end of gridstyle-->
</body>
</html>