-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.php
33 lines (33 loc) · 1.31 KB
/
homepage.php
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
<!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="stylesheet" type="text/css" href="CSS/global.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="Images/Rijkslogo.png">
<title>SWIFT</title>
</head>
<body>
<header>
<h1>Swift</h1>
<section id="header-main">
<a href="settings.html"><b id="gear" class="fa"></b></a>
<a href="contact.html"><b id="contact">?</b></a>
<img src="Images/Rijkslogo.png" alt="Rijkslogo" id="RO-logo">
</section>
</header>
<main>
<section id="section-l">
<h2>Verwijder onbelangrijke emails zonder tijd en moeite</h2>
<p>Prioriteiten stellen en ordenen zijn de kernkwaliteiten van Swift. Met deze tool schept u orde in uw mailbox!</p>
</section>
<section id="section-r">
<p>Klik hier voor virtuele assistentie</p>
<div id="pijl">→</div>
<a href="questions.html"><img src="Images/ALA-VA - 2.png" alt="Virtual Assistant" id="VAHome"></a>
</section>
</main>
</body>
</html>