Added links, minor format changes, fixing copy

This commit is contained in:
AtHeartEngineer
2022-03-31 11:49:09 -04:00
parent 864711237f
commit 2958729d56
2 changed files with 10 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<div class="col-md-12 title">
<img src="images/eth.svg" alt="eth white border logo" class="ethlogo">
<h1>Welcome to Privacy and Scaling Exploration Landing Page</h1>
<h1>Welcome to the<br/>Privacy and Scaling Exploration<br/>Landing Page</h1>
</div>
<div class="col-md-12 arrow">
<img src="images/arrow.svg" alt="">
@@ -37,10 +37,10 @@
</p>
</div>
<div class="col-md-1 link">
<img src="images/globe.svg" alt="" class="icon"> <div>Website</div>
<a href=""><img src="images/globe.svg" alt="" class="icon"> <div>Website</div></a>
</div>
<div class="col-md-1 link">
<img src="images/github.svg" alt="" class="icon"> <div>Github</div>
<a href=""><img src="images/github.svg" alt="" class="icon"> <div>Github</div></a>
</div>
</div>
</div>

View File

@@ -9,10 +9,11 @@ body {
.title {
margin: 7rem auto 1rem;
text-align: center;
max-width: 600px;
max-width: 42rem;
}
.title .ethlogo {
max-height: 16rem;
margin-bottom: 2rem;
}
@@ -21,13 +22,16 @@ body {
text-align: center;
}
.link {
.link a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-decoration: none;
color: white;
}
.icon {
max-height: 2rem;
height: 2.75rem;
padding-bottom: .5rem;
}