-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (89 loc) · 4.11 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-68149932-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-68149932-7');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Website/Month</title>
<link rel="shortcut icon" type="image/x-icon" href="#">
<link rel="stylesheet" type="text/css" href="style-home.css">
<link href="https://fonts.googleapis.com/css?family=VT323&display=swap" rel="stylesheet">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68149932-7', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="body-mobile">
<div class="blinker">
ERROR
<br>
DESKTOP-ONLY WEBSITE
</div>
</div>
<div class="desktop">
<section class="header-home">
<div class="date"></div>
<div>WEBSITE/MONTH</div>
<div class="clock"></div>
</section>
<section class="main-home">
<div class="box" id="list">
<p><i>Website/month</i> is powered by <a href="https://www.tiberiomar.com/" target="_blank"
id="link-yellow">Marco Tiberio</a> and <a href="https://defrostudio.eu/" target="_blank"
id="link-yellow">Defrost Studio</a></p>
</div>
<div class="box" id="about">
<div class="border">
<h4>ABOUT</h4>
<p>Website/month is a web-based project focussing on <span class="text-highlight">alternative
photographic narratives and realities</span>.
The concept is to publish each month a different website showing how to create
alternative narratives <span class="text-highlight">using photography material and the
browser</span>.
</p>
<h4>INSTRUCTIONS</h4>
<p>Each website will present a different story composed by a series of images.
Click on the image to make the magic happen.
Scroll down, to move to the next image.
</p>
</div>
</div>
<div class="box" id="sites">
<div class="border">
<h4>WEBSITES LIST:</h4>
<p>
<a onclick="window.location.href='website001'" id="link-white">#001 - High</a>
<br>
#002 - The Invasion (coming soon)
<br>
#003 - Memorial (coming soon)
</p>
</div>
</div>
</section>
<section class="footer-home">
<div><a href="http://paypal.me/defrost" id="link-yellow">-> Donate <-</a> </div> <div>This is a self-funded
project, so if you if you like what you see and want to support me, please do</div>
<div><a href="http://paypal.me/defrost" id="link-yellow">-> Donate <-</a> </div> </section> </div> <script
src="index.js">
</script>
</body>
</html>