-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·89 lines (43 loc) · 1.87 KB
/
index.html
File metadata and controls
executable file
·89 lines (43 loc) · 1.87 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
<html>
<head>
<title>Pic Type</title>
<link rel="icon" href="http://tomgalle.com/favicons/gif_typing.ico">
<!-- STYLING -->
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/token-field.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style_tom.css" type="text/css" media="screen">
<!-- GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Roboto:300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<div class="pictypelogo">
<img src="images/pictypelogo.png" width="300" height="83" alt="Pic Type">
</div>
<div class="paper">
<!-- <div class="pictype-chararea"></div> -->
<!-- <div class='cursor'></div> -->
<!-- <textarea autofocus class='textarea'></textarea> -->
<div class="pictypeArea"></div>
<div class="textareadiv" contenteditable="true"></div>
</div>
</div>
<footer>
<div class="footerbar">
<div class="privacy">Privacy & Terms</div>
<div class="icons">
<div class="gplus icon"> <img src="images/googleplus.png" width="26" height="26" alt="Google Plus"> </div>
<div class="facebook icon"> <img src="images/facebook.png"width="26" height="26" alt="Facebook"> </div>
<div class="twitter icon"> <img src="images/twitter.png"width="26" height="26" alt="Twitter"> </div>
</div>
</div>
<div class="blackbar"></div>
</footer>
<!-- JAVASCRIPT -->
<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery.token-field.js"></script>
<script type="text/javascript" src="js/letterArray.js"></script>
<script type="text/javascript" src="js/main2.js"></script>
</body>
</html>