-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (92 loc) · 3.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/home.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<title>lsdcomputer | home</title>
<!-- Matomo -->
<script>
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "https://lsdcomputer.matomo.cloud/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "1"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.async = true;
g.src = "//cdn.matomo.cloud/lsdcomputer.matomo.cloud/matomo.js";
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</head>
<header class="header">
<img src="imgs/logos/logo_upper.png" alt="logo" />
</header>
<body>
<div class="container">
<nav class="nav">
<a class="link" id="blog" href="/blog/blog.html"
>1..............................Blog
</a>
<a class="link" id="research" href="/research/research.html"
>2...........................Research</a
>
<a
class="link"
id="deep-dream"
href="/look/deep-dream/deep-dream.html"
>3......................Deep Dream</a
>
<!-- <a
class="link"
id="books-manuals"
href="/books-manuals/books-manuals.html"
>3..................Books/Manuals</a
> -->
<!-- <a class="link" id="mind" href="/mind/mind.html"
>2.............................Mind</a
> -->
<!-- <a class="link" id="molecules" href="/molecules/molecules.html"
>3.......................Molecules</a
> -->
<!-- <a class="link" id="persons" href="/persons/persons.html"
>4................................Persons</a
> -->
<!-- <a class="link" id="dharma" href="/dharma/dharma.html"
>5................................Dharma</a
> -->
<!-- SAVE THESE FOR LATER OR FOR A SEPERATE HEDONIC / AESTHETIC SITE -->
<!-- <a class="link" id="video" href="/video/video.html"
>5.............................Video</a
>
<a class="link" id="erotica" href="/erotica/erotica.html"
>6..........................Erotica</a
>
<a class="link" id="archive" href="/archive/archive.html"
>7.........................Archive</a
> -->
<!-- <a class="link" id="files" href="/files/files.html"
>6.....................................Files</a
> -->
</nav>
<!-- <div class="socials">
<a
href="https://www.instagram.com/lsdcomputer/"
target="_blank"
title="blank"
>Instagram</a
>
</div> -->
</div>
<script type="text/javascript" src="/js/colorSwitch.js"></script>
</body>
</html>