-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (95 loc) · 5.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Portfolio Iris, Bart & Frank</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/981bf1fee8.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">  Smart Industry</a>
<div class="w3-bar">
<a href="./index.html" class="w3-bar-item w3-button"><i class="fa fa-fw fa-home"></i> Start </a>
<div class="w3-dropdown-hover">
<a href="./pages/frank/frank_homepage.html" class="w3-button">
<i class="fa-solid fa-f"></i> Frank Schonenberg
</a>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="./pages/frank/smart_business.html" class="w3-bar-item w3-button">Smart Business</a>
<a href="./pages/frank/smart_technology.html" class="w3-bar-item w3-button">Smart Technology</a>
<a href="./pages/frank/smart_connection.html" class="w3-bar-item w3-button">Smart Connection</a>
<a href="./pages/frank/smart_me.html" class="w3-bar-item w3-button">Smart Me</a>
<a href="./project/smart_project.html" class="w3-bar-item w3-button">Smart Project</a>
</div>
</div>
<div class="w3-dropdown-hover">
<button class="w3-button"><i class="fa-solid fa-i"></i> Iris Rouwhorst</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#" class="w3-bar-item w3-button">Smart Business</a>
<a href="#" class="w3-bar-item w3-button">Smart Technology</a>
<a href="#" class="w3-bar-item w3-button">Smart Connection</a>
<a href="#" class="w3-bar-item w3-button">Smart Me</a>
<a href="./project/smart_project.html" class="w3-bar-item w3-button">Smart Project</a>
</div>
</div>
<div class="w3-dropdown-hover">
<button class="w3-button"><i class="fa-solid fa-b"></i> Bart Walvoort</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#" class="w3-bar-item w3-button">Smart Business</a>
<a href="#" class="w3-bar-item w3-button">Smart Technology</a>
<a href="#" class="w3-bar-item w3-button">Smart Connection</a>
<a href="#" class="w3-bar-item w3-button">Smart Me</a>
<a href="./project/smart_project.html" class="w3-bar-item w3-button">Smart Project</a>
</div>
</div>
<a href="./project/smart_project.html" class="w3-bar-item w3-button"><i class="fa-solid fa-people-group"></i> Project</a>
</div>
</nav>
<header>
<h1>Minor Smart Industry</h1>
<p>31 augustus 2023 t/m 16 januari 2024</p>
</header>
<section id="portfolio" class="feature">
<div class="container">
<div class="row">
<div class="week-heading">
<p>
Bekijk ons individuele portfolio met de knoppen hieronder</p><br>
</div>
<div class="col-lg-4">
<i class="feature-icon fas fa-solid fa-f"></i>
<h2 class="feature-heading">Frank Schonenberg</h2>
<p class="feature-description">Het portfolio van Frank Schonenberg</p>
<a href="./pages/frank/frank_homepage.html" class="cta-button btn btn-primary">Bekijk mijn portfolio</a>
</div>
<div class="col-lg-4">
<i class="feature-icon fas fa-solid fa-i"></i>
<h2 class="feature-heading">Iris Rouwhorst</h2>
<p class="feature-description">Het portfolio van Iris Rouwhorst</p>
<a href="./pages/iris/Iris_homepage.html" class="cta-button btn btn-primary">Bekijk mijn portfolio</a>
</div>
<div class="col-lg-4">
<i class="feature-icon fas fa-solid fa-b"></i>
<h2 class="feature-heading">Bart Walvoort</h2>
<p class="feature-description">Het portfolio van Bart Walvoort</p>
<a href="pages\bart\bart_homepage.html" class="cta-button btn btn-primary">Bekijk mijn portfolio</a>
</div>
</div>
<br><br>
<h2 class="feature-heading">Oceanz Tray-analyse</h2>
<a href="./project/smart_project.html" class="cta-button btn btn-primary">Bekijk ons project</a>
</div>
</section>
</body>
</html>
<br><br>
<footer>
<p>Gemaakt door Frank Schonenberg voor de minor Smart Industry van de Hogeschool Arnhem en Nijmegen 2023/2024</p>
</footer>
</body>
</html>