-
Notifications
You must be signed in to change notification settings - Fork 1
/
thankyou.html
74 lines (69 loc) · 3.4 KB
/
thankyou.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" version="XHTML+RDFa 1.0" dir="ltr">
<head profile="http://www.w3.org/1999/xhtml/vocab">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>FedBerry | Fedora Remix for Raspberry PI 2</title>
<link type="text/css" rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" media="all" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="/css/style.css" media="all" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body class="html front logged-in no-sidebars page-node navbar-is-fixed-top" >
<header id="navbar" role="banner" class="navbar navbar-fixed-top navbar-default">
<div class="container">
<div class="navbar-header">
<a class="logo navbar-btn pull-left" href="/" title="Main page">
<img src="/images/logo-white.png" alt="Main page" />
</a>
<a class="name navbar-brand" href="/" title="Main page">FedBerry</a>
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<nav role="navigation">
<ul class="menu nav navbar-nav navbar-right">
<li class="first leaf"><a href="#about" title="About">About</a></li>
<li class="leaf"><a href="#download" title="Download">Download</a></li>
<li class="leaf"><a href="https://github.com/fedberry" title="GitHub" target="_blank">GitHub</a></li>
<li class="leaf active"><a href="/chat.html" title="Contact" target="_blank">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div class="main-container container-fluid">
<div class="row">
<div id="about" class="col-xs-12">
<div class="container">
<h2>Thank you for your contribution</h2>
<p>The generous support of individuals like yourself help us cover the ongoing development and running costs of the project.</p>
<p>Your contribution is greatly appreciated , thank you again for your support.</p>
</div>
</div>
</div>
</div>
<footer class="footer container-fluid">
<div class="region region-footer">
<div class="content">
<ul>
<li>
<li> Raspberry PI is a trademark of the Raspberry Pi Foundation</li>
<li> Fedora is trademark of Red Hat inc.</li>
<li> FedBerry is released under <a href="http://creativecommons.org/licenses/GPL/2.0/" target="_blank" >GNU General Public License, version 2.</a></li>
</ul>
<div class="logo">
<img src="/images/logo-white.png" />
</div>
</div>
</div>
</footer>
</body>
</html>