forked from akella/narrative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile - closed.html
72 lines (70 loc) · 2.28 KB
/
profile - closed.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Narrative</title>
<link rel="stylesheet" media="screen" href="css/screen.css">
<script type="text/javascript" src="js/html5.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/cycle.js"></script>
<script type="text/javascript" src="js/social-likes.min.js"></script>
<script type="text/javascript" src="js/common.js"></script>
</head>
<body>
<!-- BEGIN top-->
<header class="top"><div class="top__in">
<div class="icon icon_home"></div>
<div class="icon icon_comments icon_active"><span>2</span></div>
<div class="icon icon_compass"></div>
<div class="top__title">Siarhei is reading</div>
<div class="icon icon_user icon_right">
<ul class="control-nav">
<li><a href="#">My profile</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Invitations <span>2</span></a></li>
<li class="sign-out"><a href="#">Sign out</a></li>
</ul>
</div>
<div class="icon icon_add icon_right"></div>
</div></header>
<!-- END top-->
<!-- BEGIN profile-->
<div class="profile">
<div class="inside">
<div class="profile__info">
<h1>Siarhei Stashkevich</h1>
<ul>
<li><a href="#">
<div class="icon_location"></div>Vilnius, Lithuania
</a></li>
<li><a href="#">
<div class="icon_twitter"></div>ufoby
</a></li>
<li><a href="#">
<div class="icon_site"></div>ufoby.com
</a></li>
</ul>
<p>Graphic designer, writer, publisher, art & culture zealot, and Senior Tutor RCA.</p>
</div>
<ul class="profile__stats">
<li><a href="#">Readers<strong>525</strong></a></li>
<li><a href="#">Reading<strong>19</strong></a></li>
<li><a href="#">Stories<strong>56</strong></a></li>
</ul>
<div class="profile__pic" style="background-image:url(http://placekitten.com/100/100);"></div>
<button class="button button_read">Start reading</button>
</div>
</div>
<!-- END profile-->
<!-- BEGIN profile-closed -->
<div class="profile-closed">
<h1>This user is private</h1>
<p>Only people who added Siarhei to there Reading list and have been approved are allowed to read this page</p>
</div>
<!-- END profile-closed -->
<footer class="footer">
<div class="footer__narrative"></div>
</footer>
<div class="popup-wrap-tr"></div>
</body>
</html>