Skip to content

Commit

Permalink
added copyright footer to all the webpages
Browse files Browse the repository at this point in the history
  • Loading branch information
NotVishesh committed Jul 3, 2024
1 parent de7e713 commit dbfb2eb
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/adminAddCandidate.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ <h4 class="card-title">Add Candidate Information</h4>


<!-- additional -->
<p class="d-flex justify-content-center">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>


</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/adminCandidateDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ <h4 class="card-title">Candidate Details</h4>


<!-- additional -->
<p class="d-flex justify-content-center fixed-bottom pl-5 ml-5">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>




Expand Down
6 changes: 1 addition & 5 deletions src/adminChangePhase.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@ <h4 class="card-title">CHANGE PHASE</h4>


<!-- additional -->





<p class="d-flex justify-content-center fixed-bottom pl-5 ml-5">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/web3.min.js"></script>
Expand Down
12 changes: 12 additions & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ p {
.split.right:hover p {
font-size: var(--default-font-size);
}
.copyrightFooter {
all: unset;
color: white;
position: absolute;
opacity: 0.5;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
width: 300px;
text-align: center;
}

@media (max-width: 800px) {
h1 {
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</p>
</div>
</div>
<p class="copyrightFooter">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>
<script src="js/script.js"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions src/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ <h1>Election is Not Over Yet!!!!!</h1>
</div>

<!-- additional -->
<p class="d-flex justify-content-center fixed-bottom pl-5 ml-5">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/web3.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions src/userInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ <h3>2. Voting Process</h3>
</div>

<!-- additional -->
<p class="d-flex justify-content-center fixed-bottom pl-5 ml-5">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- <script src="js/web3.min.js"></script> -->
Expand Down
3 changes: 2 additions & 1 deletion src/vote_area.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
</form>
</div>
</div>

<p class="d-flex justify-content-center fixed-bottom pl-5 ml-5 ">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>




Expand Down
12 changes: 12 additions & 0 deletions src/voting.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ <h1 class="text-center">Best Actor Contest</h1>
</form>
</div>
</div>
<p style="
all: unset;
color: black;
position: absolute;
opacity: 0.5;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
width: 300px;
text-align: center;
">Copyright © 2024 VoteChain Pvt Ltd - All rights reserved</p>



Expand Down

0 comments on commit dbfb2eb

Please sign in to comment.