-
Notifications
You must be signed in to change notification settings - Fork 0
/
d.html
54 lines (53 loc) · 1.83 KB
/
d.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="dist/d.css">
<title>Delta</title>
</head>
<body>
<main>
<header>
<div class="logo">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 767 711">
<g fill="none" class="animated zoomIn">
<polygon class="animated ani1" fill="#3CB84D" points="306.3 .8 606 519.9 230.7 519.9 177.3 612.5 766.3 612.5 762.2 607.4"/>
<polygon class="animated ani2" fill="#009960" points=".9 708 301.1 188.9 488.8 513.9 595.7 513.9 301.1 3.8"/>
<polygon class="animated ani3" fill="#2C795B" points="6 711 4.1 711 766.3 618.4 166.9 618.4 354.6 293.4 301.1 200.8"/>
</g>
</svg>
</div>
</header>
<h1 class="animated slideInDown">Prototypes</h1>
<!-- card -->
<a class="news-box animated slideInUp" href="">
<h2 class="news-box__header">Animated Delta logo</h2>
<p class="news-box__text">
Note: bla bla bla bla
</p>
<p class="news-box__note"></p>
</a>
<!-- /card -->
<!-- card -->
<a class="news-box animated slideInUp" href="http://grandorf.dk/ys/xmenu/index.html">
<h2 class="news-box__header">X-menu Header</h2>
<p class="news-box__text">
A different menu for yousee.dk to try something else
</p>
<p class="news-box__note">Only optimized for iPhone 6S (Safari)</p>
</a>
<!-- /card -->
<!-- card -->
<a class="news-box animated slideInUp" href="http://grandorf.dk/ys/homepage/homepage.html">
<h2 class="news-box__header">New homepage</h2>
<p class="news-box__text">
Used to see how new effects/features could look for yousee.dk
</p>
<p class="news-box__note">Optimized for desktop (1440x800px)</p>
</a>
<!-- /card -->
</main>
</body>
</html>