forked from ykgf69-Durham/practical-4-group-swap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 2.79 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Positive impacts of computers</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><u>The Positive impacts of Computers on Society</u></h1>
<div class="container text-container" style="margin-top:10px;margin-left:0px;">
<div class="row">
<div class="col-3">
<ul>
<li><a href="page1.html" >Healthcare </a></li>
<li><a href="page2.html" >Code breaking </a></li>
<li><a href="page 3.html" >Communication </a></li>
<li><a href="page4.html" >Economic development </a></li>
<li><a href="page5.html" >Education and Learning</a></li>
</ul>
</div>
<div class="col-3">
<img src="computer.jpg" alt="computer" style="width:300px;height:200px;" class="img-thumbnail">
</div>
</div>
</div>
<div class="container text-center" style="margin-top:10px;"></div>
<div class="row">
<div class="col">
<p style="min-height: 150px;">Computers have revolutionised society since their creation, acting as the driving force to propel the world forth into the modern era.</p>
</div>
<div class="col">
<p style="min-height: 150px;">Among the countless ways they have managed to imporve society, here are 4 examples of what they have managed to achieve so far:</p>
</div>
<!--
No examples given despite saying here are four examples given. -txgh25
-->
<div class="col">
<p style="min-height: 150px;">We have had computers for less than 100 years, yet they have already managed to change the world so much.</p>
</div>
<div class="col">
<p style="min-height: 150px;">Just imagine how great our world could be after another 100 years of what is quite possibly man's greatest invention yet.</p>
</div>
</div>
</div>
<p style="min-height:auto;">Written by Luke, Bartosz and Dorothy</p>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
</body>
</html>