-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.64 KB
/
Copy pathindex.html
File metadata and controls
32 lines (26 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Computing's Positive Contributions </title>
<link href="styles.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
</head>
<body>
<header class="indexheader"> <img id="logo" src="durhamlogo.png" alt="Durham Logo"> </header>
<h1> Computing's Positive Contributions </h1>
<h2><small> Applications of Computing that have made positive contributions to society </small></h2>
<p> Some Examples: </p>
<ul class="contents">
<li><a href="CompInMedcine.html"> Computing in Medicine </a></li>
<li><a href="CompInEnvironment.html"> Computing in Nature </a></li>
<li><a href="collaborativeworkvjcp64.html"> Computing in Education </a></li>
</ul>
<img src="smiling face.png" alt="Smiling face giving thumbs up">
<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>