forked from CaitlinW1108/HTMLWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.HTML
50 lines (40 loc) · 2.51 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="stylesheet.css">
<title>How The Applications of Computing Positively Affect Society</title>
</head>
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #72CAD3;">
<a class="navbar-brand" href="#">Applications of Computing</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" href="index.HTML">Home <span class="sr-only">(current)</span></a>
<a class="nav-link" href="Computing in Education.html">Education</a>
<a class="nav-link" href="Computing in Medicine.html">Medicine</a>
<a class="nav-link" href="Computing in Covid-19.html">Covid-19</a>
<!-- <a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a> -->
</div>
</div>
</nav>
<body>
<h1>How the Applications of Computing Positively Affect Society</h1>
<!-- Home Page -->
<p style= font-size:30px>
Computing has impacted society in a variety of ways. This website will explore how computing has impacted education, medicine
and how it is currently being used during the outbreak of Covid-19.
</p>
<img src=https://healthitanalytics.com/images/site/article_headers/_normal/GettyImages-942954932.jpg></img>
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous" width=390 height=100></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>