Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="title is-spaced is-size-3-mobile">
<p class="subtitle">The page you're looking for can't be found.</p>
<p class="button-container">
<a class="button with-text is-white" href="{filename}index.html">
<span class="fas fa-solid fa-home"></span>
<span class="fas fa-home"></span>
<span>Home Page</span>
</a>
</p>
Expand Down
10 changes: 5 additions & 5 deletions content/pages/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="title is-spaced is-size-3-mobile">
class="button with-text is-white"
href="https://openwisp.io/docs/stable/"
>
<span class="fas fa-solid fa-book"></span>
<span class="fas fa-book"></span>
<span>Documentation</span>
</a>
</p>
Expand Down Expand Up @@ -85,15 +85,15 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button is-orange with-text"
href="https://openwisp.io/docs/stable/user/quickstart.html"
>
<span class="fas fa-solid fa-book"></span>
<span class="fas fa-book"></span>
<span>Quick Start</span>
</a>
<a class="button with-text is-white" href="{filename}demo.html">
<span class="fas fa-regular fa-circle-play"></span>
<span>Demo</span>
</a>
<a class="button with-text is-inverted" href="{filename}deploy.html">
<i class="fas fa-solid fa-cloud-arrow-up"></i>
<i class="fas fa-cloud-arrow-up"></i>
<span>Deploy</span>
</a>
</p>
Expand All @@ -117,14 +117,14 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button is-orange with-text"
href="https://openwisp.io/docs/general/help-us.html"
>
<span class="fas fa-solid fa-hand-holding-hand"></span>
<span class="fas fa-hand-holding-hand"></span>
<span>Help us to grow</span>
</a>
<a
class="button with-text is-white"
href="https://openwisp.io/docs/developer/contributing.html"
>
<span class="fas fa-solid fa-code"></span>
<span class="fas fa-code"></span>
<span>Contribute</span>
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/commercial-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button is-orange with-text"
href="https://calendly.com/openwisp/intro-call"
>
<span class="fas fa-solid fa-headset"></span>
<span class="fas fa-headset"></span>
<span>Book Support Call</span>
</a>

Expand Down
4 changes: 2 additions & 2 deletions content/pages/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ <h1 class="title is-spaced is-size-3-mobile">
href="https://demo.openwisp.io"
target="_blank"
>
<span class="fas fa-solid fa-play"></span>
<span class="fas fa-play"></span>
<span>Access the Demo</span>
</a>
<a
class="button with-text"
href="https://openwisp.io/docs/stable/tutorials/demo.html"
target="_blank"
>
<span class="fas fa-solid fa-book"></span>
<span class="fas fa-book"></span>
<span>Read the Tutorial</span>
</a>
</p>
Expand Down
10 changes: 5 additions & 5 deletions content/pages/deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h2 class="title is-size-5">
<h2 class="title is-size-5">
<mark class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-network-wired"></i>
<i class="fas fa-network-wired"></i>
</span>
</mark>
<span>Management VPN Ready</span>
Expand All @@ -255,7 +255,7 @@ <h2 class="title is-size-5">
<h2 class="title is-size-5">
<mark class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-shield-halved"></i>
<i class="fas fa-shield-halved"></i>
</span>
</mark>
<span>Hardened Security</span>
Expand All @@ -271,7 +271,7 @@ <h2 class="title is-size-5">
<h2 class="title is-size-5">
<mark class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-cloud-arrow-up"></i>
<i class="fas fa-cloud-arrow-up"></i>
</span>
</mark>
<span>Easy Upgrades &amp; Migrations</span>
Expand All @@ -288,7 +288,7 @@ <h2 class="title is-size-5">
<h2 class="title is-size-5">
<mark class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-wifi"></i>
<i class="fas fa-wifi"></i>
</span>
</mark>
<span>Turnkey Hotspot Solution</span>
Expand All @@ -305,7 +305,7 @@ <h2 class="title is-size-5">
<h2 class="title is-size-5">
<mark class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-key"></i>
<i class="fas fa-key"></i>
</span>
</mark>
<span>Simplified Single Sign-On Setup</span>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button with-text is-white"
href="{filename}commercial-support.html"
>
<span class="fas fa-solid fa-headset"></span>
<span class="fas fa-headset"></span>
<span>Professional Support</span>
</a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions content/pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>
<a class="open-modal" href="#templates-and-variables">
<span class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-copy"></i>
<i class="fas fa-copy"></i>
</span>
</span>
<span>Configuration Templates</span>
Expand Down Expand Up @@ -412,7 +412,7 @@ <h2>
<a href="#multi-tenancy" class="open-modal">
<span class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-users"></i>
<i class="fas fa-users"></i>
</span>
</span>
<span>Multi-tenancy</span>
Expand Down Expand Up @@ -485,7 +485,7 @@ <h2>
<a href="#firmware-upgrades" class="open-modal">
<span class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-cloud-arrow-up"></i>
<i class="fas fa-cloud-arrow-up"></i>
</span>
</span>
<span>Firmware Upgrades</span>
Expand Down Expand Up @@ -1092,7 +1092,7 @@ <h2 class="title is-size-3 is-size-4-mobile is-spaced">Learn More</h2>
<span>Get Started</span>
</a>
<a class="button with-text is-inverted" href="{filename}deploy.html">
<i class="fas fa-solid fa-cloud-arrow-up"></i>
<i class="fas fa-cloud-arrow-up"></i>
<span>Deploy</span>
</a>
<a
Expand Down
4 changes: 2 additions & 2 deletions content/pages/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ <h3 class="title">Embracing the Future</h3>
<h2 class="title is-spaced is-size-3 is-size-4-mobile">Learn more</h2>
<p class="button-container">
<a class="button is-orange with-text" href="{filename}faq.html">
<span class="fas fa-solid fa-clipboard-question"></span>
<span class="fas fa-clipboard-question"></span>
<span>FAQ</span>
</a>
<a class="button with-text is-white" href="{filename}features.html">
<span class="fas fa-solid fa-plus"></span>
<span class="fas fa-plus"></span>
<span>Features</span>
</a>
</p>
Expand Down
24 changes: 12 additions & 12 deletions content/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ <h1 class="title is-spaced is-size-3-mobile">
class="button with-text is-orange"
href="{filename}features.html"
>
<span class="fas fa-solid fa-bolt"></span>
<span class="fas fa-bolt"></span>
<span>Features</span>
</a>
<a class="button with-text is-white" href="{filename}demo.html">
<i class="fas fa-regular fa-circle-play"></i>
<span>Try the Demo</span>
</a>
<a class="button with-text is-inverted" href="{filename}deploy.html">
<i class="fas fa-solid fa-cloud-arrow-up"></i>
<i class="fas fa-cloud-arrow-up"></i>
<span>Deploy</span>
</a>
</p>
Expand Down Expand Up @@ -103,7 +103,7 @@ <h2>
<a href="{filename}features.html#templates-and-variables">
<span class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-copy"></i>
<i class="fas fa-copy"></i>
</span>
</span>
<span>Configuration Templates</span>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h2>
<a href="{filename}features.html#firmware-upgrades">
<span class="button is-small is-orange is-inverted">
<span class="icon is-small">
<i class="fas fa-solid fa-cloud-arrow-up"></i>
<i class="fas fa-cloud-arrow-up"></i>
</span>
</span>
<span>Firmware Upgrades</span>
Expand Down Expand Up @@ -212,7 +212,7 @@ <h2>

<p class="has-text-centered">
<a class="button with-text is-orange" href="{filename}features.html">
<span class="fas fa-solid fa-bolt"></span>
<span class="fas fa-bolt"></span>
<span>More Features</span>
</a>
</p>
Expand Down Expand Up @@ -241,7 +241,7 @@ <h2 class="title is-size-3 is-size-4-mobile is-spaced">
<div class="column">
<div class="bullet">
<span class="circle">
<span class="fas fa-solid fa-wrench"></span>
<span class="fas fa-wrench"></span>
</span>
<h3 class="mb-2">Programmable</h3>
<p>
Expand All @@ -252,7 +252,7 @@ <h3 class="mb-2">Programmable</h3>

<div class="bullet">
<span class="circle">
<span class="fas fa-solid fa-gear"></span>
<span class="fas fa-gear"></span>
</span>
<h3 class="mb-2">Effortless Management</h3>
<p>
Expand All @@ -264,7 +264,7 @@ <h3 class="mb-2">Effortless Management</h3>

<div class="bullet">
<span class="circle">
<span class="fas fa-solid fa-star"></span>
<span class="fas fa-star"></span>
</span>
<h3 class="mb-2">Proven Success</h3>
<p class="content text">
Expand All @@ -276,7 +276,7 @@ <h3 class="mb-2">Proven Success</h3>

<div class="bullet">
<span class="circle">
<span class="fas fa-solid fa-headset"></span>
<span class="fas fa-headset"></span>
</span>
<h3 class="mb-2">Reliable Support</h3>
<p class="content text">
Expand Down Expand Up @@ -340,7 +340,7 @@ <h2 class="title is-size-3 is-size-4-mobile is-spaced">
class="button with-text is-orange is-inverted"
href="{filename}support.html"
>
<span class="fas fa-solid fa-people-group"></span>
<span class="fas fa-people-group"></span>
<span>Join the Community</span>
</a>
</p>
Expand Down Expand Up @@ -444,7 +444,7 @@ <h3 class="title is-size-6 mt-4">
class="button with-text is-orange is-inverted is-small"
href="{filename}faq.html"
>
<span class="fas fa-solid fa-clipboard-question"></span>
<span class="fas fa-clipboard-question"></span>
<span>Read Full FAQ</span>
</a>
</p>
Expand All @@ -464,7 +464,7 @@ <h2 class="title is-size-3 is-size-4-mobile is-spaced">Try the demo</h2>
<span>Demo</span>
</a>
<a class="button with-text is-white" href="{filename}features.html">
<span class="fas fa-solid fa-bolt"></span>
<span class="fas fa-bolt"></span>
<span>Features</span>
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button with-text is-orange is-inverted"
href="{filename}sponsorship.html"
>
<span class="fas fa-solid fa-hand-holding-heart"></span>
<span class="fas fa-hand-holding-heart"></span>
<span>Sponsorship</span>
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/sponsorship.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button is-orange is-inverted with-text"
href="{filename}commercial-support.html"
>
<span class="fas fa-solid fa-headset"></span>
<span class="fas fa-headset"></span>
<span>Commercial Support</span>
</a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions content/pages/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 class="title is-size-5 mb-3">General Chat</h2>
target="_blank"
href="https://matrix.to/#/#openwisp_general:gitter.im"
>
<span class="fas fa-solid fa-comment-dots"></span>
<span class="fas fa-comment-dots"></span>
<span>General Chat</span>
</a>
</p>
Expand All @@ -85,7 +85,7 @@ <h2 class="title is-size-5 mb-3">Development Chat</h2>
target="_blank"
href="https://matrix.to/#/#openwisp_development:gitter.im"
>
<span class="fas fa-solid fa-code"></span>
<span class="fas fa-code"></span>
<span>Dev Chat</span>
</a>
</div>
Expand Down Expand Up @@ -127,7 +127,7 @@ <h2 class="title is-size-5 mb-3">Reporting Security Issues</h2>
target="_blank"
href="mailto:&#115;&#101;&#099;&#117;&#114;&#105;&#116;&#121;&#064;&#111;&#112;&#101;&#110;&#119;&#105;&#115;&#112;&#046;&#105;&#111;"
>
<span class="fas fa-solid fa-shield-halved"></span>
<span class="fas fa-shield-halved"></span>
<span>Security Report</span>
</a>
</p>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2 class="title is-spaced is-size-3 is-size-4-mobile">
class="button is-orange with-text"
href="{filename}commercial-support.html"
>
<span class="fas fa-solid fa-headset"></span>
<span class="fas fa-headset"></span>
<span>Commercial Support</span>
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/pages/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2 class="title is-size-5 mb-0">Nicholas Smith</h2>
<h2 class="title is-spaced is-size-3 is-size-4-mobile">Learn more</h2>
<p class="button-container">
<a class="button is-orange with-text" href="{filename}partners.html">
<span class="fas fa-solid fa-building"></span>
<span class="fas fa-building"></span>
<span>Partners</span>
</a>
<a class="button with-text is-white" href="{filename}code.html">
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
class="button is-inverted with-text"
href="{{ SITEURL }}/deploy/"
>
<span class="fas fa-solid fa-cloud-arrow-up"></span>
<span class="fas fa-cloud-arrow-up"></span>
<span>Deploy</span>
</a>
</p>
Expand Down