-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
193 lines (145 loc) · 7.52 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118776663-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118776663-1');
</script>
<!-- Basic Page Info
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>teah khadijeh brands</title>
<meta name="description" content="Teah Khadijeh Brands">
<meta name="author" content="Teah Khadijeh Brands">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/teah/tablogo.png" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/tgj0ntk.css">
<!-- <link rel="stylesheet" href="https://use.typekit.net/alw6zrq.css">
<link rel="stylesheet" href="stylesheets/MyFontsWebfontsKit.css"> -->
<!-- ICONS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="stylesheets/ionicons.min.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="stylesheets/normalize.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="stylesheets/style-tsula.css">
<link rel="stylesheet" href="stylesheets/sinister.css">
<link rel="stylesheet" href="stylesheets/slimmenu.css">
<link rel="stylesheet" href="stylesheets/main.css">
<link rel="stylesheet" href="stylesheets/main-responsive.css">
<!-- LESS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet/less" type="text/css" href="less/color.less">
<link rel="stylesheet/less" type="text/css" href="less/fonts.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/3.0.0/less.min.js" ></script>
<!-- MODERNIZR
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="javascripts/libs/modernizr.custom.js"></script>
</head>
<body class="">
<!-- Preloader
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div id="preloader">
<div id="status"></div>
</div>
<!-- MASTER CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section class="container pad-intro pad-bottom-half">
<div class="extrapadding">
<!-- ABOUT TEXT -->
<div class="row">
<div class="col-md-6"><img id="teah" src="images/about/me2.png" class="leanright aboutpic"/>
</div>
</div>
<div class="row">
<article class="col-md-5">
<h2 class="font1">Teah Khadijeh Brands (b. 1996) is a spatial designer, researcher, and cultural worker living and making in Bedford-Stuyvesant, Brooklyn. Her fascination with culture (physical and digital, enduring and emerging) is at the root of her practice. She finds herself drawn to ‘intimate public spaces’: small-scale habitats that comfort, amuse, and are shared by community. Her personhood and methods are the product of Black culture, memes, academia, the tri-state area, and the 2000s.</h2>
<br>
<h2 class="font1">hello@teah.fyi</h2>
</article>
<article class="col-md-7"></article>
</div>
<!-- END OF ABOUT TEXT -->
</div>
</section>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="javascripts/charming.min.js"></script>
<script src="javascripts/anime.min.js"></script>
<script src="javascripts/demo-tsula.js"></script>
<script src="javascripts/libs/common.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="javascripts/custom/elements.js"></script>
<script src="javascripts/custom/main.js"></script>
<script src="javascripts/blazy.js"></script>
<script type="text/javascript">
imagehere = true;
// Check if we're on mobile, and if so cancel hover effects
if(window.matchMedia("(max-width: 992px)").matches){
stopHoverOnMobile();
}
function stopHoverOnMobile() {
let hoverItems = document.getElementsByClassName('nohovermobile');
for(let i=0; i<hoverItems.length; i++){
hoverItems[i].onmouseover = 'none';
hoverItems[i].onmouseout = 'none'
}
}
function showElement(id) {
if (imagehere) {
document.getElementById(id).removeAttribute("hidden");
}
}
function hideElement(id) {
if (imagehere) {
document.getElementById(id).setAttribute("hidden", true);
}
}
function mobileImages() {
console.log(0);
console.log(window.matchMedia("(max-width: 992px)").matches);
if (window.matchMedia("(max-width: 992px)").matches) {
console.log(1);
imagehere = false;
var imgst = document.getElementById('hidden-images').children;
for (var i = 0; i < imgst.length; i++) {
imgst[i].setAttribute("src","about:blank"); //second console output
}
// setAttribute('src','about:blank');
}
}
window.onload = function () {
var bLazy = new Blazy({
loadInvisible: true,
container: '#hidden-images',
error: function (ele, msg) {
console.log(ele);
console.log(msg);
},
breakpoints: [{
width: 993 // max-width
, src: 'data-src-small'
}]
});
console.log(bLazy);
}
</script>
</body>
</html>