-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (90 loc) · 2.61 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
<!DOCTYPE html>
<html>
<head>
<style>
.gokhan-turhan {
color: black;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.indie-researcher {
color: #000080;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.conceptual-artist {
color: #FF0606;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.professional-shitposter {
color: #06FF1F;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.emergent-markets {
color: #063DFF;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.sound-art {
color: #D7FA00;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.click-following {
color: #00FF66;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
.links {
color: #161618;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 500;
text-decoration: underline;
word-wrap: break-word;
}
.cv {
color: #FF001F;
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
text-decoration: underline;
word-wrap: break-word;
}
.art-quote {
font-size: 96px;
font-family: 'SF Compact Text', Arial, sans-serif;
font-weight: 400;
word-wrap: break-word;
}
</style>
</head>
<body>
<div class="gokhan-turhan">GÖKHAN TURHAN</div>
<div class="links"><a href="http://linktr.ee/0xgokhan">LINKS</a></div>
<div class="cv"><a href="https://www.linkedin.com/in/goekhanturhan/">CV</a></div>
<div class="indie-researcher">INDIE RESEARCHER</div>
<div class="conceptual-artist">CONCEPTUAL ARTIST</div>
<div class="professional-shitposter">PROFESSIONAL SHITPOSTER</div>
<div class="emergent-markets">EMERGENT MARKETS</div>
<div class="sound-art">SOUND ART EXPERIMENTAL LITERATURE<br/>CONCEPTUAL WRITING</div>
<div class="click-following">CLICK THE FOLLOWING WORDS</div>
<div class="art-quote">ONLY BY THE OVER-FINANCIALIZATION WILL THE ART FREE ITSELF OFF MEDIOCRITY</div>
</body>
</html>