-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·75 lines (75 loc) · 3.27 KB
/
index.html
File metadata and controls
executable file
·75 lines (75 loc) · 3.27 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
<!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="#222">
<!-- 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>
<!-- <script src="./js/main.js" defer></script> -->
</head>
<body>
<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>
I felt intrigued to express a piece of me to the abyss of the Internet.
To embrace expression, criticism, and the potential for a community for thoughts.
Enjoy your stay, it is always under development.
</p>
<p class="signoff">
love,
<br>
kvitka
</p>
</div>
</section>
<footer class="footer hero-footer" id="footer">
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">work</a>
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
<a class="footer__link--writings" href="./writings.html">writing</a>
</footer>
</div>
<div class="crumple" aria-hidden="">
<div class="crumple__rect"></div>
<div class="shapes-container">
<div class="circle-one"></div>
<div class="circle-two"></div>
<div class="circle-three"></div>
<div class="circle-four"></div>
</div>
</div>
</body>
</html>