-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·89 lines (89 loc) · 3.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="images/1ove.png">
<link rel="stylesheet" href="css/themeticus.css">
<title>themeticus by hugh mosno</title>
</head>
<body>
<style>
@font-face {
font-family: 'onelove';
src: url("css/fonts/1ove.ttf") format("ttf"), url("css/fonts/1ove.woff") format("woff");
}
* {
font-family: onelove, arial, helvetica;
}
.onelove {
background: url(https://themeticus.github.io/onelove/media/img/love-from-the-021-2-15.jpg);
}
.zerotwoone {
background: url(https://themeticus.github.io/021/media/img/love-from-the-021-2-429.jpg) 0 0 no-repeat;
}
.hatbra {
background: url(https://themeticus.github.io/thatbra/img/hanover-street.jpg) 0 0 no-repeat;
}
.lovefromthe021 {
background: url(https://themeticus.github.io/lovefromthe021/media/img/one-love.jpg) 0 0 no-repeat;
}
.thing {
float: left;
width: 50%;
min-height: 500px;
background-size: cover;
}
a {
color: #fff;
text-transform: lowercase;
font-size: 16px;
background-color: #000;
padding: 15px 10px 15px 20px;
background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
display: block;
}
strong {
font-size: 40px;
font-weight: normal;
}
.intro {
background: url(images/hugh-mosno.jpg) 50% 20% no-repeat;
background-size: cover;
text-align: center;
min-height: 500px;
}
@media only screen and (max-width: 999px) {
.thing { width: 100% }
}
</style>
<div class="intro">
<div style="background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;">
<img src="images/1ove.png" height="80px" style="margin: 400px 20px 20px 0;" />
</div>
</div>
<div style="width:100%">
<div class="thing zerotwoone">
<a href="https://themeticus.github.io/021/#biggie/girl-in-the-hood" target="_blank">
<strong>021</strong> <br/>a collection of stories & quotes by hugh mosno<br/>visuals by lindsey appolis & sipho mpongo
</a>
</div>
<div class="thing onelove">
<a href="https://themeticus.github.io/onelove/#sharps/truth-be-told" target="_blank">
<strong>one love</strong> <br/> a collection of stories by hugh mosno<br/>visuals by lindsey appolis & sipho mpongo<br/>
</a>
</div>
<div class="thing hatbra">
<a href="https://themeticus.github.io/thatbra" target="_blank">
<strong>hat'bra</strong><br/>a collection of captions by hugh mosno<br/>visuals by the underexposed project & CCA @ UCT
</a>
</div>
<div class="thing lovefromthe021">
<a href="https://themeticus.github.io/lovefromthe021" target="_blank">
<strong>love from the 021</strong><br/>something by hugh mosno<br/>visuals by lindsey appolis
</a>
</div>
</div>
</body>
</html>