]> git.ipfire.org Git - ipfire.org.git/blame - templates/base.html
Navbar styling and Intro section for Website - Start - XL
[ipfire.org.git] / templates / base.html
CommitLineData
60024cc8
MT
1<!DOCTYPE html>
2<html lang="en">
81675874 3 <head>
60024cc8
MT
4 <title>{{ hostname }} - {% block title %}{{ _("No title given") }}{% end block %}</title>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <meta name="author" content="IPFire.org - IPFire Development Team" />
7 <meta name="verify-v1" content="2LEf3W8naILGWVy2dhedSVEHPXTpp2xFNVsHXZMH1JI=" />
940227cb
MT
8
9 <!-- Your locale is {{ locale.code }} -->
10
60024cc8 11 <meta name="keywords" content="Linux, Firewall, IPFire, Security, IPCop, Open Source, Free, ARM, VPN, Proxy, IDS, IPS" />
940227cb
MT
12 <meta name="description" content="{{ _("IPFire is a free firewall distribution based on Linux.") }}" />
13
60024cc8 14 <!-- styling stuff -->
b2051dd7
S
15 <!-- live site -->
16 <!-- <link rel="stylesheet" type="text/css" href="{{ static_url("css/style.css") }}" /> -->
17
18 <!-- local development -->
19 <link rel="stylesheet" type="text/css" href="http://static.ipfire:8891/css/style.css" />
9f868512 20 <meta name="viewport" content="width=device-width, initial-scale=1.0">
940227cb 21
de683d7c
MT
22 {% if rss_url %}
23 <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ rss_url }}" />
24 {% end %}
81675874 25 </head>
60024cc8 26
60b0917c 27 <body id="page-top" data-spy="scroll" data-target=".navbar-custom">
97ed546d
S
28
29 <div class="container fixed-top">
30 <nav class="navbar navbar-toggleable justify-content-between">
31 <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
32 <span class="navbar-toggler-icon"></span>
33 </button>
34
35 <a class="navbar-brand" href="/">
36 <img src="http://static.ipfire:8891/img/ipfire-tux.png" alt="IPFire Tux" height="40px" />
37 {% if hostname in ("www.ipfire.org", "dev.ipfire.org") %}
38 {{ _("IPFire") }}
39 {% elif hostname in ("planet.ipfire.org", "planet.dev.ipfire.org") %}
40 {{ _("IPFire Planet") }} &nbsp;
41 <span class="text-muted">{{ _("The Blog of the IPFire Team") }}</span>
42 {% elif hostname in ("wishlist.ipfire.org", "wishlist.dev.ipfire.org") %}
43 {{ _("IPFire Wishlist") }} &nbsp;
44 <span class="text-muted">{{ _("The IPFire Crowd-Funding Platform") }}</span>
45 {% else %}
46 {{ hostname }}
47 {% end %}
48 </a>
49
50 <div id="navbarSupportedContent">
60b0917c
MT
51 {% block menu %}
52 {% module Menu() %}
53 {% end block %}
81675874 54 </div>
97ed546d 55 </nav>
81675874 56 </div>
60024cc8
MT
57
58 {% block container %}
60b0917c
MT
59 <div class="container">
60 {% block body %}{% end block %}
9b5ac075
MT
61 </div>
62 {% end block %}
60024cc8 63
9b5ac075 64 {% block footer %}
b4c68079 65 <footer class="footer">
9b5ac075 66 <div class="container">
60b0917c
MT
67 <div class="row">
68 <div class="col-md-2 links">
69 <h5>{{ _("About") }}</h5>
7771acea 70
60b0917c
MT
71 <ul class="list-unstyled">
72 <li>
73 <a href="http://www.ipfire.org/about">{{ _("About IPFire") }}</a>
74 </li>
75 <li>
76 <a href="http://download.ipfire.org">{{ _("Download") }}</a>
77 </li>
78 <li>
79 <a href="http://planet.ipfire.org">{{ _("Planet") }}</a>
80 </li>
81 <li>
82 <a href="http://www.ipfire.org/imprint">{{ _("Imprint") }}</a>
83 </li>
84 </ul>
85 </div>
b4c68079 86
60b0917c
MT
87 <div class="col-md-2 links">
88 <h5>{{ _("Support") }}</h5>
89
90 <ul class="list-unstyled">
91 <li>
92 <a href="http://www.ipfire.org/get-support#professional">{{ _("Professional Support") }}</a>
93 </li>
94 <li>
95 <a href="http://wiki.ipfire.org">{{ _("Documentation") }}</a>
96 </li>
97 </ul>
98 </div>
99
100 <div class="col-md-2 links">
101 <h5>{{ _("Join") }}</h5>
102
103 <ul class="list-unstyled">
104 <li>
105 <a href="http://forum.ipfire.org">{{ _("Forum") }}</a>
106 </li>
107 <li>
108 <a href="//www.ipfire.org/chat">{{ _("Chat") }}</a>
109 </li>
110 <li>
111 <a href="http://lists.ipfire.org">{{ _("Mailing Lists") }}</a>
112 </li>
113 <li>
114 <a href="http://talk.ipfire.org">{{ _("Talk") }}</a>
115 </li>
116 </ul>
117 </div>
118
119 <div class="col-md-2 links">
120 <h5>{{ _("Development") }}</h5>
47d47c2e 121
60b0917c
MT
122 <ul class="list-unstyled">
123 <li>
124 <a href="http://wiki.ipfire.org/devel/start">{{ _("Become a developer") }}</a>
125 </li>
126 <li>
127 <a href="https://pakfire.ipfire.org">{{ _("Pakfire Build Service") }}</a>
128 </li>
129 <li>
130 <a href="https://bugzilla.ipfire.org">{{ _("Bugtracker") }}</a>
131 </li>
132 <li>
133 <a href="http://patchwork.ipfire.org">{{ _("Patchwork") }}</a>
134 </li>
135 </ul>
136 </div>
47d47c2e 137
60b0917c
MT
138 <div class="col-md-4 text-center">
139 <a class="btn btn-primary" href="//www.ipfire.org/donate">
140 <span class="fa fa-heart"></span> {{ _("Donate") }}
141 </a>
142
143 <br><br>
144
145 <div class="btn-toolbar links">
a37235bb 146 <a class="btn btn-sm" href="http://www.ipfire.org/news.rss">
60b0917c
MT
147 <span class="fa fa-2x fa-rss"></span>
148 </a>
149 <a class="btn btn-sm" href="https://twitter.com/ipfire">
150 <span class="fa fa-2x fa-twitter"></span>
151 </a>
152 <a class="btn btn-sm" href="https://www.facebook.com/IPFire.org">
153 <span class="fa fa-2x fa-facebook"></span>
154 </a>
155 <a class="btn btn-sm" href="https://youtube.com/user/ipfireproject">
156 <span class="fa fa-2x fa-youtube"></span>
157 </a>
60c9cf8b 158 <a class="btn btn-sm" href="https://google.com/+IpfireOrg4Ever">
60b0917c
MT
159 <span class="fa fa-2x fa-google-plus"></span>
160 </a>
161 </div>
162 </div>
163 </div>
164
165 {% if ssl_protocol %}
166 <p class="pull-right">
167 <span class="fa fa-lock"></span> {{ ssl_protocol }}
47d47c2e 168 {% if ssl_cipher %}({{ ssl_cipher }}){% end %}
60b0917c
MT
169 </p>
170 {% end %}
171
172 {% if hostname == "wishlist.ipfire.org" %}
173 <p class="pull-right">
174 <a href="/terms">{{ _("Terms & Conditions") }}</a>
175 </p>
176 {% end %}
177
178 <p>
179 &copy; {{ year }} -
180 {{ _("IPFire is free software written by the IPFire Project") }}
b4c68079 181 </p>
9b5ac075
MT
182 </div>
183 </footer>
60024cc8
MT
184 {% end block %}
185
b2051dd7
S
186
187 <!--
60024cc8 188 <script src="{{ static_url("js/jquery.js") }}"></script>
60b0917c 189 <script src="{{ static_url("js/jquery.easing.js") }}"></script>
60024cc8
MT
190 <script src="{{ static_url("js/bootstrap.min.js") }}"></script>
191 <script src="{{ static_url("js/site.js") }}"></script>
b2051dd7
S
192 -->
193
194 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
195 <!-- local development -->
196 <script src="http://static.ipfire:8891/js/script.min.js"></script>
81675874 197 </body>
198</html>