-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (90 loc) · 3.54 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
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en-us">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XP2WL7078F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XP2WL7078F');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CYANED</title>
<meta name="description" content="">
<meta name="author" content="">
<link href="https://cyaned.co/css/github-gist.min.css" rel="stylesheet">
<link href="https://cyaned.co/css/style.css" rel="stylesheet">
<link href="https://cyaned.co/css/dark.css" rel="stylesheet">
<link href="https://cyaned.co/css/featherlight.min.css" type="text/css" rel="stylesheet">
<link href="https://cyaned.co/css/featherlight.loader.css" type="text/css" rel="stylesheet">
<link href="https://cyaned.co/css/featherlight.gallery.min.css" type="text/css" rel="stylesheet">
<link rel="apple-touch-icon" href="https://cyaned.co/img/apple-touch-icon.png">
<link rel="icon" href="https://cyaned.co/img/favicon.ico">
<meta name="generator" content="Hugo 0.55.1" />
<link rel="alternate" type="application/atom+xml" href="https://cyaned.co/index.xml" title="CYANED">
</head>
<body class="list home">
<header class="header">
<div class="wrap">
<h1 class="logo"><a href="https://cyaned.co/">CYANED </a></h1>
<button class="menu-toggle" type="button"></button>
</div>
</header>
<nav class="nav">
<ul class="menu">
<li class="">
<a href="/channels/">Channels</a>
</li>
<li class="">
<a href="/intro">Intro</a>
</li>
</ul>
</nav>
<main class="main">
<article class="first-entry">
<header class="entry-header">
<h2>visuals</h2>
</header>
<section class="entry-content">
<p> "when i see anything, i see a lot of things."
- howard finster </p>
</section>
<a class="entry-link" href="https://cyaned.co/visuals/"></a>
</article>
</main>
<footer class="footer">
<span> © 2022
<a href="https://www.instagram.com/shusheaan/">
shu shean </a> @
<a href="https://cyaned.co/">
cyaned lab</a>. all rights reserved.
</span>
</footer>
<script src="https://cyaned.co/js/instantclick.min.js" data-no-instant></script>
<script data-no-instant>InstantClick.init();</script>
<script src="https://cyaned.co/js/highlight.min.js" data-no-instant></script>
<script data-no-instant>
hljs.initHighlightingOnLoad();
setMenuListener();
InstantClick.on('change', function() {
document.querySelectorAll('pre code').forEach((block) => {
hljs.highlightBlock(block);
});
setMenuListener();
});
function setMenuListener() {
var menuToggle = document.querySelector('.menu-toggle');
var body = document.querySelector('body');
menuToggle.addEventListener('click', function() {
body.classList.toggle('no-scroll');
}, false);
}
</script>
<script src="https://cyaned.co/js/jquery.min.js"></script>
<script src="https://cyaned.co/js/jquery.detect_swipe.js"></script>
<script src="https://cyaned.co/js/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cyaned.co/js/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>