-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathindex.html
129 lines (120 loc) · 6.56 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A website which makes you access the awesome curated lists more quickly." />
<link href="https://cdn.muicss.com/mui-latest/css/mui.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="./build/img/favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
<link href="./build/css/index.css" rel="stylesheet" type="text/css" />
<title>Awesome Search</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FJ3DJF4HL1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FJ3DJF4HL1');
</script>
</head>
<body>
<div id="sidedrawer" class="mui--no-user-select">
<div id="sidedrawer-brand" class="mui--appbar-line-height mui--text-title">
<div>
<input class="cate-input" type="text" placeholder="Find Awesome Lists!">
<div class="cate-search-result content-hidden">
</div>
</div>
</div>
<ul class="awesome-cate">
</ul>
</div>
<header id="header">
<div class="mui-appbar mui--appbar-line-height">
<div class="mui-container-fluid">
<a class="sidedrawer-toggle mui--visible-xs-inline-block js-show-sidedrawer"><i class="fa fa-list-ul"></i></a>
<a class="sidedrawer-toggle mui--hidden-xs js-hide-sidedrawer"><i class="fa fa-list-ul"></i></a>
<a class="home-button" style="float: right;" src="/">
<h1><span style="color: #F8BBD0;">Awesome</span><span style="color: #BBDEFB;">Search</span></h1>
</a>
<div class="mui-dropdown content-hidden">
<button class="mui-btn mui-btn--raised mui-btn--accent" data-mui-toggle="dropdown">
Categories
<span class="mui-caret"></span>
</button>
<ul class="mui-dropdown__menu">
</ul>
</div>
</div>
</div>
</header>
<div id="content-wrapper">
<div class="mui--appbar-height"></div>
<div class="mui-container-fluid">
<div class="alert">
</div>
</div>
<div class="mui-container-fluid readme-container">
<div id="readme">
<div class="mui--text-black-54 mui--text-body6">
<h1 style="color: red">Head to new version of <a href="http://dev.awesomelists.top">Awesome Search</a>! </h1>
<h1><span style="color: #F8BBD0;">Awesome</span><span style="color: #BBDEFB;">Search</span></h1>
<sup>Makes you find what you want in awesome lists more quickly.</sup>
</div>
<iframe src="https://ghbtns.com/github-btn.html?user=lockys&repo=AwesomeSearch&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<p>
<img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="awesome badge." />
</p>
<p>
<span class="repo-count-number" style="color: red;"> </span> awesome lists can be found by AwesomeSearch now.
</p>
<h2 class="home-page-title"><i class="fa fa-question"></i> Why</h2>
<p>
There are many awesome lists in the Awesome <i class="fa fa-smile-o" aria-hidden="true"></i><br/>
We hope to build an application to access them more quickly <i class="fa fa-rocket" aria-hidden="true"></i>.<br/>
</p>
<h2 class="home-page-title">
<i class="fa fa-hashtag"></i> Features
</h2>
<p>
<i class="fa fa-check"></i> Access and search every awesome repo collected in <a href="https://github.com/sindresorhus/awesome">sindresorhus/awesome</a> in one page without pain.<br/>
<i class="fa fa-check"></i> Access an awesome repo by <a href="https://awesomelists.top/#repos/sindresorhus/awesome-nodejs">https://awesomelists.top/#repos/sindresorhus/awesome-nodejs</a>.(you can bookmark your favorite!)<br/>
<i class="fa fa-check"></i> Categories of an awesome repo is supported if that repo uses properly formatted headings.<br/>
<i class="fa fa-check"></i> Search links in a specified repo (supports most repos) and repos listed in <a href="https://github.com/sindresorhus/awesome">sindresorhus/awesome</a>.
</p>
<h2 class="home-page-title">
<i class="fa fa-bolt"></i> Get started with a repo.
</h2>
<p>
Check out <a href="https://awesomelists.top/#repos/sindresorhus/awesome-nodejs">Awesome Node.js</a>!
</p>
<h2 class="home-page-title">
<i class="fa fa-check-square-o"></i> Credit to.
</h2>
<p>
<a href="https://github.com/sindresorhus/awesome">sindresorhus/awesome</a>
, <a href="https://github.com/sindresorhus/awesome/graphs/contributors">all authors of awesome lists</a>
</p>
<hr>
<p>
<a href="https://github.com/lockys/awesome-search">Awesome search</a> is built with <i class="fa fa-heart"></i> by <a href="https://github.com/lockys">lockys</a>, <a href="https://github.com/John-Lin">John-Lin</a>
</p>
<p>
Made with <a href="https://www.muicss.com/docs/v1/css-js/buttons">mui</a>, <a href="https://fusejs.io/">fuse.js</a>
</p>
</div>
</div>
</div>
<button class="to-top-arrow"><i class="fa fa-arrow-up"></i></button>
<script src="./build/lib/fuse.min.js" charset="utf-8"></script>
<script src="https://cdn.muicss.com/mui-0.2.1/js/mui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.2.3/backbone.js" charset="utf-8"></script>
<script src="./build/js/index.min.js"></script>
</body>
</html>