mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 22:18:12 -05:00
54 lines
2.2 KiB
HTML
54 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy and Scaling Exploration Landing Page</title>
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="styles.css">
|
|
<!-- Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-md">
|
|
<div class="row">
|
|
<div class="col-md-12 title">
|
|
<img src="images/eth.svg" alt="eth white border logo" class="ethlogo">
|
|
|
|
<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="">
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
<h2>Project</h2>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi officiis obcaecati eius cupiditate ad animi assumenda fugiat nulla velit.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-1 link">
|
|
<a href=""><img src="images/globe.svg" alt="" class="icon"> <div>Website</div></a>
|
|
</div>
|
|
<div class="col-md-1 link">
|
|
<a href=""><img src="images/github.svg" alt="" class="icon"> <div>Github</div></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |