Skip to content

Commit 158c1ce

Browse files
committed
Merge branch 'main' of github.com:dtft20/git-collaboration
2 parents b044224 + 267883c commit 158c1ce

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

donations.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" \>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
7+
<link rel="stylesheet" type="text/css" href="styles/style.css" \>
8+
<title>Contributions of Computer Science to Society</title>
9+
</head>
10+
<body>
11+
<ul class="nav nav-pills nav-fill">
12+
<li class="nav-item">
13+
<a class="nav-link" href="index.html">Home</a>
14+
</li>
15+
<li class="nav-item">
16+
<a class="nav-link" href="gaming.html">Gaming benefits</a>
17+
</li>
18+
<li class="nav-item">
19+
<a class="nav-link" href="AIInHealthcare.html">AI in healthcare</a>
20+
</li>
21+
<li class="nav-item">
22+
<a class="nav-link" href="communication.html">Benefits of communications</a>
23+
</li>
24+
25+
</ul>
26+
</body>
27+
</html>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ <h3>Here you can explore the positive contributions of computing</h3>
2828
<button id="colourSwitch" type="button">Switch to dark mode</button>
2929
<div class="dropdown" data-bs-theme="dark">
3030
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButtonDark" data-bs-toggle="dropdown" aria-expanded="false">
31-
Topics to explore!
31+
Have you found this website informative?
3232
</button>
3333
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButtonDark">
34-
<li><a class="dropdown-item" href="gaming.html">Benefits of Gaming</a></li>
35-
<li><a class="dropdown-item" href="AIInHealthcare.html">AI</a></li>
36-
<li><a class="dropdown-item" href="communication.html">Communications</a></li>
34+
<li><a class="dropdown-item" href="gaming.html">Yes</a></li>
35+
<li><a class="dropdown-item" href="AIInHealthcare.html">No</a></li>
36+
<li><a class="dropdown-item" href="communication.html">Maybe</a></li>
3737

3838
</ul>
3939
</div>

0 commit comments

Comments
 (0)