File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments