-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DoBT to be up to date with the current site.
- Loading branch information
1 parent
0a30dfe
commit 5430c30
Showing
12 changed files
with
6,729 additions
and
36,215 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
--- | ||
const { title, heroid, icon, bulletin, description, keywords, author, additionalContent } = Astro.props; | ||
const { highlight, title, heroid, icon, bulletin, description, keywords, author, additionalContent } = Astro.props; | ||
--- | ||
|
||
<!DOCTYPE html> | ||
<html class="fixedtopnavimage" lang="en"> | ||
<head> | ||
<title>{title}</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"> | ||
{highlight && ( | ||
<link rel="stylesheet" href="/static/highlight.css"> | ||
)} | ||
<link rel="stylesheet" href="/static/cookie.css"> | ||
<link rel="stylesheet" href="/static/bootstrap.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.min.css"> | ||
<link rel="preload" as="style" href="/static/bootstrap.css"> | ||
<link rel="stylesheet" href="/static/other.css"> | ||
<link rel="preload" as="style" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"> | ||
<link rel="preload" as="style" href="/static/other.css"> | ||
<link rel="preload" as="script" href="/static/darkmode.js"> | ||
<link rel="preload" as="script" href="/static/alert-1.js"> | ||
<link rel="preload" as="script" href="/static/alert-2.js"> | ||
{heroid ? | ||
<> | ||
<link rel="preload" as="image" href={`/media/images/hero-${heroid}.webp`}> | ||
|
@@ -21,7 +29,7 @@ const { title, heroid, icon, bulletin, description, keywords, author, additional | |
} | ||
{bulletin && bulletin.map(({ bulletinImage }, index) => ( | ||
bulletinImage ? ( | ||
<link key={index} rel="preload" as="image" href={`/media/slideshow/${bulletinImage}`} /> | ||
<link rel="preload" as="image" href={`/media/slideshow/${bulletinImage}`} /> | ||
) : null | ||
))} | ||
{icon ? | ||
|
@@ -41,11 +49,11 @@ const { title, heroid, icon, bulletin, description, keywords, author, additional | |
<link rel="mask-icon" href="/media/favicon/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta property="og:image" content="/media/favicon/iconembed.png"> | ||
<meta name="twitter:image" content="/media/favicon/iconembed.png"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
</Fragment> | ||
} | ||
<link rel="manifest" href="/media/favicon/site.webmanifest"> | ||
<meta charset="UTF-8"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="title" content={title}> | ||
<meta name="description" content={description}> | ||
<meta name="twitter:card" content="summary"> | ||
|
@@ -62,7 +70,8 @@ const { title, heroid, icon, bulletin, description, keywords, author, additional | |
<meta property="og:title" content={title}> | ||
<meta property="og:description" content={description}> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<Fragment set:html={additionalContent}> | ||
<script is:inline src="/static/darkmode.js"></script> | ||
</head> | ||
<body class="fixedtopnavimage"> | ||
<body class="fixedtopnavimage"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,61 +8,61 @@ import BackToTop from '../../components/BackToTop.astro'; | |
--- | ||
|
||
<Head title="ATPLLC DoBT - Applying for the DoBT" description="Apply for the Department of Beta Testing of AT Products LLC." author="Alex Toucan"/> | ||
<div id="page"> | ||
<Navbar /> | ||
<Hero | ||
id="codinghome" | ||
title="Applying for the DoBT" | ||
description="Apply for the DoBT today!" | ||
primaryHref="#form" | ||
primaryText="Application Form" | ||
secondaryHref="/media/pdf/DoBT Backup Application Form.pdf" | ||
secondaryText="Backup Physical Form" | ||
<div id="page"> | ||
<Navbar /> | ||
<Hero | ||
id="codinghome" | ||
title="Applying for the DoBT" | ||
description="Apply for the DoBT today!" | ||
primaryHref="#form" | ||
primaryText="Application Form" | ||
secondaryHref="/media/pdf/DoBT Backup Application Form.pdf" | ||
secondaryText="Backup Physical Form" | ||
/> | ||
<main id="apply" class="container"> | ||
<div id="how"> | ||
<main id="apply" class="container"> | ||
<div id="how"> | ||
<h2>How to Apply</h2> | ||
<p><b>We highly recommend that all applicants read our <a href="/guidelines">guidelines</a> before submitting their application.</b></p> | ||
<p>If you cannot take this online form, you may take this <a href="/media/pdf/DoBT Backup Application Form.pdf">PDF version form</a> instead.</p> | ||
<p>To apply as a beta tester, please fill out the form below and include a brief statement about why you want to join our beta testing team. Your insights and feedback are invaluable to us!</p> | ||
<p>Upon submission of your application, our team will review it and provide you with further instructions via email. Please note that beta testing with us is voluntary and unpaid unless otherwise specified.</p> | ||
<p>We look forward to welcoming you to the AT Products LLC's Department of Beta Testing!</p> | ||
</div> | ||
<hr> | ||
<div id="form"> | ||
<h2>Application Form</h2> | ||
<p>To apply for the Department of Beta Testing, please fill out the form below. This form is specifically for applying to become a beta tester and should not be used for general inquiries. If you have general questions or feedback, please use the <a href="https://atproducts.xyz/form/">main website's contact form</a> or <a href="mailto:[email protected]">email us directly</a>.</p> | ||
<form | ||
name="DoBT Apply Form" | ||
action="/form/success" | ||
method="POST" | ||
data-netlify="true" | ||
enctype="multipart/form-data" | ||
class> | ||
<div class="d-sm-flex gap-2"> | ||
<div class="col"> | ||
<div class="mb-3"> | ||
<label for="nameInput" class="form-label fw-bold">Name</label> | ||
<input name="name" class="form-control" id="nameInput" placeholder="John Doe" required> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="mb-3"> | ||
<label for="emailInput" class="form-label fw-bold">Email address</label> | ||
<input name="Email" type="email" class="form-control" id="emailInput" placeholder="[email protected]" required> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mb-2"> | ||
<label for="textareaInput" class="form-label fw-bold">Application</label> | ||
<textarea name="Text" class="form-control" id="textareaInput" rows="3" required></textarea> | ||
</div> | ||
<small>If you wish to upload files, you will have to resort to <a href="mailto:[email protected]">emailing us manually</a> due to Netlify complications.</small> | ||
<button type="submit" class="mt-2 btn btn-lg btn-primary col-12">Submit</button> | ||
</form> | ||
</div> | ||
</main> | ||
<Footer /> | ||
<BackToTop /> | ||
<hr> | ||
<div id="form"> | ||
<h2>Application Form</h2> | ||
<p>To apply for the Department of Beta Testing, please fill out the form below. This form is specifically for applying to become a beta tester and should not be used for general inquiries. If you have general questions or feedback, please use the <a href="https://atproducts.xyz/form/">main website's contact form</a> or <a href="mailto:[email protected]">email us directly</a>.</p> | ||
<form | ||
name="DoBT Apply Form" | ||
action="/form/success" | ||
method="POST" | ||
data-netlify="true" | ||
enctype="multipart/form-data" | ||
> | ||
<div class="d-sm-flex gap-2"> | ||
<div class="col"> | ||
<div class="mb-3"> | ||
<label for="nameInput" class="form-label fw-bold">Name</label> | ||
<input name="name" class="form-control" id="nameInput" placeholder="John Doe" required> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="mb-3"> | ||
<label for="emailInput" class="form-label fw-bold">Email address</label> | ||
<input name="Email" type="email" class="form-control" id="emailInput" placeholder="[email protected]" required> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mb-2"> | ||
<label for="textareaInput" class="form-label fw-bold">Application</label> | ||
<textarea name="Text" class="form-control" id="textareaInput" rows="3" required></textarea> | ||
</div> | ||
<small>If you wish to upload files, you will have to resort to <a href="mailto:[email protected]">emailing us manually</a> due to Netlify complications.</small> | ||
<button type="submit" class="mt-2 btn btn-lg btn-primary col-12">Submit</button> | ||
</form> | ||
</div> | ||
</main> | ||
<Footer /> | ||
<BackToTop /> | ||
</div> | ||
<Scripts /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.