-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (77 loc) · 2.74 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
<!DOCTYPE HTML>
<!---->
<html>
<head>
<title>INTP Online</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="stylesheets/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="images/avatar.jpg" alt="" /></span>
<h1>This is <strong>INTP</strong>, a sample site designed by <a href="">INTP</a><br />
and displayed publicly.</h1>
<ul class="icons">
<li><a href="#" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon style2 fa-500px"><span class="label">500px</span></a></li>
<li><a href="#" class="icon style2 fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Main -->
<section id="main">
<!-- Thumbnails -->
<section class="thumbnails">
<div>
<a href="images/fulls/01.jpg">
<img src="images/thumbs/01.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
<a href="images/fulls/02.jpg">
<img src="images/thumbs/02.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
</div>
<div>
<a href="images/fulls/03.jpg">
<img src="images/thumbs/03.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
<a href="images/fulls/04.jpg">
<img src="images/thumbs/04.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
<a href="images/fulls/05.jpg">
<img src="images/thumbs/05.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
</div>
<div>
<a href="images/fulls/06.jpg">
<img src="images/thumbs/06.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
<a href="images/fulls/07.jpg">
<img src="images/thumbs/07.jpg" alt="" />
<h3>Lorem ipsum dolor sit amet</h3>
</a>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<p>© Untitled. All rights reserved. Design: <a href="">INTP</a>. Demo Images: <a href="">Unsplash</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="javascripts/jquery.min.js"></script>
<script src="javascripts/jquery.poptrox.min.js"></script>
<script src="javascripts/skel.min.js"></script>
<script src="javascripts/main.js"></script>
</body>
</html>