Skip to content

Commit

Permalink
All bugs solved (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj100 authored Oct 16, 2023
1 parent accc9c3 commit 1d19f34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Coming Soon/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ body {
font-size: 1em;
text-align: center;
}
.row{
max-width: 100vw;
}
2 changes: 1 addition & 1 deletion Coming Soon/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let countDate = new Date('Oct 1, 2022 00:00:00').getTime();
let countDate = new Date('Oct 1, 2025 00:00:00').getTime();
function countDown() {
let now = new Date().getTime();
gap = countDate - now;
Expand Down
5 changes: 3 additions & 2 deletions Coming Soon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>
</head>
<body>
<!--============Title================-->
Expand Down Expand Up @@ -67,11 +68,11 @@ <h3 id="seconds">00</h3>
</div>
<div class="contact">
<a href="https://www.facebook.com/techsrijan/" class="btn btn-danger">
<i class="fa-brands fa-facebook"></i>
<i class="fab fa-facebook"></i>
<span>Like us on Facebook</span>
</a>
<a href="https://www.instagram.com/techsrijan/" class="btn btn-danger">
<i class="fa-brands fa-instagram"></i>
<i class="fab fa-instagram"></i>
<span>Follow us on Instagram</span>
</a>
</div>
Expand Down

0 comments on commit 1d19f34

Please sign in to comment.