forked from double-speak/doublespeak.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
55 lines (40 loc) · 1.13 KB
/
search.html
File metadata and controls
55 lines (40 loc) · 1.13 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
---
layout: default
---
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/assets/css/searchpagestyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/simple-jekyll-search@latest/dest/simple-jekyll-search.min.js"></script>
<link rel="stylesheet/less" href="{{site.baseurl}}/assets/css/_wax.scss">
<title>search</title>
<style>
body {
background-image: url('{{site.baseurl}}/assets/images/background_logo_ds.png');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
#results-container li {
margin-bottom: 1.5rem;
}
span.post-meta {
font-size: 1rem;
}
li{
font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 18px;
line-height: 20px;
color: black;
text-align: left;
}
</style>
</head>
<body>
{% include navbar.html %}
{% include search_form.html %}
</body>
</html>