Added first mock design and CAS tests
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mock</title>
|
||||
|
||||
<link rel="stylesheet" href="base.css">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<meta name="theme-color" content="#57575a">
|
||||
<meta name="msapplication-TileColor" content="#57575a">
|
||||
<meta name="msapplication-navbutton-color" content="#57575a">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#57575a">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- <section id="background">
|
||||
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
|
||||
<defs>
|
||||
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
|
||||
</defs>
|
||||
<g class="parallax">
|
||||
<use xlink:href="#gentle-wave" x="48" y="5" fill="#fff1" />
|
||||
<use xlink:href="#gentle-wave" x="48" y="3" fill="#fff1" />
|
||||
<use xlink:href="#gentle-wave" x="48" y="0" fill="#fff1" />
|
||||
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff1" />
|
||||
</g>
|
||||
</svg>
|
||||
</section> -->
|
||||
|
||||
<section id="main">
|
||||
<h1>PolyMPR</h1>
|
||||
<p>Random text go brrr</p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user