forked from daudmabena/UI-Kit-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
120 lines (113 loc) · 4.21 KB
/
index.htm
File metadata and controls
120 lines (113 loc) · 4.21 KB
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
117
118
119
120
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ui Kit - Free</title>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if lt IE 8]>
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div class="container">
<div id='header'>
<h1 class="title">Ui Kit</h1>
<div class="github">
<iframe src="github-btn.html?user=ericsonluicano&repo=ui-kits&type=watch"
allowtransparency="true" frameborder="0" scrolling="0" width="50" height="20"></iframe>
<iframe src="github-btn.html?user=ericsonluicano&repo=ui-kits&type=fork"
allowtransparency="true" frameborder="0" scrolling="0" width="54" height="20"></iframe>
<iframe src="github-btn.html?user=ericsonluciano&type=follow"
allowtransparency="true" frameborder="0" scrolling="0" width="160" height="20"></iframe>
</div>
<p class="notes">*This concept is by <a href="http://dribbble.com/planetabhi">Abhimanyu Rana</a> & I made an HTML Version of this. You can view and you can download the psd at <a href="http://www.dribbble.com/shots/962197-Ui-Kit">dribbble</a>.</p>
</div>
<div id='content'>
<div class="types">
<!--LOGIN -->
<div class="login">
<header>
<h1>Login</h1>
</header>
<section>
<ul class="login-form">
<li>
<div class="lefticon1">
<span aria-hidden="true" class="icon-male"></span>
</div>
<input id="login-text1" type="text" placeholder="info@planetabhi.com" />
</li>
<li>
<div class="lefticon2">
<span aria-hidden="true" class="icon-locked"></span>
</div>
<input id="login-text2" type="password" placeholder="password" />
</li>
</ul>
</section>
<footer>
<a href="#" class="submit button pink">
<span aria-hidden="true" class="circle icon-play"></span>
<span class="text-submit">Sign in</span>
</a>
</footer>
</div>
<!--TWITTER -->
<div class="twitter">
<header>
<div class="header-cont">
<div class="border"><div class="pictures"></div></div>
<div class="name">
<span class="name-head">Ericson Luciano</span>
<span class="twitter-name">@ericsonluciano</span>
</div>
</div>
</header>
<section>
<div class="details">
<div class="tweets">
<span class="detailhead">750</span>
<span class="detailinfo">Tweets</span>
</div>
<div class="divider"></div>
<div class="following">
<span class="detailhead">862</span>
<span class="detailinfo">Following</span>
</div>
<div class="divider"></div>
<div class="followers">
<span class="detailhead">6756</span>
<span class="detailinfo">Followers</span>
</div>
</div>
<div class="compose">
<textarea placeholder="Compose a tweet..." cols="40" rows="5"></textarea>
</div>
</section>
<footer>
<div class="button-camera">
<a href="#" class="submit2 button brown">
<span aria-hidden="true" class="icon-camera"></span>
<span class="text-submit"></span>
</a>
</div>
<div class="button-location">
<a href="#" class="submit2 button brown">
<span aria-hidden="true" class="icon-location"></span>
<span class="text-submit"></span>
</a>
</div>
<div class="button-twitter">
<a href="#" class="submit button pink">
<span aria-hidden="true" class="circle icon-twitter"></span>
<span class="text-submit">Tweets</span>
</a>
</div>
</footer>
</div>
</div>
</div>
</div>
</body>
</html>