-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmiles_old.html
74 lines (65 loc) · 3.06 KB
/
miles_old.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
<!DOCTYPE html>
<html>
<head>
<title>Miles - The Chef's Table Restaurant Console</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="miles.css" type="text/css" />
<!-- Javascript -->
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> -->
<script src="http://localhost/~demo/jquery.min.js" type="text/javascript"></script>
<!--<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?&sensor=false"></script>-->
<!-- <script src="map.js" type="text/javascript"></script>-->
<!-- <script src="main.js" type="text/javascript"></script>-->
<script src="miles.js" type="text/javascript"></script>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="prospects">
<!--<div class="prospect" id="1">
<div class="match"><span class="score">100%</span></div>
<div class="influence">Klout score: 80</div>
<div class="interests">Influential in fashion, food and technology</div>
<div class="conversation hidden">
<div class="chat">
</div>
<input class="compose" type="text" name="message" value="" placeholder="Make an offer they can't refuse :-)"/>
<input class="send" type="submit" name="send" value="Send"/>
</div>
</div>
<div class="prospect" id="2">
<div class="match"><span class="score">100%</span></div>
<div class="influence">Klout score: 80</div>
<div class="interests">Influential in fashion, food and technology</div>
<div class="conversation hidden">
<div class="chat">
</div>
<input class="compose" type="text" name="message" value="" placeholder="Make an offer they can't refuse :-)"/>
<input class="send" type="submit" name="send" value="Send"/>
</div>
</div>
<div class="prospect" id="3">
<div class="match"><span class="score">100%</span></div>
<div class="influence">Klout score: 80</div>
<div class="interests">Influential in fashion, food and technology</div>
<div class="conversation hidden">
<div class="chat">
</div>
<input class="compose" type="text" name="message" value="" placeholder="Make an offer they can't refuse :-)"/>
<input class="send" type="submit" name="send" value="Send"/>
</div>
</div>
<div class="prospect" id="4">
<div class="match"><span class="score">100%</span></div>
<div class="influence">Klout score: 80</div>
<div class="interests">Influential in fashion, food and technology</div>
<div class="conversation hidden">
<div class="chat">
</div>
<input class="compose" type="text" name="message" value="" placeholder="Make an offer they can't refuse :-)"/>
<input class="send" type="submit" name="send" value="Send"/>
</div>
</div>-->
</div>
</body>