-
Notifications
You must be signed in to change notification settings - Fork 3
/
search.html
232 lines (232 loc) · 8.5 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
220
221
222
223
224
225
226
227
228
229
230
231
232
<!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">
<title>Search — Fedora Developer Portal</title>
<meta name="description" content="Fedora Developer Portal provides information for developers running Fedora on their workstation or virtual machines.
">
<link rel="canonical" href="https://developer.fedoraproject.org/search.html">
<!-- Link to Sitemap -->
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link href="/css/main.css" rel="stylesheet" media="screen, print">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69605821-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- The top blue thing -->
<div id="splash" class="splash-size-small splash-section-search">
<div class="container">
<div class="row" id="top">
<div class="col-sm-2" id="logo-col">
<div class="text-center">
<h1>
<a href="/">
<img src="/static/logo_white.png" style="height: 46px; width: 152px;">
<span>Fedora Developer Portal</span>
</a>
</h1>
</div>
</div>
<div class="col-sm-7" id="menu-col">
<nav>
<ul class="nav navbar-nav">
<li class="">
<a href="/start.html">Start a project</a>
</li>
<li class="">
<a href="/tools.html">Get tools</a>
</li>
<li class="">
<a href="/tech.html">Languages & databases</a>
</li>
<li class="">
<a href="/deployment.html">Deploy and distribute</a>
</li>
<!--
<li class="">
<a href="/">Resources</a>
</li>
<li class="">
<a href="/">Blogs</a>
</li>
-->
</ul>
</nav>
</div>
<div class="col-sm-3" id="search-col" style="display: none;">
<!-- // search.html page only -->
<style media="screen, print">
#search-results {
display: block;
position: static;
padding: 20px;
margin: 0;
border: 0;
width: 100%;
}
#search-results a {
color: #000;
text-decoration: none;
}
#search-results a:visited {
color: #000;
}
#search-results article, a {
width: 100%;
}
#search-results a {
display: block;
}
#search-results article:hover {
background-color: #e6e6e6;
}
#search-results h1 {
text-align: center;
}
</style>
<script id="search-results-template" type="text/mustache">
<h1>Search is temporarily disabled</h1>
{{#entries}}
<article>
<h3>
<a href="{{url}}">{{title}}</a>
</h3>
</article>
{{/entries}}
</script>
</div>
</div>
<div class="row" id="headlines">
<div class="col-sm-12">
<h2>Search</h2>
<p>Search Fedora Developer Portal</p>
</div>
</div>
<div class="row" id="attribution">
<div class="col-sm-12">
<a href=""></a>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="container">
<div class="section-content">
<div id="headline-search">
<form class="input-group" id="search" action="/search.html" method="get" style="position: relative; width: auto;">
<input type="text" id="search-query" class="form-control" name="q" placeholder="Search" autocomplete="off" style="position: relative;">
<span class="input-group-btn">
<button class="btn btn-default glyphicon glyphicon-search" type="submit" aria-hidden="true"></button>
</span>
</form>
</div>
<div class="panel panel-default">
<section id="search-results">
<div class="entries">
</div>
</section>
</div>
</div>
</div>
<!-- Some other stuff -->
<div class=" banner-contribute">
<div class="container">
<h2> Share your knowledge </h2>
<p> Fedora Developer Portal is a community effort to share guides and information about open-source development. And we need your help! </p>
<a href="http://developer-portal.github.io/contributing/" class="btn btn-primary">Learn how to contribute</a>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row footerlinks">
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">About</h3>
<div class="widget-body">
<dl>
<dd><a href="/about.html">About Developer Portal</a></dd>
<dd><a href="https://docs.fedoraproject.org/en-US/project/">About Fedora</a></dd>
<dd><a href="https://getfedora.org/en/sponsors">Sponsors</a></dd>
<dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd>
<dd><a href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>
</dl>
<ul class="list-inline">
<li>
<a class="btn-social btn-outline" href="https://www.facebook.com/TheFedoraProject"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a class="btn-social btn-outline" href="https://plus.google.com/112917221531140868607"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a class="btn-social btn-outline" href="https://twitter.com/fedora"><i class="fa fa-fw fa-twitter"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title uppercase">Download</h3>
<div class="widget-body">
<dl>
<dd><a href="https://getfedora.org/en/workstation/download/">Get Fedora Workstation</a></dd>
<dd><a href="https://getfedora.org/en/server/download/">Get Fedora Server</a></dd>
<dd><a href="https://getfedora.org/en/atomic/download/">Get Fedora Atomic</a></dd>
<dd><a href="https://alt.fedoraproject.org/en/cloud/">Get Fedora Cloud</a></dd>
<dd><a href="https://spins.fedoraproject.org">Fedora Spins</a></dd>
<dd><a href="https://labs.fedoraproject.org">Fedora Labs</a></dd>
<dd><a href="https://arm.fedoraproject.org">Fedora ARM<span class="sup">®</span></a></dd>
<dd><a href="https://alt.fedoraproject.org/">Alternative Downloads</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">Support</h3>
<div class="widget-body">
<dl>
<dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>
<dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>
<dd><a href="https://fedoraforum.org/">Forums</a></dd>
<dd><a href="https://fedoraproject.org/wiki/Common_F39_bugs">Common Bugs</a></dd>
<dd><a href="https://docs.fedoraproject.org/en-US/fedora/f39/install-guide/">Installation Guide</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">Join</h3>
<div class="widget-body">
<dl>
<dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>
<dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd>
<dd><a href="https://fedoraproject.org/wiki/SIGs">Fedora SIGs</a></dd>
<dd><a href="https://admin.fedoraproject.org/accounts/">Fedora Account System</a></dd>
<dd><a href="https://fedoracommunity.org/">Fedora Community</a></dd>
</dl>
</div>
</div>
</div> <!-- /row of widgets -->
<div class="row">
<div class="col-md-2">
<div class="widget-body">
<a href="https://www.redhat.com/"><img alt="Red Hat Logo" src="/static/logo/redhat.png" class="rh-logo"></a>
</div>
</div>
<div class="col-md-7">
<div class="widget-body">
<p class="sponsor">Fedora is sponsored by Red Hat.</p>
<p class="sponsor"><a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora »</a></p>
<p class="copy">© 2024 Red Hat, Inc. and others.</p>
</div>
</div>
<!-- /row of widgets -->
</div>
</footer>
</body>
</html>