-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (98 loc) · 3.38 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
<!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">
<link type="text/css" rel="stylesheet" href="../css/main.css">
<link rel="icon" type="image/png" href="/images/favicon.ico" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<full-screen-slider>
<div class="slide slide--0">
<h1 class="slide__title slide__title--topleft">
<u>We are breaking<br/>our vow<br/>of silince</u>
</h1>
<div class="slide__content">
<p>In January 2011, after a decade of digital, we opened the doors to our temple</br>Follow our noble eightfold path to digital enlightnment here.</p>
</div>
</div>
<div class="slide slide--1">
<h1 class="slide__title slide__title--centerleft">
<u>Talent is given<br/>true skil is<br/>earned</u>
</h1>
</div>
<div class="slide slide--2">
<h1 class="slide__title">
<u>Be flexible to<br/>change and<br/>stuardy in<br/>conviction</u>
</h1>
</div>
<div class="slide slide--3">
<h1 class="slide__title">
<u>Use many skills<br/>yet work as one</u>
</h1>
</div>
<div class="slide slide--4">
<h1 class="slide__title">
<u>To master<br/>anything find<br/>interest in<br/>everything</u>
</h1>
</div>
<div class="slide slide--5">
<h1 class="slide__title">
<u>Individuals<br/>flourish<br/>if culture<br/>and wisdom<br/>are shared</u>
</h1>
</div>
<div class="slide slide--6">
<h1 class="slide__title">
<u>Train for<br/>perfection but<br/>aim for more</u>
</h1>
</div>
<div class="slide slide--7">
<h1 class="slide__title">
<u>Take pride in your<br/>work but do not<br/>seek praise</u>
</h1>
</div>
<div class="slide slide--8">
<h1 class="slide__title">
<u>Temporary<br/>sacrifice brings<br/>lasting results</u>
</h1>
</div>
<div class="slide slide--9">
<h1 class="slide__title">
<u>Become a monk</u>
</h1>
<div class="slide__content">
<p>
Interested in joining our monastery?
<br/> Check out our current openings on <a href="https://www.mediamonks.com/careers">mediamonks.com/carrers</a>
</p>
<br/>
<ul class="contact-us">
<li class="contact-us__item">
<a class="contact-us__link" href="#">
<svg-icon url="/images/svg/mail.svg"></svg-icon> Mail ons</a>
</li>
<li class="contact-us__item">
<a class="contact-us__link" href="#">
<svg-icon url="/images/svg/facebook.svg"></svg-icon> Facebook</a>
</li>
<li class="contact-us__item">
<a class="contact-us__link" href="#">
<svg-icon url="/images/svg/twitter.svg"></svg-icon> Twitter</a>
</li>
</ul>
</div>
</div>
</full-screen-slider>
<a href="http://www.mediamonks.com/" class="logo">
<svg-icon class="logo__image" url="/images/logo.svg"></svg-icon>
</a>
</body>
<script src="./js/FullScreenSlider.js"></script>
<script src="./js/SvgIcon.js"></script>
<script src="./js/PagerElement.js"></script>
<script src="./js/LoaderElement.js"></script>
</html>