mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 21:48:05 -05:00
Added links, minor format changes, fixing copy
This commit is contained in:
@@ -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>
|
||||
|
||||
10
styles.css
10
styles.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user