-
Notifications
You must be signed in to change notification settings - Fork 0
/
art.html
74 lines (67 loc) · 2.82 KB
/
art.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
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Decent Art</title>
<meta name="apple-itunes-app" content="app-id=org.decent.Decent-app, app-clip-bundle-id=org.decent.Decent-app.Clip">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Decent Art">
<meta property="og:url" content="https://decent.org/art">
<meta property="og:site_name" content="Decent Art">
<meta property="og:description" content="Decent is a group interested in researching and applying technologies and governance structures.">
<meta property="og:image" content="https://decent.org/assets/decent-logo.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Decent Art">
<meta name="twitter:description" content="Decent is a group interested in researching and applying technologies and governance structures.">
<meta name="twitter:image" content="https://decent.org/assets/decent-logo.png">
<link rel="icon" href="assets/favicon.png">
<link rel="stylesheet" href="https://use.typekit.net/rur6itt.css">
<link rel="stylesheet" href="https://use.typekit.net/rur6itt.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/art.css">
<link rel="stylesheet" href="styles/stylesMobile.css">
</head>
<body id="art-body">
<header id="header" class="small">
<div class="bubbles">
<div class="bubble bubble-1"></div>
<div class="bubble bubble-2"></div>
</div>
<div id="hero-title">
<h1>decent</h1><br>
<h6>ART</h6>
</div>
</header>
<main id ="art">
<div class="images">
<div class="art art-1" data-art="1">
<h2>Art 1</h2>
<p class="description">Description comes here...</p>
<img src="assets/art1.jpg" alt="decent art 1">
</div>
<div class="art art-2" data-art="2">
<h2>Art 2</h2>
<p class="description">Description comes here...</p>
<img src="assets/art2.jpg" alt="decent art 2">
</div>
</div>
<p class="show-all">Show all</p>
</main>
<footer id="contact">
<div class="footer-inner">
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>Tölgyfa u. 24, Budapest, 1027</p>
<div class="">
<a href="https://www.instagram.com/decentlabs/" target="_blank"><img class="icon-link" src="assets/instagram.svg" alt="instagram-link"></a>
<a href="https://www.facebook.com/decentlabsbp" target="_blank"><img class="icon-link" src="assets/facebook.svg" alt="facebook-link"></a>
</div>
</div>
<img class="footer-bg" src="assets/footer-halftone.svg">
</footer>
<script src="js/projects.js"></script>
<script src="js/art.js"></script>
<script src="js/bubble.js"></script>
<script src="js/decent.js"></script>
</body>
</html>