-
Notifications
You must be signed in to change notification settings - Fork 56
/
index.html
executable file
·92 lines (67 loc) · 3.02 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Tipue Search</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="inc/normalize.css">
<link rel="stylesheet" href="inc/simplegrid.css">
<link rel="stylesheet" href="inc/standard.css">
</head><body>
<!-- head -->
<div id="head">
<div style="float: left;"><a class="item" href="http://www.tipue.com"><img src="img/head.png" style="width: 30px; height: 30px;" alt="Tipue"></a></div>
</div>
<!-- body -->
<div id="container">
<div class="grid grid-pad">
<div class="col-1-1">
<div class="block">
<div style="padding: 30px 30px 0 30px; text-align: center;"><a href="http://www.tipue.com/search"><img src="img/radio3.png" alt="Tipue Search"></a></div>
<div style="padding: 27px 30px 0 30px; text-align: center;"><h1>Tipue Search</h1></div>
<div class="low" style="padding: 17px 30px 0 30px; text-align: center;"><a href="http://www.tipue.com/search">Tipue Search</a> is a site search engine jQuery plugin. It's open source and responsive.</div>
<div class="low" style="padding: 13px 30px 0 30px; text-align: center;">Version 3.1</div>
<div class="low" style="padding: 13px 30px 0 30px; text-align: center;">Demos</div>
<div class="low" style="padding: 13px 30px 37px 30px; text-align: center;">
<a href="demos/static/index.html">Static mode</a>
<br>
<a href="demos/live/index.html">Live mode</a>
<br>
<a href="demos/images/index.html">Tipue Image Search</a>
</div></div>
</div>
<div class="col-1-2">
<div class="block">
<div style="padding: 30px 30px 0 30px; text-align: center;"><a href="http://www.tipue.com/jquery"><img src="img/plugin.png" alt="jQuery plugins"></a></div>
<div class="low" style="padding: 17px 30px 0 30px; text-align: center;">
See our other jQuery plugins.
</div>
<div style="text-align: center; padding: 27px 30px 37px 30px;">
<a href="http://www.tipue.com/jquery" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-1-2">
<div class="block">
<div style="padding: 30px 30px 0 30px; text-align: center;"><h2>Fully documented</h2></div>
<div class="low" style="padding: 17px 30px 0 30px; text-align: center;">
We have an easy Getting Started section along with full and comprehensive documentation.
</div>
<div style="text-align: center; padding: 27px 30px 37px 30px;">
<a href="http://www.tipue.com/search/docs" class="btn btn-primary">More</a>
</div>
</div>
<div class="block">
<div style="padding: 30px 30px 0 30px; text-align: center;"><h2>Support</h2></div>
<div class="low" style="padding: 17px 30px 0 30px; text-align: center;">
We offer a range of flexible support plans for our jQuery plugins.
</div>
<div style="text-align: center; padding: 27px 30px 37px 30px;">
<a href="http://www.tipue.com/support" class="btn">More</a>
</div>
</div>
</div>
</div>
</body>
</html>