-
Notifications
You must be signed in to change notification settings - Fork 1
/
search.html
219 lines (153 loc) · 8.07 KB
/
search.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image:src" content="assets/images/search-meta.jpg">
<meta property="og:image" content="assets/images/search-meta.jpg">
<meta name="twitter:title" content="Search | TwidGrid">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/twidgrid-logo-121x121.png" type="image/x-icon">
<meta name="description" content="Find exactly what you're looking for with our powerful search. Fast, accurate results tailored to your needs. Start searching now!">
<title>Search | TwidGrid</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/web/assets/mobirise-icons-bold/mobirise-icons-bold.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Inter+Tight:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter+Tight:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"></noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css?v=7lSPms"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css?v=7lSPms" type="text/css">
</head>
<body>
<!-- Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F0FYYNB6LD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F0FYYNB6LD');
</script>
<!-- /Analytics -->
<section data-bs-version="5.1" class="menu menu1 cid-uea1vXDkTP" once="menu" id="menu01-kw">
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<img src="assets/images/twidgrid-logo-121x121.png" alt="TwidGrid" style="height: 3.8rem;">
</a>
</span>
<span class="navbar-caption-wrap"><a class="navbar-caption text-black text-primary display-7" href="index.html">TwidGrid</a></span>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbarSupportedContent" data-bs-target="#navbarSupportedContent" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true"><li class="nav-item"><a class="nav-link link text-black text-primary display-4" href="categories.html">Categories</a></li></ul>
<div class="navbar-buttons mbr-section-btn"><a class="btn btn-secondary-outline display-4" href="https://twidgrid.com/hub/" target="_blank">Hub</a> <a class="btn btn-secondary display-4" href="search.html">Search</a></div>
</div>
</div>
</nav>
</section>
<section class="mbr-section mbr-section--no-padding cid-uea4KLbYnY" id="witsec-html-block-lb">
<!-- Place your own code below -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Tipue Search, a jQuery Site Search Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="inc/standard.css">
<script src="tipuesearch/tipuesearch_set.js"></script>
<script src="tipuesearch/tipuesearch_content.js"></script>
<link rel="stylesheet" href="tipuesearch/tipuesearch.css">
<script src="tipuesearch/tipuesearch.js"></script>
<div class="cont">
<div class="block-978" style="padding-bottom: 59px;">
<div style="padding-top: 10px;"><h2>Search TwidGrid</h2></div>
<div style="padding-top: 17px;">
Enter one or more keywords in the field below and search away.
</div>
<div style="padding-top: 36px;">
<form>
<div class="tipue_search_group">
<input type="text" name="q" id="tipue_search_input" pattern=".{1,}" title="At least 1 characters" required="" autocomplete="off" autofocus=""><button type="submit" class="tipue_search_button"><div class="tipue_search_icon">⚲</div></button>
</div>
</form>
<div id="tipue_search_content"></div>
</div>
<br><br><br>
<strong>Entering a sentence without any special characters searches for documents that contain every word entered.
<br>
Exact Search: You can specify an exact phrase using quotes, for example “Television Series”
<br>
Exclude: You can exclude a word using a minus sign, for example -Series</strong>
</div>
</div>
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch();
});
</script>
<!-- Place your own code above -->
</section>
<section data-bs-version="5.1" class="article11 cid-uekH0MjKO7" id="article11-p1">
<div class="container">
<div class="row justify-content-center">
<div class="title col-md-12 col-lg-10">
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="footer1 cid-utOOBOhmsa" once="footers" id="footer01-uh">
<div class="container">
<div class="row mbr-white">
<div class="col-12 col-md-6 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
<strong>Help</strong></h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap"><a href="contact.html" class="text-secondary">Contact Us</a></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
<strong>Other Websites</strong></h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap"><a href="https://twidgrid.com/hub/" class="text-secondary" target="_blank">Hub</a></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7"></h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap"><br></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
<strong>About</strong>
</h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap">Explore, discover, and connect. It all starts here. Find links to most popular websites.</li>
</ul>
</div>
<div class="col-12 mt-4">
<p class="mbr-text mb-0 mbr-fonts-style copyright align-center display-4">
© Copyright 2024 TwidGrid - All Rights Reserved
</p>
</div>
</div>
</div>
</section><section><a href="https://mobiri.se"></a><a href="https://mobiri.se"></a></section><script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/smoothscroll/smooth-scroll.js"></script> <script src="assets/ytplayer/index.js"></script> <script src="assets/dropdown/js/navbar-dropdown.js"></script> <script src="assets/theme/js/script.js"></script>
<div id="scrollToTop" class="scrollToTop mbr-arrow-up"><a style="text-align: center;"><i class="mbr-arrow-up-icon mbr-arrow-up-icon-cm cm-icon cm-icon-smallarrow-up"></i></a></div>
</body>
</html>