]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/downloads/cloud.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / downloads / cloud.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Cloud") }}{% end block %}
4
5 {% block container %}
6 <section class="hero is-info">
7 <div class="hero-body">
8 <div class="container">
9 <nav class="breadcrumb" aria-label="breadcrumbs">
10 <ul>
11 <li>
12 <a href="/">Home</a>
13 </li>
14 <li>
15 <a href="/downloads">Downloads</a>
16 </li>
17 <li class="is-active">
18 <a href="#" aria-current="page">Cloud</a>
19 </li>
20 </ul>
21 </nav>
22
23 <h1 class="title">
24 {{ _("Cloud") }}
25 </h1>
26
27 <p class="subtitle">
28 {{ _("Explore IPFire In The Cloud") }}
29 </p>
30 </div>
31 </div>
32 </section>
33
34 <section class="section">
35 <div class="container">
36 <div class="block">
37 <div class="content is-size-5">
38 <p>
39 Unlock the flexibility of IPFire in the cloud by choosing from our
40 trusted cloud service providers.
41 These partners offer seamless integration and optimal performance for
42 hosting IPFire, ensuring robust network security in virtual environments.
43 </p>
44
45 <p>
46 Whether you're a small business, enterprise, or individual user, find
47 the right cloud provider to suit your needs.
48 Enhance your cybersecurity measures by deploying IPFire in the cloud
49 with one of our reliable partners.
50 </p>
51 </div>
52 </div>
53 </div>
54 </section>
55
56 <section class="section">
57 <div class="container">
58 <div class="columns is-multiline is-centered is-vcentered">
59 <div class="column is-one-third">
60 <div class="notification">
61 <figure class="image is-1by1">
62 <img src="{{ static_url("img/downloads/cloud/aws.svg") }}">
63 </figure>
64
65 <div class="block">
66 <div class="columns">
67 <div class="column">
68 <a class="button is-info is-fullwidth" href="https://aws.amazon.com/marketplace/pp/prodview-opiegephkjalm">
69 {{ _("ARM64") }}
70 </a>
71 </div>
72
73 <div class="column">
74 <a class="button is-info is-fullwidth" href="https://aws.amazon.com/marketplace/pp/B07HYRD4FX">
75 {{ _("x86") }}
76 </a>
77 </div>
78 </div>
79 </div>
80
81 <div class="block">
82 <a class="button is-white is-fullwidth" href="/docs/installation/aws">
83 {{ _("Documentation") }}
84 </a>
85 </div>
86 </div>
87 </div>
88
89 <div class="column is-one-third">
90 <div class="notification">
91 <figure class="image is-1by1">
92 <img src="{{ static_url("img/downloads/cloud/exoscale.svg") }}">
93 </figure>
94
95 <div class="block">
96 <a class="button is-info is-fullwidth" href="https://www.exoscale.com/marketplace/listing/lwl-ipfire-open-source-firewall-payg/">
97 {{ _("Go To Exoscale") }}
98 </a>
99 </div>
100
101 <div class="block">
102 <a class="button is-white is-fullwidth" href="/docs/installation/exoscale">
103 {{ _("Documentation") }}
104 </a>
105 </div>
106 </div>
107 </div>
108
109 <div class="column is-one-third">
110 <div class="notification">
111 <figure class="image is-1by1">
112 <img src="{{ static_url("img/downloads/cloud/hetzner.svg") }}">
113 </figure>
114
115 <div class="block">
116 <a class="button is-white is-fullwidth" href="/docs/installation/hetzner-cloud">
117 {{ _("Documentation") }}
118 </a>
119 </div>
120 </div>
121 </div>
122 </div>
123 </div>
124 </section>
125
126 <section class="section">
127 <div class="container">
128 <div class="block">
129 <h4 class="title is-4">Why Choose IPFire in the Cloud?</h4>
130
131 <ul>
132 <li>
133 <strong>Scalability:</strong>
134 Easily scale your network security infrastructure as your business grows.
135 </li>
136
137 <li>
138 <strong>Flexibility:</strong>
139 Enjoy the flexibility of cloud deployment with the robust security of IPFire.
140 </li>
141
142 <li>
143 <strong>Performance:</strong>
144 Leverage the high-performance capabilities of leading cloud providers for optimal security.
145 </li>
146 </ul>
147 </div>
148
149 <div class="block">
150 <h4 class="title is-4">Getting Started</h4>
151
152 <div class="content">
153 <p>
154 Explore the offerings of our featured cloud providers and select the one
155 that aligns with your requirements. Follow the integration guides and
156 documentation for a smooth deployment experience.
157 </p>
158
159 <p>
160 Secure your digital assets in the cloud with IPFire!
161 </p>
162 </div>
163 </div>
164 </div>
165 </section>
166 {% end block %}