-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?familyMonserrat:400,700"/>
<link rel="stylesheet" href="assets/vendor/css/bootstrap.min.css"/>
<link rel="stylesheet" href="assets/css/hexthread.css"/>
<title>hexthread</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-12">
<h1 id="title">hexthread</h1>
</div>
</div>
</div>
</header>
<div class="main">
<div class="container">
<div class="row">
<form class="form">
<div class="col-xs-8 col-md-10">
<input id="comment" type="text" placeholder="Share your thoughts!" autocomplete="off" />
</div>
<div class="col-xs-4 col-md-2">
<button type="submit" class="btn">post</button>
</div>
</form>
</div>
<div class="row">
<div class="col-xs-12 col-md-12">
<ul class="comments" id="comments">
<li class="hex0ddbfe">Welcome to hexthread!<span class="sig"> -- #0ddbfe</span></li>
<li class="hex0ddbfe">A messaging site that uses colours for user ids<span class="sig"> -- #0ddbfe</span></li>
<li class="hexd12345">My colour id is: --><span class="sig"> -- #d12345</span></li>
<li class="hexd12345"><-- And there is the colour<span class="sig"> -- #d12345</span></li>
<li class="hex01cf45">Hey there! My id is #01cf45<span class="sig"> -- #01cf45</span></li>
<li class="hex01cf45">And that turns out to be a lovely shade of green!<span class="sig"> -- #01cf45</span></li>
</ul>
</div>
</div>
</div>
</div>
<script src="assets/vendor/js/jquery.min.js"></script>
<script src="assets/js/hexthread.js"></script>
</body>
</html>