-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 1.32 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>36</title>
<meta charset="utf-8">
<meta name="viewport" content="width=792, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="shower/themes/ribbon/styles/screen.css">
<style>
.slide.cover {
background: #fff;
}
.slide .name {
font-size: 150px;
position: absolute;
right: 10%;
bottom: 10%;
}
.slide .author {
position: absolute;
left: 10%;
top: 10%;
}
</style>
</head>
<body class="list">
<header class='caption'>
<h1>36</h1>
<p>Вадим Макишвили, FrontTalks сентябрь 2014</p>
</header>
<section class='slide cover'>
<div>
<h2 class="name">36</h2>
</div>
</section>
<section class="slide cover">
<div>
<p class="author">
Вадим Макишвили
<br>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<a href="makishvili.com">makishvili.com</a>
</p>
</div>
</section>
<script src='shower/shower.min.js'></script>
</body>
</html>