mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
design copy
just add animated logo and some text
This commit is contained in:
1
images/pse-logo.svg
Normal file
1
images/pse-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 22 KiB |
10
index.html
10
index.html
@@ -5,7 +5,7 @@
|
||||
<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>
|
||||
<title>Privacy and Scaling Exploration</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 -->
|
||||
@@ -19,8 +19,12 @@
|
||||
<body>
|
||||
<div class="container-sm">
|
||||
<div class="starter">
|
||||
<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>
|
||||
<img src="images/pse-logo.svg" alt="eth pse logo" class="ethlogo">
|
||||
<h1>Welcome to the<br />Privacy & Scaling Exploration</h1>
|
||||
<p>A multidisciplinary team supported by the Ethereum Foundation.
|
||||
PSE explores new use cases for zero knowledge proofs and other cryptographic primitives through research and proof-of-concept implementation.
|
||||
<br>
|
||||
We facilitate the integration of ZK primitives into decentralized applications.</p>
|
||||
<div class="center">
|
||||
<div class="link">
|
||||
<a href="https://twitter.com/PrivacyScaling"><img src="images/twitter.svg" alt="" class="icon">
|
||||
|
||||
Reference in New Issue
Block a user