-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (77 loc) · 4.23 KB
/
index.html
File metadata and controls
126 lines (77 loc) · 4.23 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<title> Enterprise Search for PHP, .Net & JS by SearchTurbine </title>
<link rel="icon" type="image/png" href="theme/logo/favicon.png">
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<a href="https://plus.google.com/117935034770208321053" rel="publisher"></a>
<link href="theme/apple.css" rel="stylesheet">
<link rel="stylesheet" href="prism/prism.css">
<script src="prism/prism.js"></script>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<a href="https://plus.google.com/117935034770208321053" rel="publisher"></a>
<!--[top nav]-->
<nav id='globalnav'>
<div id='globalnav_holder'>
<span class='brand'><a href='./'> <img src="theme/logo/searchturbine_logo.svg" id='spin'/>Search Turbine</a></span>
<span><a href='#' onclick='showdevnav()' class=''><i id='devtoolsicon' class='glyphicon glyphicon-th'></i> Developer Tools</a></span>
</div>
</nav>
<nav id='devnav'>
<div class='container'>
<h1 style='margin-bottom:20px'> You can build an enterprise search engine, today.</h1>
<h2 > SearchTurbine not only give you a search engine, but native support to design and control is in your favorite programming language. While we prepare of launch in July 2015... please browse our community projects.</h2>
<div class="row">
<div class="col-lg-2">
<div class='devitem'>
<figure><a href='php/phpwee.html' ><img alt="" src="theme/icons/dev/php.svg"></a></figure>
<p><strong>PHPWee</strong> A free native HTML. CSS and JS minifier for PHP. Works on Linux, Mac and Windows. </p>
</div>
</div>
<div class="col-lg-2"><div class='devitem'>
<figure><a href='js/js-hashset.html' ><img alt="" src="theme/icons/dev/js.svg"></a></figure>
<p><strong>JS HashSet</strong> A rapily searchable inplementation of hashsets for js and node development. </p>
</div></div>
</div>
</nav>
<!--[home image hero]-->
<div class="metacontainer image-hero">
<div class="container">
<div class='image-hero-text'>
<img class='image-hero-icon' src="theme/logo/searchturbine_icon.svg" >
<h1>Search Turbine. A new breed of enterprise search engine.</h1>
<p class='center-justified'>SearchTurbine is search engine software that you can download and own yourself. A search engine you can own and build in <strong>JavaScript</strong>, <strong>PHP</strong>, <strong>C#</strong> or <strong>VB.Net</strong> code. SearchTurbine empowers developers to create enterprise search engines in just once day - making every workplace more productive. </p><br><p class='center-justified'> Our software is due for launch in June 2015... until then we continue to dedicate 20% of all our resources to open source software projects as part of our corporate social responsibility policy. And because we enjoy it. <a class='cta' href='community'>Lean More About our Community Code Projects</a></p>
</div>
</div>
</div>
<!--[footer]-->
<footer>
<div class='container'>
<div class='crumbs'>
<ul class='list-inline'>
<li>
<a class='brand' href='./'><img src="theme/logo/dev/LOGOblack.svg">SearchTurbine</a>
</li>
</ul>
</div>
<div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type='text/javascript' src='theme/scripts/devnav.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>