-
Notifications
You must be signed in to change notification settings - Fork 0
/
cl1.html
70 lines (64 loc) · 2.01 KB
/
cl1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Iosif Tsangko | Welcome to my Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="open source html and css template">
<meta name="author" content="mlp design">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="slidy.css">
</head>
<body>
<div id="menu">
<nav>
<input type="checkbox" id="show-menu" role="button">
<label for="show-menu" class="open"><span class="fa fa-bars"></span></label>
<label for="show-menu" class="close"><span class="fa fa-times"></span></label>
<ul id="topnav">
<li><a href="c.1.html">Custom</a></li>
<li><a href="#">Premium</a></li>
<li><a href="#">Gratis</a></li>
<li><a href="#">Random</a></li>
<li><a href="#">Search</a></li>
<li>
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div id="container">
<div id="pageheader">
<h1>Iosif Tsangko</h1>
<p>Under Construction</p>
</div>
<div class="section">
<div class="pageitem">
<div id="slider">
<figure>
<img src="http://lorempixel.com/g/680/300/people/1" alt>
<img src="http://lorempixel.com/g/680/300/nature/1" alt>
<img src="http://lorempixel.com/g/680/300/city/1" alt>
<img src="http://lorempixel.com/g/680/300/people/1" alt> <!-- note 1st image is also the last -->
</figure>
</div>
</div>
</div>
<div class="section">
<div id="credits">
<div class="col"><p>Random by MLPdesign.</p></div>
<div class="col"><p><a href="#">Privacy</a> | <a href="#">Support</a> | <a href="#">Site Map</a></p></div>
<!-- This part has to be kept intact under the CC-NC Licence -->
<div class="col"><p><a href="http://mlpdesign.net">HTML & CSS</a> by MLPdesign</p></div>
<!-- CC-NC Licence credit ends here -->
</div>
</div>
</div>
</body>
</html>