New Website: Phase I (#357)

* Initial commit; starting new design

Dropdown menu

* Begin docs layout of new design

* Get themes under control; button hover splash

* Some basic responsiveness

* Finish responsive layout; several bug fixes

* Avoid flash during color scheme change

* Begin building top of homepage

* docs: Start building quick-assist feature

* Work on homepage a little more

* Keep working on homepage

* More homepage progress

* Some sponsor SVGs

* Add sponsor features

* Implement basic Sponsor Experience box

* Reorganize some styles

* WIP sponsors page

* Start features page WIP

* Minor improvements

* Fix headings; work on features page

* WIP features page

* Continue work on marketing pages

* Continue work on features page

* More features WIP

* Continue features page...

* More work on features page

* Keeping going  :)

* Continue home and features pages

* More homepage/features content, screenshots, tweaks

* Minor fixes to features page

* Minor tweaks

* Work on testimonials

* Work on homepage more

* More homepage work

* Continue work on homepage

* Add some sponsor logos

* Some citation screenshots

* Add citations

* Start making homepage responsive

* Re-add cache busting

Fix docs

* Use markdown syntax highlighting on frontpage

* Rework AJQuery to $_ to not interfere with jQuery

* Rewrite quick assist with AlpineJS, use markdown for contents

* More work on marketing pages

* Rebase and fix code displays

* Syntax highlight on-demand example, fix rollover

* Adjust on-demand demo

* Work on responsiveness

* Keep working on responsiveness

* Mainly finish making design responsive

* Thiccer favicon

* More work on marketing pages

* Keep on going

* Fix link

* Move new site into src folder

* Add open graph image

* Add recorded demo for homepage

* Tweak caption

* Fix Poppins font for now

* Minor tweaks

* Trim demo ending

* Remove unfinished pages

Also update Framer logo

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
Matt Holt 2023-12-11 10:07:34 -07:00 committed by GitHub
parent 5bb6d92c63
commit 07c51663ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
191 changed files with 13008 additions and 4970 deletions

View file

@ -2,14 +2,14 @@
<html>
<head>
<title>Create Account - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/create.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/create.js{{template "cacheBust"}}"></script>
</head>
<body>
<form action="/api/create-account" class="card">
<section class="head">
<a href="/"><img src="/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
<a href="/"><img src="/old/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
</section>
<section>
<h1>Create Account</h1>

View file

@ -2,14 +2,14 @@
<html>
<head>
<title>Dashboard - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<link rel="stylesheet" href="/resources/css/account/dashboard.css{{template "cacheBust"}}">
<script src="/resources/js/account/dashboard.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/dashboard.js{{template "cacheBust"}}"></script>
</head>
<body>
<div class="container">
{{include "/includes/account/nav.html"}}
{{include "/old/includes/account/nav.html"}}
<main class="dashboard">
<section>
<h1 class="pad">Your packages<a href="/account/register-package" class="gray button float-right">Register package</a></h1>

View file

@ -2,14 +2,14 @@
<html>
<head>
<title>Log In - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/login.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/login.js{{template "cacheBust"}}"></script>
</head>
<body>
<form action="/api/login" class="card">
<section class="head">
<a href="/"><img src="/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
<a href="/"><img src="/old/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
</section>
<section>
<h1>Log In</h1>

View file

@ -2,9 +2,9 @@
<html>
<head>
<title>Logout - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/logout.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/logout.js{{template "cacheBust"}}"></script>
</head>
<body>
Logging out...

View file

@ -2,13 +2,13 @@
<html>
<head>
<title>Register Package - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/register-package.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/register-package.js{{template "cacheBust"}}"></script>
</head>
<body>
<div class="container">
{{include "/includes/account/nav.html"}}
{{include "/old/includes/account/nav.html"}}
<main>
<section>
<form action="/api/claim-package">

View file

@ -2,14 +2,14 @@
<html>
<head>
<title>Reset Password - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/reset-password.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/reset-password.js{{template "cacheBust"}}"></script>
</head>
<body>
<form action="/api/reset-password" class="card" id="reset-password-step1">
<section class="head">
<a href="/"><img src="/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
<a href="/"><img src="/old/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
</section>
<section>
<h1>Reset Password</h1>
@ -22,7 +22,7 @@
</form>
<form action="/api/reset-password" class="card" id="reset-password-step2">
<section class="head">
<a href="/"><img src="/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
<a href="/"><img src="/old/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
</section>
<section>
<h1>Reset Password</h1>

View file

@ -2,14 +2,14 @@
<html>
<head>
<title>Confirm Account - Caddy</title>
{{import "/includes/account/head.html"}}
{{import "/old/includes/account/head.html"}}
{{template "account-head"}}
<script src="/resources/js/account/verify.js{{template "cacheBust"}}"></script>
<script src="/old/resources/js/account/verify.js{{template "cacheBust"}}"></script>
</head>
<body>
<form action="/api/verify-account" class="card">
<section class="head">
<a href="/"><img src="/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
<a href="/"><img src="/old/resources/images/caddy-lock.png" alt="Caddy Portal" class="logo"></a>
</section>
<section>
<h1>Confirm Account</h1>