-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 3.04 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 3.04 KB
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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css">
<title>Final assessment - Welcome!</title>
</head>
<body>
<header>
<div id="header">
<h1>Welcome!</h1>
<p>Have you ever wondered what it's like <b>being a first-year student at OsloMet</b>? Here the members of Project Group 8 reflect on our first semester and share our thoughts and experiences about the ups and downs of student life.</p>
</div>
</header>
<main>
<div class="container">
<div class="content">
<h2>Reflection</h2>
<p>In this essay we describe some of the challenges experienced by students transitioning from school to university.</p>
<img src="images/reflection-intro.jpg" alt="lecture full of students">
<a class="nav" href="/pages/reflection-essay.html" aria-label="Read more from our reflection essay">Read more</a>
</div>
<div class="content">
<h2>Accessibility</h2>
<p>Find out how the group checked, validated, and made coding choices for universal design during the development of this website.</p>
<img src="images/code_snippet.jpg" alt="A snippet of code used to make this website">
<a class="nav" href="/pages/accessibility.html" aria-label="Read more about how we designed this website for accessibility">Read more</a>
</div>
<div class="content">
<h2>Hot topic!</h2>
<p>Here you can read the assignment we submitted for the module 'The interplay between technology and society'</p>
<img src="images/topical-information-intro.jpg" alt="animated person surrounded by internet">
<a class="nav" href="/pages/topical-information.html" aria-label="Read more from our assignment about technology and society">Read more</a>
</div>
<div class="content">
<h2>Fun page!</h2>
<p>And now for something completely different ...</p>
<img src="images/building.JPG" alt="Abandoned building">
<a class="nav" href="/pages/fun-page.html">Read more</a>
</div>
<figure id="main-picture">
<img src="images/aerial_view.jpg" alt="An aerial view of the Pilestredet campus">
<figcaption>Foto: Mattias Müller/OsloMet</figcaption>
</figure>
</div>
</main>
<footer>
<div id="footer">
<p>© 2021 Project Group 8</p>
</div>
</footer>
</body>
</html>