Skip to content

Commit

Permalink
contributor page added. (tanishaness#52)
Browse files Browse the repository at this point in the history
* done

* done
  • Loading branch information
T-Rahul-prabhu-38 authored Oct 20, 2024
1 parent bf3f606 commit 84ac3da
Show file tree
Hide file tree
Showing 6 changed files with 617 additions and 0 deletions.
47 changes: 47 additions & 0 deletions GUI/active.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,50 @@
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}

.content {
flex: 1;
}

footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
position: relative;
width: 100%;
}

footer a {
color: #FFD700;
margin: 0 10px;
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>

<div class="content">
<!-- Main content goes here -->
</div>

<footer>
<p>© 2024 SPROCTOR . All rights reserved.</p>
<a href="#">Privacy Policy</a> |
<a href="#">Terms of Service</a> |
<a href="../contributor/contributor.html">Contributors</a> |

</footer>
50 changes: 50 additions & 0 deletions GUI/copypaste.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,53 @@ <h3>Ctrl+c Ctrl+v allowed</h3>
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>


<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}

.content {
flex: 1;
}

footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
position: relative;
width: 100%;
}

footer a {
color: #FFD700;
margin: 0 10px;
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>

<div class="content">
<!-- Main content goes here -->
</div>

<footer>
<p>© 2024 SPROCTOR . All rights reserved.</p>
<a href="#">Privacy Policy</a> |
<a href="#">Terms of Service</a> |
<a href="../contributor/contributor.html">Contributors</a> |

</footer>

51 changes: 51 additions & 0 deletions GUI/windowClose.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,57 @@ <h1 style="color: green">
defer
></script>



<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}

.content {
flex: 1;
}

footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
position: relative;
width: 100%;
}

footer a {
color: #FFD700;
margin: 0 10px;
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>

<div class="content">
<!-- Main content goes here -->
</div>

<footer>
<p>© 2024 SPROCTOR . All rights reserved.</p>
<a href="#">Privacy Policy</a> |
<a href="#">Terms of Service</a> |
<a href="../contributor/contributor.html">Contributors</a> |

</footer>


</body>

</html>
Loading

0 comments on commit 84ac3da

Please sign in to comment.