-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (62 loc) · 1.94 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
---
layout: default
title: Welcome to the Portfolio of
description:
permalink: /
body-class: home
meta-image:
---
<h1 class="u__sr-only">{{ site.title }}</h1>
<p class="u__sr-only">Browse Taleen’s portfolio by type of work</p>
<nav class="u__vertical__pb" aria-label="Portfolio Types">
<ul class="g">
<li class="gc--6 u__img-hov-exp">
<div class="u__rhythm--sm u__img-border">
<div class="u__img-wrap">
<img class="" src="{% link assets/home/exhibitions-2023-01.jpg %}" alt="" />
</div>
</div>
<h3 class="u__text__center h5">
<a href="{% link exhibitions/index.html %}">
Exhibitions
</a>
</h3>
</li>
<li class="gc--6 u__img-hov-exp">
<div class="u__rhythm--sm u__img-border">
<div class="u__img-wrap">
<img class="" src="{% link assets/home/film-performance-2023-01.jpg %}" alt="" />
</div>
</div>
<h3 class="u__text__center h5">
<a href="{% link film-performance/index.html %}">
Film & Performance
</a>
</h3>
</li>
<li class="gc--6 u__img-hov-exp">
<div class="u__rhythm--sm u__img-border">
<div class="u__img-wrap">
<img class="" src="{% link assets/home/3d-2023-01.jpg %}" alt="" />
</div>
</div>
<h3 class="u__text__center h5">
<a href="{% link 3d/2022.html %}">
<span aria-hidden="true">3D</span><span class="u__sr-only">Three dimensional</span>
</a>
</h3>
</li>
<li class="gc--6 u__img-hov-exp">
<div class="u__rhythm--sm u__img-border">
<div class="u__img-wrap">
<img class="" src="{% link assets/home/2d-2023-01.jpg %}" alt="" />
</div>
</div>
<h3 class="u__text__center h5">
<a href="{% link 2d/index.html %}">
<span aria-hidden="true">2D</span><span class="u__sr-only">Two dimensional</span>
</a>
</h3>
</li>
</ul>
</nav>