Skip to content

Commit

Permalink
Merge pull request #4 from El-Jay-Crypto/main
Browse files Browse the repository at this point in the history
remove footer
  • Loading branch information
El-Jay-Crypto authored Jul 10, 2024
2 parents a047240 + d6db3d0 commit 97d67e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
4 changes: 2 additions & 2 deletions css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ h6,
.h4,
.h5,
.h6 {
font-family: "Carmen Sans Regular", sans-serif;
font-weight: 500;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 1.1;
color: inherit;
}
Expand Down
6 changes: 3 additions & 3 deletions css/coming-sssoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -727,12 +727,12 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
}
.main .logo{
color: #FFFFFF;
font-size: 56px;
font-weight: 300;
font-size: 60px;
font-weight: 700;
position: relative;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
margin-top: 27vh;
margin-top: 22vh;
z-index: 3;
}
.main .logo.cursive{
Expand Down
15 changes: 2 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="cover green" data-color="black"></div>

<div class="container">
<h1 class="logo cursive">
<h1 class="logo">
Come back soon!
</h1>

Expand All @@ -94,20 +94,9 @@ <h3 class="motto">Subscribe to our newsletter. We keep you posted!</h3>
</div>
</div>
</div>
</div>

<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-3">
<img class="img-responsive" src="images/buddhead.png" title="BuddHeadsNFT DAO"></img>
</div>
<div class="col-md-6 col-sm-3">
<img class="img-responsive" src="images/BitCannaFarmers.png" title="BitCannaFarm Game"></img>
</div>
</div>
</div>
</div>

</div>

</body>
Expand Down

0 comments on commit 97d67e0

Please sign in to comment.