Skip to content

Commit 97d67e0

Browse files
Merge pull request #4 from El-Jay-Crypto/main
remove footer
2 parents a047240 + d6db3d0 commit 97d67e0

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

css/bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ h6,
481481
.h4,
482482
.h5,
483483
.h6 {
484-
font-family: "Carmen Sans Regular", sans-serif;
485-
font-weight: 500;
484+
font-family: "Roboto", sans-serif;
485+
font-weight: 400;
486486
line-height: 1.1;
487487
color: inherit;
488488
}

css/coming-sssoon.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,12 +727,12 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
727727
}
728728
.main .logo{
729729
color: #FFFFFF;
730-
font-size: 56px;
731-
font-weight: 300;
730+
font-size: 60px;
731+
font-weight: 700;
732732
position: relative;
733733
text-align: center;
734734
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
735-
margin-top: 27vh;
735+
margin-top: 22vh;
736736
z-index: 3;
737737
}
738738
.main .logo.cursive{

index.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<div class="cover green" data-color="black"></div>
7878

7979
<div class="container">
80-
<h1 class="logo cursive">
80+
<h1 class="logo">
8181
Come back soon!
8282
</h1>
8383

@@ -94,20 +94,9 @@ <h3 class="motto">Subscribe to our newsletter. We keep you posted!</h3>
9494
</div>
9595
</div>
9696
</div>
97-
</div>
9897

99-
<div class="footer">
100-
<div class="container">
101-
<div class="row">
102-
<div class="col-md-6 col-sm-3">
103-
<img class="img-responsive" src="images/buddhead.png" title="BuddHeadsNFT DAO"></img>
104-
</div>
105-
<div class="col-md-6 col-sm-3">
106-
<img class="img-responsive" src="images/BitCannaFarmers.png" title="BitCannaFarm Game"></img>
107-
</div>
108-
</div>
109-
</div>
11098
</div>
99+
111100
</div>
112101

113102
</body>

0 commit comments

Comments
 (0)