-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgooglenow.html
108 lines (98 loc) · 3.7 KB
/
googlenow.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
<!DOCTYPE html>
<!-- saved from url=(0048)http://startbootstrap.com/templates/sb-admin-v2/ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruby Standard Library</title>
<!-- SB Admin CSS - Include with every page -->
<link href="css/googlenow.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/googlenow.js"></script>
</head>
<body>
<!--Google Now Desktop!-->
<div class="cards">
<div class="card update" id="1">
<img src="https://cdn2.iconfinder.com/data/icons/picons-essentials/57/close-512.png" class="closeButton" id="1"/>
<p class="title">New Version Avaliable</p>
<p class="message">A new version of google now is avaliable for download.</p>
<hr>
<a href="#">Update Google Now</a>
</div>
<div class="card update" id="2">
<img src="https://cdn2.iconfinder.com/data/icons/picons-essentials/57/close-512.png" class="closeButton" id="1"/>
<p class="title">New Version Avaliable</p>
<p class="message">A new version of google now is avaliable for download.</p>
<hr>
<a href="#">Update Google Now</a>
</div>
<div class="card boarding" id="2">
<img src="https://cdn2.iconfinder.com/data/icons/picons-essentials/57/close-512.png" class="closeButton" id="1"/>
<p class="title">Brittish Airways 208</p>
<hr/>
<table>
<tr>
<th>Name</th>
<th>Booking Number</th>
</tr>
<tr>
<td>Mr Johnny Smith</td>
<td>E12345678</td>
</tr>
</table>
<img src="http://www.bwscan.com/wp-content/uploads/2013/12/1.jpg" class="qrCode"/>
<hr/>
<a href="#">View Email</a>
</div>
<div class="card boarding" id="2">
<img src="https://cdn2.iconfinder.com/data/icons/picons-essentials/57/close-512.png" class="closeButton" id="1"/>
<table class="fifty">
<tr>
<td><img src="http://24.media.tumblr.com/tumblr_ltbpin2W3Z1qjhzvpo1_500.jpg"/>
</td>
<td>
<b>The Fault In Our Stars</b><br/>
John Green
</td>
</tr>
</table>
<hr/>
<a href="#">View book</a>
</div>
</div>
<div class="searchResults">
<div class="results card" id="results">
<a href="#">Google</a><br/>
<p style="color:green">www.google.co.uk</p>
<p>The local version of this pre-eminent search engine, offering UK-specific pages as well as world results.</p>
</div>
<div class="results card" id="results">
<a href="#">Google</a><br/>
<p style="color:green">www.google.co.uk</p>
<p>The local version of this pre-eminent search engine, offering UK-specific pages as well as world results.</p>
</div>
<div class="results card" id="results">
<a href="#">Google</a><br/>
<p style="color:green">www.google.co.uk</p>
<p>The local version of this pre-eminent search engine, offering UK-specific pages as well as world results.</p>
</div>
<div class="results card" id="results">
<a href="#">Google</a><br/>
<p style="color:green">www.google.co.uk</p>
<p>The local version of this pre-eminent search engine, offering UK-specific pages as well as world results.</p>
</div>
<div class="results card" id="results">
<a href="#">Google</a><br/>
<p style="color:green">www.google.co.uk</p>
<p>The local version of this pre-eminent search engine, offering UK-specific pages as well as world results.</p>
</div>
<div class="loading">
<div class="loading-dot"></div>
<div class="loading-dot"></div>
<div class="loading-dot"></div>
<div class="loading-dot"></div>
</div>
</div>
</body></html>