-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathheader.html
93 lines (75 loc) · 4.16 KB
/
header.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }}</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="DevCard Bootstrap 4 Template">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<meta name="robots" content="index, follow" />
<meta name="keywords" content="apache, apache lucene, apache solr, solr, lucene
search, information retrieval, spell checking, faceting, inverted index, open source
plugins, extensions, query parser, response writer, analyzer">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link href="/assets/css/pygments-github.css" rel="stylesheet" type="text/css" />
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- FontAwesome JS -->
<script defer src="/assets/fontawesome/js/all.js"></script>
<!-- Plugin CSS -->
<link rel="stylesheet" href="/assets/plugins/tiny-slider/tiny-slider.css">
<link id="theme-style" rel="stylesheet" href="/assets/css/theme-solr.css">
<link id="theme-style" rel="stylesheet" href="/assets/css/custom.css">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@shopping24">
<meta name="twitter:creator" content="@tboeghk">
<meta name="twitter:title" content="{{ page.title }}">
<meta name="twitter:description" content="{{ page.excerpt | strip_html | strip_newlines }}">
<meta name="twitter:image:src" content="{{ site.url }}/images/team/group/team_{{ author.team }}.jpg">
</head>
<body>
<header class="header text-center">
<div class="force-overflow">
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column">
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 mx-auto" src="/assets/images/solr-logo.png" alt="image">
<div class="bio mb-3">Browse in our plugin repository</div>
<!--//bio-->
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a href="https://github.com/solr-cool/solr-cool.github.io"><i
class="fab fa-github-alt fa-fw"></i></a></li>
</ul>
<!--//social-list-->
<hr>
</div>
<!--//profile-section-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item active">
<a class="nav-link" href="/index.html"><i class="fas fa-user fa-fw mr-2"></i>Overview<span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://lucene.apache.org/solr/guide/package-manager.html#package-manager"><i
class="fas fa-question fa-fw mr-2"></i>Help</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/orgs/solr-cool/people"><i
class="fas fa-users fa-fw mr-2"></i>Team</a>
</li>
</ul>
</div>
</nav>
</div>
<!--//force-overflow-->
</header>
<div class="main-wrapper">