Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion Login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
<link href="css/style.css" rel='stylesheet' type='text/css' media="all">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<script src="https://kit.fontawesome.com/64d58efce2.js" crossorigin="anonymous"></script>
<style>
.dark-mode {
background-color: black;
color: white;
}
</style>
<script>
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</head>

<body>
Expand Down Expand Up @@ -104,4 +116,4 @@ <h1 class="header-w3ls">
</div>
</body>

</html>
</html>
12 changes: 12 additions & 0 deletions OurReach/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

<link rel="stylesheet" href="style.css" />
<title>Document</title>
<style>
.dark-mode {
background-color: black;
color: white;
}
</style>
<script>
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</head>
<script>
document.addEventListener("DOMContentLoaded", () => {
Expand Down
14 changes: 13 additions & 1 deletion Profile/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,18 @@
margin-right: 0px;
}
</style>
<style>
.dark-mode {
background-color: black;
color: white;
}
</style>
<script>
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</head>

<body>
Expand Down Expand Up @@ -536,4 +548,4 @@ <h4 class="green">Software Intern</h4>
</script>
</body>

</html>
</html>
14 changes: 13 additions & 1 deletion Recommendation Page/recommendation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
<title>Recommendation Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://netdna.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<style>
.dark-mode {
background-color: black;
color: white;
}
</style>
<script>
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
<style type="text/css">
body {
background: #DCDCDC;
Expand Down Expand Up @@ -422,4 +434,4 @@ <h4>2021</h4>
</script>
</body>

</html>
</html>
14 changes: 13 additions & 1 deletion Requests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
</head>
<style>
.dark-mode {
background-color: black;
color: white;
}
</style>
<script>
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</head>

<body onload="startTime()">

Expand Down
14 changes: 13 additions & 1 deletion Testimonials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
<style>
.dark-mode {
background-color: black;
color: white;
}
</style>
<script>
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
</script>
</head>
<body>
<div class="testimonials">
Expand Down Expand Up @@ -187,4 +199,4 @@ <h1>Testimonials</h1>
</div>
</div>
</body>
</html>
</html>