-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·74 lines (67 loc) · 2.74 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="graphic designer from Hamburg, floating between analogue and digital spaces" />
<title>Julika Hother 🐬</title>
<link rel="icon" type="image/png" href="assets/images/fav.png" />
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="projekte.js"></script>
<!-- Matomo -->
<script>
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['disableCookies']);
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "//webstat.davidwahrenburg.de/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "3"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.async = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="main-wrapper">
<div id="head-balken">
<span class="name">Julika Hother</span>
<div id="title-wrapper"><a id="ext-url" href="" target="_blank" rel="noopener noreferrer"><span id="ext-link">↗
</span></a><span class="p-title"> Scroll to navigate / Click to open</span></div>
</div>
<ol class="index index-container">
</ol>
<div class="fixed-container"></div>
<div id="stapelcontainer"></div>
<div id="desktopEmpfehlung" scroll="no">
<p> Open on desktop computer<br /> to see my projects.</p>
</div>
<div id="scrollPfeil">scroll to navigate<br />↓ </div>
<div id="infos">
<div class="col col1">
<p>Hi. My name is Julika Anais Hother. I like to design atmospheric and playful websites - user-friendly
and unfriendly, unusual interactions, dense digital and analog patterns, pixelated dream worlds that
explore movement and bodies, collaborative practice, hybrid forms of publishing and gardening.
</p>
<br />
<!-- <p class=" contactme"><a href="mailto:[email protected]">Don’t hesitate to contact me for
<br />commissions or collaborations: <br>→
[email protected] </a> </p> -->
</div>
<div id="abspann" class="foot">©Julika Hother.<span id="impressum-button"> Impressum → </span>
<span id="impressum-text"> 06114 Halle (Saale)
— Design/Developement: Julika Hother and David Wahrenburg</span>
</div>
</div>
</div>
</body>
<footer>
<script src="js/main.js"></script>
</footer>
</html>