forked from speedofred/speedofred.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (97 loc) · 4.84 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
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous">
<title>Positive Impacts of CS</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-sm-top"
data-bs-theme="light">
<div class="container-fluid">
<a class="navbar-brand" href="../index.html">Home</a>
<button class="navbar-toggler" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link"
href="../Sam's Page/CSInMedicine.html">Computer
Science in
Medicine</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../James' Page/james.html">Computer
Science in Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../Fred's Page/index.html">VR
and AR
in Medicine</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="../Alix's Page/Embedded Systems Page.html">Exploring
Embedded Computers</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-xl px-4">
<h1 class="display-1 text-center text-xl-start py-5">The (often)
hidden positive impacts of computer science</h1>
</div>
<div class="container-xl">
<p class="text-xl-start text-center fs-4">
The media loves to shove down our throats
that AI is going to take over the world and kidnap our family.
However, not all of these technological advancements are bad.
Some even save lives. In 2023, its more necessary, now than ever,
to conduct your own independent research and not take everything
you hear on the news as face-value; that's exactly what we have
done. <br><br> Our team, comprising of Alixander Croves, Fred
Viner, James Macdermott and Samuel Davey, have each chosen a
topic that interests us and compiled just a little bit about it.
You can navigate to these pages either by: using the navigation
bar
at the top, or pressing one of our handy buttons below. We all
hope you find this interesting, and you might even learn
something too.
</p>
</div>
<div class="container text-center">
<div class="btn-group">
<div class="row row row-cols-auto">
<div class="col"><a href="../Sam's Page/CSInMedicine.html"
class="btn btn-primary btn-block">Computer
Science In Medicine</a></div>
<div class="col"><a href="../James' Page/james.html"
class="btn btn-primary btn-block">Computer
Science In
Education</a></div>
<div class="col"><a href="../Fred's Page/index.html"
class="btn btn-primary btn-block">VR
and AR
in Medicine</a></div>
<div class="col"><a href="../Alix's Page/Embedded Systems Page.html"
class="btn btn-primary btn-block btn-">Exploring
Embedded Computers</a></div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>