forked from puzzledox/andrews891.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 2.66 KB
/
Copy pathindex.html
File metadata and controls
62 lines (58 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>Elon Musk's contributions in comp sci</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Elon Musk's contributions in CompSci</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 mr-auto">
<li class="nav-item">
<a class="nav-link" href="teslaautopilot.html">Tesla Autopilot</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SpaceX.html">SpaceX</a>
</li>
<li class="nav-item">
<a class="nav-link" href="link.html">Neuralink</a>
</li>
</ul>
</div>
</nav>
<div style="padding: 10px 75px 10px 75px;;">
<h2>Elon Musk has contributed a lot to the computer science ecosphere, and this site seeks to outline it</h2>
<!-- Semi colon in html -->
<div class="dropdown-divider";></div>
<h3>About the authors:</h3>
<table style="width: 100%;">
<tr>
<th>Andrew Simpson</th>
<th>Josh Challenger</th>
<th>Liam Bury</th>
</tr>
<tr>
<td style="top: 0%;">Andrew made the Tesla Autopilot page on this site.<br>
His Computer Science project for A level was an airport<br>
simulation, so he has experience in programming collision<br>
- albeit not as advanced as Tesla developers.<br>
-he's also a smelly doo doo head</td>
<td style="top: 0%;">Joshua Chalenger made the SpaceX page on this site.<br>
His Computer Science project for A level was a game <br>
similar to Asteroids, so he has experience with space<br>
- albeit not as advanced as SpaceX developers
<td style="top: 0%;">Liam Bury is someone that we only met recently.<br>
He seems like a fun and interesting guy, even if <br>
he hasn't made a webpage. FFS Liam, it's literally<br>
5 minuites of work you lazy ****.<br>
- albeit not as advanced as Tesla developers.</td>
</td>
</tr>
</table>
</div>
</body>
</html>