added pricing page, toggle pricing, cat images, Fonts,about

This commit is contained in:
Meleeman01 2026-05-07 22:26:29 -05:00
parent cda1e5c239
commit a23769cbe1
46 changed files with 1733 additions and 104 deletions

BIN
public/independentCat.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
public/pickleCat.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
public/scaredCat.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
public/vfpcattailfolded.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -1,7 +1,40 @@
--- ---
--- ---
<div id="main-menu" class="nav-links"> <style>
a {
font-size: 1.4rem;
font-weight: 600;
padding: 1.3rem;
}
a:visited {
color: dimgrey;
}
a:hover {
color: #333;
}
a:link {
color: #efefef;
}
</style>
<div id="main-menu" class="flx space-around" style="top:0;position: sticky; z-index: 7;">
<a href="/">Home</a> <a href="/">Home</a>
<a href="/about/">About</a> <a href="/about/">About</a>
<a href="/pricing/">Pricing</a>
<a href="/blog/">Blog</a> <a href="/blog/">Blog</a>
</div> </div>
<script>
let links = document.querySelector('#main-menu').children
for (let link of links) {
console.log(link);
link.addEventListener('mouseover', function(e) {
e.target.style.boxShadow = "rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px";
});
link.addEventListener('mouseout', function(e) {
e.target.style.boxShadow = "";
});
}
</script>

Binary file not shown.

BIN
src/fonts/Dokdo-Regular.ttf Normal file

Binary file not shown.

Binary file not shown.

202
src/fonts/LICENSE.txt Normal file
View File

@ -0,0 +1,202 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Binary file not shown.

93
src/fonts/LacquerOFL.txt Normal file
View File

@ -0,0 +1,93 @@
Copyright 2019 The Lacquer Project Authors (https://github.com/Lacquer-Font/Lacquer)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

93
src/fonts/OFL.txt Normal file
View File

@ -0,0 +1,93 @@
Copyright (c) 2005-2017 FONTRIX. All Rights Reserved.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@ -0,0 +1,93 @@
Copyright 2018 The Barriecito Project Authors (https://github.com/Omnibus-Type/Barrio/Barriecito)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

BIN
src/fonts/Super Sense.ttf Normal file

Binary file not shown.

BIN
src/fonts/Winter Selfie.otf Normal file

Binary file not shown.

BIN
src/fonts/Winter Selfie.ttf Normal file

Binary file not shown.

93
src/fonts/kirangOFL.txt Normal file
View File

@ -0,0 +1,93 @@
Copyright 2018 The Kirang Haerang Project Authors
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,8 @@
--- ---
import Header from '../components/Header.astro'; import Header from '../components/Header.astro';
import Footer from '../components/Footer.astro'; import Footer from '../components/Footer.astro';
import '../styles/global.css'; import '../styles/mflx.css';
import { Font } from "astro:assets";
const { pageTitle } = Astro.props; const { pageTitle } = Astro.props;
--- ---
<html lang="en"> <html lang="en">
@ -11,10 +12,10 @@ const { pageTitle } = Astro.props;
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<title>{pageTitle}</title> <title>{pageTitle}</title>
<Font cssVariable="--winter-selfie" />
</head> </head>
<body> <body style="max-width: 960px; margin: 0 auto;">
<Header /> <Header />
<h1>{pageTitle}</h1>
<slot /> <slot />
<Footer /> <Footer />
<script> <script>

View File

@ -35,29 +35,6 @@ const textCase = "uppercase";
} }
</style> </style>
<h2>... and my new Astro site!</h2>
<p>I am working through Astro's introductory tutorial. This is the second page on my website, and it's the first one I built myself!</p>
<p>This site will update as I complete more of the tutorial, so keep checking back and see how my journey is going!</p>
<p>Here are a few facts about me:</p>
<ul>
<li>My name is {identity.firstName}.</li>
<li>I live in {identity.country} and I work as a {identity.occupation}.</li>
{identity.hobbies.length >= 2 &&
<li>Two of my hobbies are: {identity.hobbies[0]} and {identity.hobbies[1]}</li>
}
</ul>
<p>My skills are:</p>
<ul>
{skills.map((skill) => <li class="skill">{skill}</li>)}
</ul>
{happy && <p>I am happy to be learning Astro!</p>}
{finished && <p>I finished this tutorial!</p>}
{goal === 3 ? <p>My goal is to finish in 3 days.</p> : <p>My goal is not 3 days.</p>}
</BaseLayout> </BaseLayout>

View File

@ -1,7 +1,217 @@
--- ---
import BaseLayout from '../layouts/BaseLayout.astro'; import BaseLayout from '../layouts/BaseLayout.astro';
const pageTitle = "Home Page"; const pageTitle = "Home Page";
const sloganList = ['We Hate Etsy Too.','at least were not shopify','Art for humans, by humans','boop! get booped by Cat',
'The world is your oyster, not an AI\'s']
const randomIndex = Math.floor(Math.random() * sloganList.length);
const resultingSlogan = sloganList[randomIndex];
--- ---
<BaseLayout pageTitle={pageTitle}> <BaseLayout pageTitle={pageTitle}>
<h2>My awesome blog subtitle</h2> <style>
h1 {
font-family: var(--winter-selfie);
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: white;
}
</style>
<div class="flx(wrap) middle space-evenly halftone">
<div class="flx(wrap) space-evenly is-full">
<div class="flx(column) middle center is-4">
<h1 style="margin: 0;">VFP</h1>
<h1 style="margin: 0;">Media</h1>
<div style="background-color:white;">
<h2 style="font-size: 1.5rem;"><i class="slogan">{resultingSlogan}</i></h2>
</div>
</div>
<figure class="orbit-figure is-5 flx center middle" style="margin:1rem 0;">
<img class="orbit-img" src="/vfpcattailfolded.png" alt='hero logo here'>
</figure>
</div>
</div>
<div class="flx(column) middle space-evenly is-full">
<h2>What is VFP Media?</h2>
<div class="flx(wrap) is-full space-around middle">
<div class='flx middle center is-5' style="width: 400px;" >
<p style="text-align: justify; line-height: 1.5rem;">VFP media is a hosting service built for artists and makers by artists and makers. Our goal is to support artists in their mission to make their
artistic endeavors viable and profitable. We support artists and makers by providing ecommerce, and portfolio websites for 10 dollars + per month. At VFP media, we believe art is for humans and should be made by humans. We are strongly against the use of AI in digital art, writing, and 3d art as well.
</p>
</div>
<figure class="flx middle center" style="margin:0;">
<img src="https://cataas.com/cat" width="300px">
</figure>
</div>
</div>
<!--why make this???-->
<div class="flx(column) middle space-evenly is-full">
<h2>Why make this?</h2>
<div class="flx(wrap) is-full space-around middle">
<figure class="flx middle center" style="margin:0;">
<img src="/pickleCat.webp" width="200px">
<img src="/scaredCat.webp" width="300px">
</figure>
<div class='flx(column) middle center is-5' style="width: 400px;" >
<h3>AI Harms Artists and Consumers</h3>
<p style="text-align: justify; line-height: 1.5rem;">
There are countless stories of people on the internet thinking they are buying art from an Artist only to find out that the product they have purchased
was in fact made by an AI. These are people who would have given money to an artist selling a print or 3d printed design, only to be drowned out by the AI slop machine.
The more real artists we have the better we can seperate the legitamite artists from the prompters using every
piece of data possible to weaponize it against AI. We can poison training data using nightshade on images, and look for suspicious traffic on websites we control
</p>
</div>
</div>
<div class="for-indies flx(wrap) is-full space-around middle">
<div class="flx(column) middle center" style="width:400px;">
<h3>For artist independence</h3>
<p>
We want artists independant of third party platforms. In the age of AI creating a website
is now easier than ever, however not everyone has the time or wants to learn. Artists are then
forced to outsource it to other companies who provide all in one solutions and make it easy and attractive such that they can take everything away,
etsy will nickel and dime you for just hosting products on your website. at vfpmedia, we only ask that you use modern compression using webp and webm, and keep your
and make sure your work is your own.
</p>
<p>etsy, square and shopify will also charge 20+ dollars for something that a simple payment processing api can be down in a few hours by someone whos done this
several times before. word press is a complicated solution and can possibly work as a free option using woo commerce,
however vfpmedia has technology already in use that can be retrofitted and redesigned
to fit most ecommerce, portfolio, and blogging situations, that are much faster and uses more modern technology than wordpress.
as someone who has breifly worked in wordpress there is no shortage of jobs asking for page speed requirements. our solution is lightweight, clean and responsive.</p>
</div>
<figure>
<img src="/independentCat.webp" width="300px">
</figure>
</div>
</div>
<div class="flx(column) middle space-evenly is-full">
<h2>How does it work?</h2>
<div class="flx(wrap) is-full space-around middle">
<div class='flx middle center is-5' style="max-width: 400px; padding: .5rem;" >
<p style="text-align: justify; line-height: 1.5rem;">
First, if you have a website, you provide us with your website and domain name, and we will work with you to migrate it to our personal web servers. You only need to help us pay server rent and keep our lights on to run the business. Our goal is to use the profits to reinvest in advertising and reinvest into advertising and foster a community of real artists to be enjoyed by real people. We will most likely convert your website to run on node.js, but if you prefer to keep the original website technology and use our service solely as managed hosting, we may need to give you special provisions, which would increase the cost, or potentially give you a private server, also increasing your costs. the costs would be negated if you used node.js, and used the xxx.vfpmedia.com subdomain, as this reduces the complexity we need to manage.
</p>
</div>
<div class="flx center middle is-6">
<pre class="mermaid" style="flex-grow: 1;">
flowchart TD
A[Give us your website]
A ==> B[Migrate domain name to our servers] & C[Get a free subdomain]
B ==> D & F
C ==> D[Convert website to node.js] & F
F[Leave website as is] ==> G[$Profit];
D ==> G
classDef default fill:#222,stroke:#111,stroke-width:4px, color:white, font-weight:bold, font-size:1.5rem,text-shadow: 2px 2px 5px #111;
</pre>
</div>
</div>
<div style=" padding: .5rem;">
<p>Once your site is migrated, we simply make sure it stays running for as long as you keep paying for it. We will have a ticket system to which you can email to
vfpmedia@airmail.cc if you have any issues or need help. Expect a timely response within 24 hours and in the case of wanting us to build new features for your
store or leave issues related to the node.js store vfpmedia@airmail.cc is a valid place as well.
if you don't have a website, a basic blog, portfolio, ecommerce,website will be provided for you at no cost, and a free subdomain of your choosing.
(i.e. artistnamehere.vfpmedia.com) </p>
<figure class="flx(wrap) center middle">
<img src="https://cataas.com/cat" width="300px">
</figure>
<p>at this time we are only working with artists we know in meat space in Kansas. we will set you up with stripe, and you will then
be able to take payments online with your store, as long as you update inventory. (website dashboard and hosting dashboard in the works..)
so long as you pay use 10 dollars per month your web presence and store will be there. much like shopify or any other hosting service. website customization will be
you. we recommend using qwen or gemma AI to help you design elements if possible. should you need our help with design, I can help at 25/hr though since I am one person
i would easily be booked and would probably hire it out to a fiverr person or you could as well.
in the future we may create a website builder if theres enough interest, but mainly we want you to share hosting with us much like we would share rent together. </p>
</div>
</div>
<div class="flx(wrap) center middle">
<h2>Status: <span style="color: #8bc926;">Alpha</span></h2>
</div>
<div class="flx(column,wrap) center middle">
<h2>Roadmap:</h2>
<pre class="mermaid" style="flex-grow: 1;">
flowchart TD
id["Create proof of concept node.js store"] == "`**-we are here-**`"
==o b([run in production])
==> c([create systematic process to sign up new users using podman])
==> d([create login and inventory management for node.js ecommerce users])
==> f([secure all uploads for node.js eccomerce store and blog users with nightshade])
==> g([create a catalog of artist sites managed by vfpmedia])
==> h([create our own internal CPanel for managing node.js websites])
==> i([Create multi website tracking anaylsis for tracking AI bots and potential Ai Artists])
==> j([Create website builder for node.js store based on CSS flexbox and grid])
classDef default fill:#222,stroke:#111,stroke-width:4px, color:white, font-weight:bold, font-size:1.25rem,text-shadow: 2px 2px 5px #111;
</pre>
</div>
<div class="conclusion flx(wrap) center middle">
<h2>We hope you'll join Us</h2>
<p>Are you tired of Etsy fees and costly store fees and paying almost 100 dollars per month just to keep your business alive on the internet? Work with us, and we'll let
you do what you do best. creating content that enriches the lives of others while not being bled out like pig for your money. all you have to do is send us an email
and we'll send you updates about VFP media. </p>
<a href="mailto:vfpmedia@airmail.cc" class="btn(large) is-round is-success">Send Email</a>
</div>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true, securityLevel:'strict', look:'handDrawn', nodePlacementStrategy: 'LINEAR_SEGMENTS' });
</script>
<script>
const figure = document.querySelector('.orbit-figure');
const img = document.querySelector('.orbit-img');
figure.addEventListener('mousemove', (e) => {
// 1. Get the dimensions and center of the figure container
const rect = figure.getBoundingClientRect();
const centerX = rect.left + rect.width / 2;
const centerY = rect.top + rect.height / 2;
// 2. Calculate how far the mouse is from the center
const mouseX = e.clientX - centerX;
const mouseY = e.clientY - centerY;
// 3. THE MAGIC: The "Damping Factor"
// Lower number = stays closer to center. Higher = follows mouse more.
const intensity = 0.2;
const moveX = mouseX * intensity;
const moveY = mouseY * intensity;
// 4. Calculate a slight rotation based on mouse position
// This creates the "orbit/tilt" feeling
const rotateX = mouseY * 0.05; // Tilt up/down
const rotateY = -mouseX * 0.05; // Tilt left/right
// 5. Apply the transformation
img.style.transform = `translate(${moveX}px, ${moveY}px) rotateX(${rotateX}deg) rotateY(${rotateY}deg)`;
});
// Reset position when mouse leaves the area
figure.addEventListener('mouseleave', () => {
img.style.transform = `translate(0px, 0px) rotateX(0deg) rotateY(0deg)`;
});
</script>
</BaseLayout> </BaseLayout>

225
src/pages/pricing.astro Normal file
View File

@ -0,0 +1,225 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
const pageTitle = "Pricing";
---
<BaseLayout pageTitle={pageTitle}>
<style>
.card {
border: solid 2px #ccc;
border-radius: 10px;
padding: 1rem;
max-width: 300px;
flex-grow: 1;
margin:.25rem;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
height: 60vh;
}
.price {
font-size: 2rem;
font-weight: bold;
}
:root {
--toggle-width: 200px;
--toggle-height: 48px;
--transition-speed: 0.3s;
}
.toggle-container {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
/* Hide the actual checkbox */
.toggle-input {
display: none;
}
.toggle-label {
position: relative;
display: flex;
width: var(--toggle-width);
height: var(--toggle-height);
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 12px;
cursor: pointer;
padding: 4px;
/* Applying a subtle 3-layer version of your white shadow for depth */
box-shadow:
0 2px 4px rgba(0, 0, 0, 0.05),
0 4px 10px rgba(0, 0, 0, 0.05);
}
/* The Black Sliding Box */
.toggle-switch {
position: absolute;
top: 4px;
left: 4px;
width: calc(50% - 4px);
height: calc(100% - 8px);
background-color: #000000;
border-radius: 8px;
transition: transform var(--transition-speed) ease;
z-index: 1;
}
/* Move the black box when checked */
.toggle-input:checked + .toggle-label .toggle-switch {
transform: translateX(100%);
}
/* Text Styling */
.label-text {
flex: 1;
text-align: center;
line-height: calc(var(--toggle-height) - 8px);
font-family: sans-serif;
font-size: 14px;
font-weight: 600;
z-index: 2;
transition: color var(--transition-speed) ease;
user-select: none;
}
/* Color Logic */
.monthly {
color: #ffffff; /* Starts selected */
}
.annual {
color: #000000;
}
/* Swap colors based on state */
.toggle-input:checked + .toggle-label .monthly {
color: #000000;
}
.toggle-input:checked + .toggle-label .annual {
color: #ffffff;
}
</style>
<div class="flx(column) middle center is-full">
<h2>Pricing:</h2>
<div class="toggle-container">
<input type="checkbox" id="billing-toggle" class="toggle-input" checked="false" >
<label for="billing-toggle" class="toggle-label">
<span class="toggle-switch"></span>
<span class="label-text monthly">Monthly</span>
<span class="label-text annual">Annual</span>
</label>
</div>
<div class="flx(wrap) space-evenly top is-full">
<div class="card flx(column) space-evenly middle">
<h3>Standard:</h3>
<p class="price">$10<span>/month</span></p>
<p>what u get:</p>
<ul>
<li>*Free Website migration</li>
<li>*Free Node.js eccommerce conversion</li>
<li>*1 hour of free support per month</li>
<li>*Free Social media posting, and part of the VFP media Directory</li>
<li>*5 gb of free disk space</li>
</ul>
<a href="mailto:vfpmedia@airmail.cc" class="btn(large) is-round is-primary is-disabled">Buy</a>
</div>
<div class="card flx(column) space-evenly middle">
<h3>Plus:</h3>
<p class="price">$15<span>/month</span></p>
<p>what u get:</p>
<ul>
<li>Everything Included in Standard plus...</li>
<li>*2 hours of free support per month</li>
<li>*10 gb of free disk space</li>
<li>*Custom website technology stack (non node.js websites)</li>
</ul>
<a href="mailto:vfpmedia@airmail.cc" class="btn(large) is-round is-primary is-disabled">Buy</a>
</div>
<div class="card flx(column) space-evenly middle">
<h3> Custom: </h3>
<p class="price">$--<span>/month</span></p>
<p style="font-weight: 400;">You need more than a simple store eccommerce; you need a whole custom solution</p>
<p style="font-weight: 400;">email us your vision, and we will figure out your specific needs, perhaps a new non ai tech or business venture?
only the boldest entreprenuers pick this option;
</p>
<a href="mailto:vfpmedia@airmail.cc" class="btn(large) is-round is-success">Send Email</a>
</div>
</div>
</div>
<script>
const toggle = document.querySelector('#billing-toggle');
toggle.addEventListener('change', (event) => {
console.log(event.target.checked);
if (event.target.checked) {
// Logic for Annual billing
updatePrices('annual',event.target.checked);
} else {
// Logic for Monthly billing
updatePrices('monthly',event.target.checked);
}
});
// toggle.addEventListener('onload', (event) => {
// console.log(event.target);
// if (event.target.checked) {
// // Logic for Annual billing
// updatePrices('annual');
// } else {
// // Logic for Monthly billing
// updatePrices('monthly');
// }
//})
function updatePrices(plan,event) {
console.log(`Switching UI to ${plan} rates...`);
// Here you would update the text content of your pricing cards
document.querySelectorAll('.price').forEach((node,a)=>{
let reg = /^-?\d*(\.\d+)?$/;
let b = node.textContent;
// console.log(node);
// console.log(b.match(/\d+/));
const number = Number(b.match(/\d+/));
// console.log(number)
//number converts null into 0 for some reason...
if (number !== 0 && event !== 'load') {
console.log(event)
if (plan === 'annual') {
node.textContent = `$${number*12}/year`
} else if (plan === 'monthly') {
node.textContent = `$${number/12}/month`
}
}
else if(number !== 0) {
//loading state here. initial state is always monthly
if (plan === 'annual') {
node.textContent = `$${number*12}/year`
} else if (plan === 'monthly') {
node.textContent = `$${number}/month`
}
}
})
}
console.log(toggle.checked);
//updatePrices('monthly', toggle.checked);
if (toggle.checked) {
// Logic for Annual billing
updatePrices('annual','load');
} else {
// Logic for Monthly billing
updatePrices('monthly','load');
}
</script>
</BaseLayout>

View File

@ -4,3 +4,4 @@ menu?.addEventListener('click', () => {
const isExpanded = menu.getAttribute('aria-expanded') === 'true'; const isExpanded = menu.getAttribute('aria-expanded') === 'true';
menu.setAttribute('aria-expanded', `${!isExpanded}`); menu.setAttribute('aria-expanded', `${!isExpanded}`);
}); });

View File

@ -1,74 +1,4 @@
html {
background-color: #f1f5f9;
font-family: sans-serif;
}
body {
margin: 0 auto;
width: 100%;
max-width: 80ch;
padding: 1rem;
line-height: 1.5;
}
* {
box-sizing: border-box;
}
h1 {
margin: 1rem 0;
font-size: 2.5rem;
}
/* nav styles */
.menu {
background-color: #0d0950;
border: none;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
padding: 5px 10px;
}
:has(.menu[aria-expanded="true"]) .nav-links {
display: unset;
}
.nav-links {
width: 100%;
display: none;
margin: 0;
}
.nav-links a {
display: block;
text-align: center;
padding: 10px 0;
text-decoration: none;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #0d0950;
}
.nav-links a:hover,
.nav-links a:focus {
background-color: #ff9776;
}
@media screen and (min-width: 636px) {
.nav-links {
margin-left: 5em;
display: block;
position: static;
width: auto;
background: none;
}
.nav-links a {
display: inline-block;
padding: 15px 20px;
}
.menu {
display: none;
}
}

678
src/styles/mflx.css Normal file
View File

@ -0,0 +1,678 @@
/*a basic flex-box library*/
:root {
--ez-dark-theme:0;
--primary: #6a4c94;
--secondary: #ef8801;
--success: #8bc926;
--warning: #ffca38;
--error: #ff575c;
--info: #1981c2;
--black: #1f1300;
--white: #fffaff;
--main-title:"Arial";
--sub-titles:"Montserrat";
--paragraphs:"Montserrat";
--title-size:5rem;
--subtitle-size:2.5rem;
--padme-setting:0.5em 0.5em 0.5em 0.5em;
--button-roundness:2em 2em 2em 2em;
--marginme-setting:0.5em 0em 0.5em 0em;
/*defines margin and padding intervals*/
--mp-5-setting:2rem;
--mp-4-setting:1rem;
--mp-3-setting:.75rem;
--mp-2-setting:.5rem;
--mp-1-setting:.25rem;
filter: invert(var(--ez-dark-theme));
}
* {
box-sizing: border-box;
}
:root img, video {
filter: invert(var(--ez-dark-theme));
}
:focus {
outline: none;
}
::-moz-focus-inner {
border: 0;
}
h1 {
font-family: var(--main-title), "sans-serif";
font-size: var(--title-size);
}
h2 {
font-size: var(--subtitle-size);
}
h2, h3, h4, h5, h6 {
font-family: var(--sub-titles), "sans";
}
p, button, a, textarea, li, label, span, select, input, .link {
font-family: var(--paragraphs), "sans";
text-decoration: none;
outline: none;
border: none;
padding: 0;
line-height: 1.5;
word-break: break-word;
}
input, p, .link {
margin: 0.25em 0;
}
img, video {
max-width: 100%;
}
input:focus, textarea:focus, select:focus {
border: solid 1px var(--primary);
border-radius: 4px;
}
button:focus, a:focus {
border: solid 1px black;
}
input, button, submit, .is-round:active {
border: none;
}
button[disabled], input[disabled] {
background-color: #ccc;
color: grey;
}
.link:link {
text-decoration: none;
color: var(--info);
}
.link:visited {
color: var(--info);
}
/*color lightened by 5%*/
.link:hover, .link:focus {
border: 0;
color: #1c90d9;
}
ul {
list-style-type: none;
padding: 0;
}
.primary {
background-color: var(--primary);
}
.secondary {
background-color: var(--secondary);
}
.white {
background-color: var(--white);
}
.black {
background-color: var(--black);
}
.flx\(\), .flx {
display: flex;
}
.flx\(wrap\) {
display: flex;
flex-wrap: wrap;
}
.flx\(column\) {
display: flex;
flex-direction: column;
}
.flx\(nowrap\) {
display: flex;
flex-wrap: nowrap;
}
.flx\(nowrap\,column\),
.flx\(column\,nowrap\) {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}
.flx\(column\,wrap\),
.flx\(wrap\,column\) {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
/*vertical alignment for non flex items*/
.top, .col-left {
align-items: flex-start;
}
.bottom, .col-right {
align-items: flex-end;
}
.baseline {
align-items: baseline;
}
.middle, .col-center {
align-items: center;
}
.stretch {
align-items: stretch;
}
/*horizontal alignment*/
.left, .col-top {
justify-content: flex-start;
}
.right, .col-bottom {
justify-content: flex-end;
}
.center, .col-middle {
justify-content: center;
}
.space-evenly, .col-space-evenly {
justify-content: space-evenly;
}
.space-around, .col-space-around {
justify-content: space-around;
}
.space-between, .col-space-between {
justify-content: space-between;
}
.padme {
padding: var(--padme-setting);
}
.marginme {
margin: var(--marginme-setting);
}
.is-1 {
min-width: 8.333333333%;
}
.is-2 {
min-width: 16.666666666%;
}
.is-3, .is-quarter {
min-width: 24.999999999%;
}
.is-4, .is-one-third {
min-width: 33.333333333%;
}
.is-5 {
min-width: 41.666666666%;
}
.is-6, .is-half {
min-width: 49.999999999%;
}
.is-7 {
min-width: 58.333333333%;
}
.is-8, .is-two-thirds {
min-width: 66.666666666%;
}
.is-9, .is-three-quarters {
min-width: 74.999999999%;
}
.is-10 {
min-width: 83.333333333%;
}
.is-11 {
min-width: 91.666666666%;
}
.is-12, .is-full {
min-width: 100%;
}
.is-fluid {
min-width: 0;
}
.btn\(\), .btn, .btn\(normal\) {
background-color: var(--white);
border-width: 1px;
color: var(--black);
cursor: pointer;
font-size: 1em;
justify-content: center;
padding: calc(0.5em - 1px) 1em;
line-height: 1.5em;
text-align: center;
white-space: nowrap;
outline: none;
}
.btn\(small\) {
background-color: var(--white);
color: var(--black);
cursor: pointer;
padding: calc(0.25em - 1px) 0.5em;
line-height: 1.5em;
text-align: center;
white-space: nowrap;
font-size: 0.75em;
outline: none;
}
.btn\(large\) {
background-color: var(--white);
color: var(--black);
cursor: pointer;
padding: calc(0.75em - 1px) 1.25em;
line-height: 1.5em;
text-align: center;
white-space: nowrap;
font-size: 1em;
outline: none;
}
.btn\(xlarge\) {
background-color: var(--white);
color: var(--black);
cursor: pointer;
padding: calc(0.25em - 1px) 0.5em;
line-height: 1.5em;
text-align: center;
white-space: nowrap;
font-size: 2em;
outline: none;
}
/*
each color has a 2% darken for hover
and a 5% darken for active except is-black
*/
.is-primary {
background-color: var(--primary);
color: var(--white);
}
.is-primary:hover {
background-color: #65498d;
}
.is-primary:active {
background-color: #5e4483;
}
.is-secondary {
background-color: var(--secondary);
color: var(--white);
}
.is-secondary::hover {
background-color: #e48201;
}
.is-secondary:active {
background-color: #d57901;
}
.is-success {
background-color: var(--success);
color: var(--black);
}
.is-success:hover {
background-color: #85c125;
}
.is-success:active {
background-color: #7cb422;
}
.is-warning {
background-color: var(--warning);
color: var(--black);
}
.is-warning:hover {
background-color: #ffc72e;
}
.is-warning:active {
background-color: #ffc31f;
}
.is-info {
background-color: var(--info);
color: var(--white);
}
.is-info a:hover {
background-color: #187bb9;
}
.is-info a:active {
background-color: #1672ac;
}
.is-error {
background-color: var(--error);
color: var(--white);
}
.is-error:hover {
background-color: #ff4d52;
}
.is-error:active {
background-color: #ff3d44;
}
.is-black {
background-color: var(--black);
color: var(--white);
}
.is-black:hover {
background-color: #140d00;
}
.is-black:active {
background-color: var(--black);
}
.is-white {
background-color: var(--white);
color: var(--black);
}
.is-white:hover {
background-color: #fff0ff;
}
.is-white:active {
background-color: #ffe0ff;
}
.is-round {
border-radius: var(--button-roundness);
}
.mt-1 {
margin-top: var(--mp-1-setting);
}
.mt-2 {
margin-top: var(--mp-2-setting);
}
.mt-3 {
margin-top: var(--mp-3-setting);
}
.mt-4 {
margin-top: var(--mp-4-setting);
}
.mt-5 {
margin-top: var(--mp-5-setting);
}
.mb-1 {
margin-bottom: var(--mp-1-setting);
}
.mb-2 {
margin-bottom: var(--mp-2-setting);
}
.mb-3 {
margin-bottom: var(--mp-3-setting);
}
.mb-4 {
margin-bottom: var(--mp-4-setting);
}
.mb-5 {
margin-bottom: var(--mp-5-setting);
}
.ml-1 {
margin-left: var(--mp-1-setting);
}
.ml-2 {
margin-left: var(--mp-2-setting);
}
.ml-3 {
margin-left: var(--mp-3-setting);
}
.ml-4 {
margin-left: var(--mp-4-setting);
}
.ml-5 {
margin-left: var(--mp-5-setting);
}
.mr-1 {
margin-right: var(--mp-1-setting);
}
.mr-2 {
margin-right: var(--mp-2-setting);
}
.mr-3 {
margin-right: var(--mp-3-setting);
}
.mr-4 {
margin-right: var(--mp-4-setting);
}
.mr-5 {
margin-right: var(--mp-5-setting);
}
.pb-1 {
padding-bottom: var(--mp-1-setting);
}
.pb-2 {
padding-bottom: var(--mp-2-setting);
}
.pb-3 {
padding-bottom: var(--mp-3-setting);
}
.pb-4 {
padding-bottom: var(--mp-4-setting);
}
.pb-5 {
padding-bottom: var(--mp-5-setting);
}
.pl-1 {
padding-left: var(--mp-1-setting);
}
.pl-2 {
padding-left: var(--mp-2-setting);
}
.pl-3 {
padding-left: var(--mp-3-setting);
}
.pl-4 {
padding-left: var(--mp-4-setting);
}
.pl-5 {
padding-left: var(--mp-5-setting);
}
.pr-1 {
padding-right: var(--mp-1-setting);
}
.pr-2 {
padding-right: var(--mp-2-setting);
}
.pr-3 {
padding-right: var(--mp-3-setting);
}
.pr-4 {
padding-right: var(--mp-4-setting);
}
.pr-5 {
padding-right: var(--mp-5-setting);
}
.pt-1 {
padding-top: var(--mp-1-setting);
}
.pt-2 {
padding-top: var(--mp-2-setting);
}
.pt-3 {
padding-top: var(--mp-3-setting);
}
.pt-4 {
padding-top: var(--mp-4-setting);
}
.pt-5 {
padding-top: var(--mp-5-setting);
}
/*website specific styles*/
/* nav styles */
.menu {
background-color: #0d0950;
border: none;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
padding: 5px 10px;
}
:has(.menu[aria-expanded="true"]) .nav-links {
display: unset;
}
.nav-links {
width: 100%;
display: none;
margin: 0;
}
.nav-links a {
display: block;
text-align: center;
padding: 10px 0;
text-decoration: none;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
color: #0d0950;
}
.nav-links a:hover,
.nav-links a:focus {
background-color: #ff9776;
}
/* The container provides the "detection zone" */
.orbit-figure {
cursor: none; /* Optional: hides cursor for more focus on image */
}
.orbit-img {
object-fit: cover;
/* IMPORTANT: This makes the movement smooth instead of snappy */
transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
pointer-events: none; /* Prevents the image from flickering when it moves under the cursor */
}
.halftone {
--mask: linear-gradient(rgb(0 0 0), rgb(0 0 0 / 0.5));
--stop1: 3%;
--stop2: 90%;
position: relative;
background: white;
filter: contrast(50);
}
.halftone::after {
content: '';
position: absolute;
z-index: -1;
inset: 0;
transform: rotate(180deg);
background-image: radial-gradient(circle at center, black var(--stop1), transparent var(--stop2));
background-size: 1rem 1rem;
background-repeat: round;
background-position: center;
mask-image: var(--mask);
}
.halftone:nth-child(even)::after {
--bgSize: 1.4rem;
--bgPosition: calc(var(--bgSize) / 2);
--stop1: 3%;
--stop2: 22%;
background-image: radial-gradient(circle at center, black var(--stop1), transparent var(--stop2)), radial-gradient(circle at center, black var(--stop1), transparent var(--stop2));
background-size: var(--bgSize) var(--bgSize);
background-position: 0 0, var(--bgPosition) var(--bgPosition);
}
header {
background-color: white;
mask-image: linear-gradient( to bottom, black 0%, black 37%, rgba(0, 0, 0, 0.75) 90%, transparent 100% );
}
p {
font-weight: 401;
}
@media screen and (min-width: 636px) {
.nav-links {
margin-left: 5em;
display: block;
position: static;
width: auto;
background: none;
}
.nav-links a {
display: inline-block;
padding: 15px 20px;
}
.menu {
display: none;
}
}