-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (63 loc) · 2.29 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<script src="js/cards.js"></script>
<script src="js/index.js"></script>
<meta name="description" content="Algotypes">
<meta name="keywords" content="art, arte, algorithms, divination">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="board">
<div class="cross">
<div class="row">
<div class="image"></div>
<div class="image wide">
<div class="video-container">
<video playsinline autoplay muted loop class="video" height="360">
<source src="./movs/shuffle.webm" type="video/webm">
<source src="./movs/shuffle.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="image"></div>
</div>
<div class="row app">
<div class="image dynamic" id="card-left">
<div class="text"></div>
<div class="overlay"></div>
</div>
<div class="image dynamic" id="card-center">
<div class="text"></div>
<div class="overlay"></div>
</div>
<div class="image dynamic" id="card-right">
<div class="text"></div>
<div class="overlay"></div>
</div>
</div>
<div class="row">
<div class="image"></div>
<div class="image wide">
<div class="video-container">
<video playsinline autoplay muted loop class="video" height="360">
<source src="./movs/spread.webm" type="video/webm">
<source src="./movs/spread.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="image"></div>
</div>
</div>
<div class="column">
<a href="" target="_blank" class="image pyramid" id="my-pyramid-00"></a>
<a href="" target="_blank" class="image pyramid" id="my-pyramid-01"></a>
<a href="" target="_blank" class="image pyramid" id="my-pyramid-02"></a>
<a href="https://outras.ml/algotypes/visualizer/"
target="_blank" class="image pyramid hide-mobile" id="my-pyramid-03"></a>
</div>
</div>
</body>
</html>