Skip to content

Commit 299575b

Browse files
committed
2 parents 5d584ef + e88ca24 commit 299575b

33 files changed

Lines changed: 3124 additions & 135 deletions

alhambra.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<section class="hero">
3434
<div class="top-bar">
3535
<h1 class="header">
36-
<a class="simple-link" href="./index.html"> zesameri </a>
37-
<a class="simple-link" href="./secrets.html"> <img class="header-img" src="assets/images/flower.svg" alt="Flower"></a>
36+
<a class="simple-link" href="./art.html"> art </a>
37+
<img class="header-img" src="assets/images/flower.svg" alt="Flower">
3838
</h1>
3939
</div>
4040
<div class="bio">

art.html

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="">
3+
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-72294820-1');
12+
</script>
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14+
<title>art</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
16+
<meta name="description" content="It's whatever you want to make of it.">
17+
<meta name="author" content="kvitka">
18+
<!-- Facebook Metadata -->
19+
<meta name="og:title" content="art">
20+
<meta name="og:description" content="It's whatever you want to make of it.">
21+
<meta name="og:url" content="http://zesameri.github.io">
22+
<meta name="og:type" content="website">
23+
<meta name="theme-color" content="#111">
24+
<!-- Styles -->
25+
<link href="./css/main.css" rel="stylesheet">
26+
<link href="./css/crumple.css" rel="stylesheet">
27+
<link href="./css/font.css" rel="stylesheet">
28+
<link href="./css/mobile.css" rel="stylesheet">
29+
<!-- Webpage Icon -->
30+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
31+
<!-- Fonts -->
32+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
33+
34+
<!-- Jquery Min Library -->
35+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
36+
37+
</head>
38+
<body id="art">
39+
<div class="content-wrapper">
40+
<section class="writing">
41+
<div class="top-bar">
42+
<h1 class="header">
43+
art
44+
<img class="header-img" src="assets/images/flower.svg">
45+
</h1>
46+
</div>
47+
48+
<dl class="list">
49+
50+
<dt> Grid </dt>
51+
<dd class="list__item">
52+
<p>
53+
This is a prototype for a painting i'm working on.
54+
It's an excuse to study Joesf Albers' theory of color,
55+
and a chance for me to represent past memories and emotions in a minimalist way.
56+
</p>
57+
<a class="list__link" href="./grid.html">see more here</a>
58+
</dd>
59+
<dt> Alhambra </dt>
60+
<dd class="list__item">
61+
<p>
62+
I visited the Nasrid Palaces of the Alhambra this past summer.
63+
As a child, I wanted to become a mosaicist,
64+
shaping glass squares into flowing forms.
65+
I rekindled that wonder through reconstructing these patterns.
66+
</p>
67+
<a class="list__link" href="./alhambra.html">see more here</a>
68+
</dd>
69+
</dl>
70+
</section>
71+
72+
<footer class="footer" id="footer">
73+
<a class="footer__link--home" href=".">home</a>
74+
<a class="footer__link--writings" href="./writings.html">words</a>
75+
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
76+
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
77+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
78+
</footer>
79+
</div>
80+
<div class="crumple" aria-hidden=""></div>
81+
</body>
82+
</html>
12.1 KB
Loading

assets/images/didyc.jpg

236 KB
Loading
27 KB
Loading
26.9 KB
Loading

assets/images/orplid-1979.webp

22.2 KB
Loading

assets/images/rainbow-1973.webp

178 KB
Loading
53.6 KB
Loading
89.3 KB
Loading

0 commit comments

Comments
 (0)