-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbionicleg.html
More file actions
69 lines (66 loc) · 4.66 KB
/
bionicleg.html
File metadata and controls
69 lines (66 loc) · 4.66 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
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Wonders Of Computing - Bionics</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">Start Bootstrap</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-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="#">Link</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Dropdown</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider" /></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page content-->
<div class="container">
<div class="text-center mt-5">
<h1>BIONICS</h1>
<p class="lead">a world with the possibility of mechanical limbs</p>
<p>Things once considered only in the world of science fiction are now becoming more and more possible</br>
what was once the premise of shows such as the 6 million dollar man are becoming more and more of a reality.</p>
<!--image of an arm from assets-->
<img src="assets\luke\Deus-Ex-Prosthetic-Arms.jpg" alt="bionic arm" width=50% height=50%>
<p style="font-size: 10px;">arms such as these are now a reality thanks to companies such as open bionics</p><!--short description of hte image-->
<p></br>
</p>
<p> the modern age has been a renasaunce for bioncs, the world of open source software and designs is helping cut costs extordonarily <a href="https://spectrum.ieee.org/opensource-bionicleg">from $100k to lower than a third of that.</a>
</br>The open source nature of these projects also allows greater collaboration and has lead to great strides in development.</p>
<!-- this is a section to show off a video about open bionics with text about the video next to it-->
<div>
<p style="float: left;"><iframe width="560" height="315" src="https://www.youtube.com/embed/-1RT4KpJWzw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p></br>This is the main video shown for the <a ref="https://openbionics.com/?gclid=EAIaIQobChMI6bz0nrrt8wIVSeDtCh3tlQ3IEAAYASAAEgLZC_D_BwE">open bionics</a> company located in bristol next to another bionics firm</p>
<img src="assets/luke/open-bionics-logo.png" alt="open bionics logo" width=30% height=40%>
</div>
<p>Bootstrap v5.1.3</p>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>