-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·91 lines (89 loc) · 4.21 KB
/
index.html
File metadata and controls
executable file
·91 lines (89 loc) · 4.21 KB
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
<!DOCTYPE html>
<html lang="en" class="">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-72294820-1');
</script>
<title>zesameri</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
<meta name="author" content="kvitka">
<!-- Facebook Metadata -->
<meta property="og:title" content="flower power">
<meta property="og:description" content="It's whatever you want to make of it.">
<meta property="og:url" content="http://zesameri.github.io">
<meta property="og:type" content="website">
<meta name="theme-color" content="#111">
<!-- Styles -->
<link href="./css/main.css" rel="stylesheet">
<link href="./css/crumple.css" rel="stylesheet">
<link href="./css/font.css" rel="stylesheet">
<link href="./css/mobile.css" rel="stylesheet">
<!-- Webpage Icon -->
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<!-- Jquery Min Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" defer></script>
<!-- Lazy Video Loader -->
<script src="./js/lazy-video-loader.js" defer></script>
<!-- Crumple Hover Effects -->
<script src="./js/crumple-hover.js" defer></script>
</head>
<body>
<video muted loop playsinline class="video-background" preload="none" poster="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect fill='%23111' width='1' height='1'/%3E%3C/svg%3E">
<source data-src="./assets/videos/super 8.mp4" type="video/mp4">
</video>
<div class="content-wrapper">
<section class="hero">
<div class="top-bar">
<h1 class="header">
<a class="simple-link" href="./index.html"> zesameri </a>
<a class="simple-link" href="./secrets.html"> <img class="header-img" src="assets/images/flower.svg" alt="Flower"></a>
</h1>
</div>
<div class="bio">
<p>
A piece of me I express to the abyss.<br>
Enjoy, buen provecho, смачного, 慢慢吃.<br>
Ever changing.
</p>
<p class="signoff">
love,
<br>
kvitka
</p>
</div>
</section>
<footer class="footer hero-footer" id="footer">
<a class="footer__link--writings" href="./writings.html">writing</a>
<a class="footer__link--alhambra" href="./alhambra.html">alhambra</a>
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
</footer>
</div>
<div class="crumple" aria-hidden="">
<video class="crumple-video crumple-video--writings" muted loop playsinline preload="none">
<source data-src="./assets/videos/PXL_20220605_192330465.mp4" type="video/mp4">
</video>
<video class="crumple-video crumple-video--alhambra" muted loop playsinline preload="none">
<source data-src="./assets/videos/IMG_4943.MOV" type="video/mp4">
</video>
<video class="crumple-video crumple-video--playlists" muted loop playsinline preload="none">
<source data-src="./assets/videos/20180226_180744.mp4" type="video/mp4">
</video>
<video class="crumple-video crumple-video--instagram" muted loop playsinline preload="none">
<source data-src="./assets/videos/IMG_1624.MOV" type="video/mp4">
</video>
<video class="crumple-video crumple-video--github" muted loop playsinline preload="none">
<source data-src="./assets/videos/IMG_7555.MOV" type="video/mp4">
</video>
</div>
</body>
</html>