-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchats.html
188 lines (151 loc) · 7.7 KB
/
chats.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Head -->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Chats | Keybase App</title><!-- CSS-->
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/foundation.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/flexslider.css" />
<link href="js/select2/select2.css" rel="stylesheet" type="text/css" /><!-- GOOGLE WEBFONT-->
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css' /><!-- FAVICON-->
<link rel="shortcut icon" href="images/favicon.ico" /><!-- //SCRIPTS -->
<script type="text/javascript" src="js/jquery.js">
</script>
<script type="text/javascript" src="js/jquery.easing.1.3.js">
</script>
<script type="text/javascript" src="js/jquery.foundation.reveal.js">
</script>
<script type="text/javascript" src="js/jquery.flexslider.js">
</script>
<script type="text/javascript" src="js/tweetable.jquery.js">
</script>
<script type="text/javascript" src="js/jquery.timeago.js">
</script>
<script type="text/javascript" src="js/jquery.dataTables.min.js">
</script>
<script src="js/select2/select2.js" type="text/javascript">
</script>
<script type="text/javascript" src="js/main.js">
</script>
</head>
<body>
<!-- Header Section -->
<div id="header">
<div class="header-wrap row">
<div class="twelve columns">
<div class="logout">
<a id="logout" href="#" data-reveal-id="loginform"><i class="fa fa-lock"></i> Logout</a>
</div>
</div>
</div>
</div><!-- Header Section -->
<div class="clear"></div>
<div class="clear"></div>
<div class="space50"></div>
<div class="clear"></div><!-- Features content section-->
<div class="row">
<div class="wrap">
<!-- Features wrap Section -->
<div class="twelve columns">
<div class="features-wrap">
<div class="four columns features-content">
<div class="features-description conversations">
<h5>Conversations</h5><input id="search-conversations" style="width:100%;" />
<table class="conversations-list">
<tbody>
<tr onclick="document.location = '#jk';">
<td class="message-image"><img class="message-thumbnail" src="https://s3.amazonaws.com/keybase_processed_uploads/d6d5c23b74cfe53892b5cc489b890005_200_200_square_200.jpeg" /></img></td>
<td>
<div class="conversation-name">
Jonathan Kingsley
</div>
<div class="conversation-last">
April 18, 2014 11:59 PM
</div>
</td>
</tr>
<tr onclick="document.location = '#chris';">
<td class="message-image"><img class="message-thumbnail" src="https://s3.amazonaws.com/keybase_processed_uploads/f6beb36dfb6508f4e27b14c3410c8005_200_200_square_200.jpeg" /></img></td>
<td>
<div class="conversation-name">
Chris Coyne
</div>
<div class="conversation-last">
April 10, 2014 11:59 PM
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="eight columns features-content">
<div class="features-description">
<h5>Messages</h5>
<table class="messages-table">
<tr class="message">
<td class="message-image"><img class="message-thumbnail" src="https://s3.amazonaws.com/keybase_processed_uploads/d6d5c23b74cfe53892b5cc489b890005_200_200_square_200.jpeg" /></td>
<td class="message-content">
<p>Yeah, sorry. I'm back!</p>
</td>
<td class="message-date">
April 18, 2014 11:59 PM
</td>
</tr>
<tr class="message">
<td class="message-image"><img class="message-thumbnail" src="https://s3.amazonaws.com/keybase_processed_uploads/724753d079c47da8d519915281015f05_200_200_square_200.png" /></td>
<td class="message-content">
<p>Decrypting...</p>
</td>
<td class="message-date">
April 17, 2014 11:59 PM
</td>
</tr>
</table>
</div>
</div>
</div>
</div><!-- Features wrap Section -->
</div>
</div><!-- Features content section-->
<div class="clear"></div>
<div class="space20"></div>
<div class="clear"></div><!-- Wrap2 content section
<div class="row">
<div class="twelve columns">
<div class="wrap2" >
<h2>Download Keybase App</h2>
<p>Need the web version? Get is <a href="http://github.com">here</a>.</p>
<div class="app-ico2">
<span><a href="#"><img src="images/android-black.png" alt=""/></a></span>
<span><a href="#"><img src="images/apple-black.png" alt=""/></a></span>
<span><a href="#"><img src="images/windows-black.png" alt=""/></a></span>
</div>
</div>
</div>
</div>
Wrap2 content section-->
<div class="space30"></div>
<div class="clear"></div>
<div class="space30"></div><!-- Footer content section-->
<div class="row">
<div class="footer twelve columns">
<div class="social">
<ul class="social-networks">
<li class="icon-twitter"><a href="http://twitter.com/KeybaseApp">Twitter</a></li>
<li class="icon-facebook"><a href="http://twitter.com/KeybaseApp">Facebook</a></li>
<li class="icon-email"><a href="mailto:[email protected]">Email</a></li>
</ul>
</div>
<div class="space10"></div>
<p>Copyright 2014 <a href="http://keybaseapp.com">Keybase App</a>. All rights reserved.</p>
<p>Keybase App is not affiliated or endorsed in any way by <a href="http://keybase.io">Keybase</a>.</p>
</div>
</div>
<div class="clear"></div><!-- Footer content section-->
</body>
</html>