-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (226 loc) · 8.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MediaMonks | Creative Digital Production</title>
<meta name="title" content="MediaMonks | Creative Digital Production">
<meta name="description" content="Crafted with care, coded by coffee, celebrated with champagne">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.mediamonks.com/">
<meta property="og:title" content="MediaMonks | Creative Digital Production">
<meta property="og:description" content="Crafted with care, coded by coffee, celebrated with champagne">
<meta property="og:image" content="https://www.mediamonks.com/version/1610095357/inc/image/mediamonks-share.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.mediamonks.com/">
<meta property="twitter:title" content="MediaMonks | Creative Digital Production">
<meta property="twitter:description" content="Crafted with care, coded by coffee, celebrated with champagne">
<meta property="twitter:image" content="https://www.mediamonks.com/version/1610095357/inc/image/mediamonks-share.png">
<link rel="shortcut icon" href="./assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<div class="loader">
<div class="loader__wrapper">
<img src="./assets/images/fog.png" class="loader__fog">
<img src="./assets/images/monk.png" class="loader__monk">
<div class="loader__text">
<div class="loader__title">Patience!</div>
<div class="loader__extra">, young padawan...</div>
</div>
</div>
</div>
<main>
<section class="active">
<div class="title">
<div class="title__row">
we are breaking
</div>
<div class="title__row">
our vow
</div>
<div class="title__row">
of silence
</div>
</div>
<div class="description">
In January 2011, after a decade of digital, we opened the doors to our temple. <br>
Follow our noble eightfold path to digital enlightenment here.
</div>
</section>
<section>
<div class="title title_middle">
<div class="title__row">
talent is given
</div>
<div class="title__row">
true skill
</div>
<div class="title__row">
is earned
</div>
</div>
</section>
<section>
<div class="title title_middle">
<div class="title__row">
be flexible to
</div>
<div class="title__row">
change and
</div>
<div class="title__row">
sturdy in
</div>
<div class="title__row">
conviction
</div>
</div>
</section>
<section>
<div class="title title_middle title_right">
<div class="title__row">
use many skills
</div>
<div class="title__row">
yet work as one
</div>
</div>
</section>
<section>
<div class="title title_middle title_right">
<div class="title__row">
to master
</div>
<div class="title__row">
anything find
</div>
<div class="title__row">
interest in
</div>
<div class="title__row">
everything
</div>
</div>
</section>
<section>
<div class="title title_middle title_right title_many-rows">
<div class="title__row">
individuals
</div>
<div class="title__row">
flourish
</div>
<div class="title__row">
if culture
</div>
<div class="title__row">
and wisdom
</div>
<div class="title__row">
are shared
</div>
</div>
</section>
<section>
<div class="title title_middle">
<div class="title__row">
train for
</div>
<div class="title__row">
perfection but
</div>
<div class="title__row">
aim for more
</div>
</div>
</section>
<section>
<div class="title title_middle">
<div class="title__row">
take pride in your
</div>
<div class="title__row">
work but do not
</div>
<div class="title__row">
seek praise
</div>
</div>
</section>
<section>
<div class="title title_middle">
<div class="title__row">
temporary
</div>
<div class="title__row">
sacrifice brings
</div>
<div class="title__row">
lasting results
</div>
</div>
</section>
</main>
<div class="contacts">
<div class="title">
<div class="title__row title__contacts">
become a monk
</div>
</div>
<div class="contacts__info">
<div>
Interested in joining our monastery?
<br>
Check out current openings on <a href="https://www.mediamonks.com/careers">mediamonks.com/careers</a>
</div>
<div class="social_medias">
<div class="social_medias__item mail">
<a href="mailto:[email protected]">
<img src="./assets/images/email.svg" alt="email">
<span>Mail ons</span>
</a>
</div>
<div class="social_medias__item">
<a href="https://www.facebook.com/mediamonks">
<img src="./assets/images/facebook.svg" alt="facebook">
<span>Facebook</span>
</a>
</div>
<div class="social_medias__item">
<a href="https://twitter.com/mediamonks">
<img src="./assets/images/twitter.svg" alt="twitter">
<span>Twitter</span>
</a>
</div>
</div>
</div>
</div>
<div class="navigation">
<div class="navigation-arrow navigation-arrow_prev"></div>
<div class="navigation-arrow navigation-arrow_next"></div>
<div class="navigation-wrapper">
<div class="navigation-bar">
<div class="navigation-bar__item navigation-bar__item_active" data-index="0"></div>
<div class="navigation-bar__item" data-index="1">1</div>
<div class="navigation-bar__item" data-index="2">2</div>
<div class="navigation-bar__item" data-index="3">3</div>
<div class="navigation-bar__item" data-index="4">4</div>
<div class="navigation-bar__item" data-index="5">5</div>
<div class="navigation-bar__item" data-index="6">6</div>
<div class="navigation-bar__item" data-index="7">7</div>
<div class="navigation-bar__item" data-index="8">8</div>
<div class="navigation-bar__item" data-index="9"></div>
</div>
<div class="navigation-description"></div>
<div class="logo">
<img src="./assets/images/logo.svg" alt="MediaMonks">
</div>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>