diff --git a/packages/websites/landing/layouts/_default/error-page-404.html b/packages/websites/landing/layouts/_default/error-page-404.html new file mode 100644 index 0000000..c4183e4 --- /dev/null +++ b/packages/websites/landing/layouts/_default/error-page-404.html @@ -0,0 +1,70 @@ + + + + + + + + + + + Private Void | Sign in + + + + + + + + + + +
+ +
+
+
+ +
+
+

404

+

+ The resource you requested could not be located. +

+
+
+
+
+
+ +
+ + + + + + + + + + + diff --git a/packages/websites/landing/layouts/_default/error-page-500.html b/packages/websites/landing/layouts/_default/error-page-500.html new file mode 100644 index 0000000..34a856c --- /dev/null +++ b/packages/websites/landing/layouts/_default/error-page-500.html @@ -0,0 +1,70 @@ + + + + + + + + + + + Private Void | Sign in + + + + + + + + + + +
+ +
+
+
+ +
+
+

500

+

+ The server has encountered an unexpected error. +

+
+
+
+
+
+ +
+ + + + + + + + + + + diff --git a/packages/websites/landing/layouts/_default/error-page-502.html b/packages/websites/landing/layouts/_default/error-page-502.html new file mode 100644 index 0000000..6ae38de --- /dev/null +++ b/packages/websites/landing/layouts/_default/error-page-502.html @@ -0,0 +1,70 @@ + + + + + + + + + + + Private Void | Sign in + + + + + + + + + + +
+ +
+
+
+ +
+
+

502

+

+ The backend is not available. +

+
+
+
+
+
+ +
+ + + + + + + + + + + diff --git a/packages/websites/landing/layouts/_default/error-page-504.html b/packages/websites/landing/layouts/_default/error-page-504.html new file mode 100644 index 0000000..80dfaa8 --- /dev/null +++ b/packages/websites/landing/layouts/_default/error-page-504.html @@ -0,0 +1,70 @@ + + + + + + + + + + + Private Void | Sign in + + + + + + + + + + +
+ +
+
+
+ +
+
+

504

+

+ The backend could not fulfill the request in time. +

+
+
+
+
+
+ +
+ + + + + + + + + + + diff --git a/packages/websites/landing/layouts/_default/index.html b/packages/websites/landing/layouts/_default/index.html new file mode 100644 index 0000000..cc6d2f6 --- /dev/null +++ b/packages/websites/landing/layouts/_default/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + Private Void | Zero-maintenance perfection + + + + + + + + + +
+ + + + +
+ +
+
+
+
+ +

WELCOME TO PRIVATE VOID

+

+ We make it simple to launch in the cloud and scale up as you grow – with an intuitive + platform, predictable automatic scaling, and more. +

+ + +
+
+
+ +
+ + +
+
+
+
+

+ Get apps to market faster. +

+

+ Use a simple, intuitive, and visually rich experience to rapidly build, deploy, manage, and + scale apps. +

+
+ +
+
+ +
+
+
+
+

Innovative businesses trust Private Void

+
+ +
+
+ + +
+
+
+

OUR TEAM

+ Two men set on a quest +
+
+
+
+
+ +
+
+

Alex

+ Software Developer & Co-CEO +

+ +
+
+
+
+
+
+ +
+
+

Max

+ Systems Engineer & Co-CEO +

+ +
+
+
+
+
+
+ + +
+
+
+

WHAT WE DO

+ + Our optimized configuration process saves your team time when running and scaling distributed + applications, AI & machine learning workloads, hosted services, client websites, or CI/CD + environments. + +
+
+
+
+

Innovative technologies

+

+ +

+
+
+
+
+

Flexible server systems

+

+ With Basic, General Purpose, CPU-optimized or Memory-optimized servers, you can choose + the perfect setup for your workload. +

+
+
+
+
+

The Void

+

+ We, at Private Void Enterprises, offer highly secure, always available & fast storage + for your application data as well as personal or shared documents, all at an affordable + price. +

+
+
+
+
+

Gentoo Linux

+

+ Besides our in-house operating system Private Void Enterprise Linux, we also use Gentoo + Linux as a reliable operating system for our scalable server structure. +

+
+
+
+
+

Nix

+

+ Ensuring perfect control of our build processes, Nix is our build tool of choice. + Declarative and reproducible builds are paramount to successful software. +

+
+
+
+
+

Communities and projects

+

+ We provide hosting and support services to a variety of communities and personal project + creators. +

+
+
+
+
+
+ +
+
+
+
+

See by yourself

+

The most affordable pricing

+

+ Virtual machines with a healthy balance of memory and dedicated compute hyper-threads from + best-in-class processors. Designed for the widest range of mainstream or production + workloads, including web application hosting, e-commerce sites, medium-sized databases, and + enterprise applications. +

+
+
+
+
+
+
+
+

Performance Plan

+

For heavier workloads

+
$9999/mo
+
+
+
    +
  • Unlimited Websites
  • +
  • Unlimited Storage
  • +
  • Unlimited Bandwidth
  • +
  • 1000 Email Addresses
  • +
  • Free domain
  • +
  • 4X Processing Power
  • +
  • Premium DNS
  • +
+
+ Buy Now +
+
+
+
+
+ +
+
+
+
+

Cope Plan

+

Some men never compromise

+
$69/mo
+
+
+
    +
  • Unlimited Websites
  • +
  • Unlimited Cope
  • +
  • Unlimited Bandwidth
  • +
  • 3000 Email Addresses
  • +
  • He does it for free
  • +
  • 8X Processing Power
  • +
  • Premium DNS
  • +
+
+ Honk Now +
+
+
+
+
+
+
+ +
+
+
+
+

+ Ready to get your apps to market faster? +

+

+ Build more and spend less time managing your infrastructure. +

+
+ +
+
+
+ + +
+ + + + + + + + + + + + + diff --git a/packages/websites/landing/project.nix b/packages/websites/landing/project.nix index 3be0ae1..613fc5c 100644 --- a/packages/websites/landing/project.nix +++ b/packages/websites/landing/project.nix @@ -1,16 +1,17 @@ { lib, pkgs, self', ... }: let - theme = self'.packages.gohugo-theme-ananke; - themeName = "ananke"; - - themesDir = "${theme}/share/hugo/themes"; - configFile = pkgs.writeText "hugo-config.json" (builtins.toJSON { title = "Private Void | Zero-maintenance perfection"; baseURL = "https://www.privatevoid.net/"; languageCode = "en-us"; - theme = themeName; - inherit themesDir; + disableKinds = [ + "page" + "RSS" + "section" + "sitemap" + "taxonomy" + "taxonomyTerm" + ]; }); hugoArgs = [ "--config" configFile diff --git a/packages/websites/landing/static/css/custom.css b/packages/websites/landing/static/css/custom.css new file mode 100644 index 0000000..5c293df --- /dev/null +++ b/packages/websites/landing/static/css/custom.css @@ -0,0 +1,8 @@ +/* + +1. Add your custom Css styles below +2. Place the this code in your template: + + + +*/ \ No newline at end of file diff --git a/packages/websites/landing/static/css/fonts.css b/packages/websites/landing/static/css/fonts.css new file mode 100644 index 0000000..3c447b9 --- /dev/null +++ b/packages/websites/landing/static/css/fonts.css @@ -0,0 +1,125 @@ +/* ---------------------------------------------------------------------- + Base Colors +-------------------------------------------------------------------------*/ +/*Background colors*/ +/*Typography*/ +/*Font*/ +/*Header*/ +/*Side Panel*/ +/*Page Titile*/ +/*Margins*/ +/*Transitions*/ +/* ------------------------------------------------------------------------ Fonts - Find/Replace your website fonts with your custom font name. +-------------------------------------------------------------------------*/ +/*Body*/ +body { + font-size: 1em; + font-family: "Nunito", "Helvetica", "Arial", sans-serif; +} + +/*Paragraphs*/ +p { + font-family: "Nunito", "Helvetica", "Arial", sans-serif; +} + +/*Headings*/ +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +/*Main Menu*/ +#mainMenu nav>ul>li>a { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; + font-size: 12px; + font-weight: 600; + letter-spacing: 0.6px; +} + +#mainMenu nav>ul>li .dropdown-menu>li>a, +#mainMenu nav>ul>li .dropdown-menu>li>span, +#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +#mainMenu nav>ul>li.mega-menu-item .mega-menu-content .mega-menu-title { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; + font-size: 13px; + font-weight: 600; +} + +.header-extras>ul>li>a:not(.btn), +.header-extras>ul>li .topbar-dropdown>.title { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; + font-size: 12px; + font-weight: 700; +} + +/*Page Menu*/ +.page-menu nav>ul>li { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +.page-menu nav>ul>li .dropdown-menu { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +/*Sidebar Menu*/ +.sidebar-menu { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +/*Buttons*/ +button, +a.btn:not([href]):not([tabindex]), +.btn { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +/*slider*/ +.inspiro-slider .slide .slide-captions .strong { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +/*Page Title*/ +#page-title .page-title>h1 { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; + font-size: 44px; + line-height: 56px; + font-weight: 400; +} + +/*Footer*/ +#footer { + font-size: 14px; + font-weight: 400; + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +#footer p { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; +} + +#footer .widget .widget-title, +#footer .widget h4 { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; + font-size: 14px; + letter-spacing: 1px; + font-weight: 600; +} + +#footer .widget .widget-title ul li a, +#footer .widget h4 ul li a { + font-family: "Poppins", "Helvetica", "Arial", sans-serif; + font-size: 15px; +} \ No newline at end of file diff --git a/packages/websites/landing/static/js/custom.js b/packages/websites/landing/static/js/custom.js new file mode 100644 index 0000000..03f74fe --- /dev/null +++ b/packages/websites/landing/static/js/custom.js @@ -0,0 +1,8 @@ +/* + +1. Add your custom JavaScript code below +2. Place the this code in your template: + + + +*/ \ No newline at end of file