-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
81 lines (76 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Indra</title>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="actual_css.css">
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg bg-dark navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">IndraNet</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Electric boating</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About us</a>
</li>
</ul>
<div>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#">Log in</a>
</li>
<li>
<a class = "nav-link" href="#">Sign up</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div id="Banner_div">
<div><img id="Banner_img" src="steven-lasry-3SThQQ6CpAA-unsplash.jpg" alt="Canal in Amsterdam"></div>
<div id="Title_div">
<h1 id="Title"><b>IndraNet</b></h1><br>
<p style="color: white;"><b>Official boat safety checklist provider of Coalitie Duurzam Varen</b></p>
</div>
<a href="#tbl"><button id="more_info"> More information</button></a>
</div>
<table id="tbl">
<tr>
<td><div class="table_img_container"><img class="table_img" src="Checklist_pic.png" alt="An example picture of the checklist"></div></td>
<td style="text-align: center;"><h4>Safety checklist functionality</h4>
<p style="padding-inline: 10%;">Get access to a top-class safety checklist developed by E-Werf, an expert in electric boats. Use the checklist to make sure the boat engine is correctly installed, and keep track of changes.</p>
<br>
<a href="checklist.html" type="button" class="btn btn-primary">See checklist</a>
</td>
</tr>
<tr>
<td style="text-align: center;"><h4>Build trust with consumers by having your boat work certified</h4>
<p style="padding-inline: 10%;">Your maintenence checks are logged into our system and visible to possible boat buyers, so they can keep track of when the last check on a boat was</p></td>
<td><div class="table_img_container" id = "come_right"><img class="table_img" src="https://i.imgflip.com/2ayq9c.jpg?a466200" alt="Thumbs up"></div></td>
</tr>
<tr>
<td><div class="table_img_container"><img class="table_img" src="https://www.amsterdamboattour.nl/wp-content/uploads/2020/06/Boaty-Boat-Rental-Amsterdam.jpg" alt="Fun electric boat image"></div></td>
<td style="text-align: center;"><h4>Learn about electric boats</h4>
<p>The Amsterdam municipality set a target: All leisure boats circulating in the central canal circle have to be electric 2025</p>
<br>
<button type="button" class="btn btn-primary">Learn more</button></td>
</tr>
</table>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>