Add YCH and BLFC pages
This commit is contained in:
16
blfc/index.html
Normal file
16
blfc/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>BLFC</title>
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
</head>
|
||||
|
||||
<body onload="window.location='/'">
|
||||
<main>
|
||||
<p>Redirecting...</p>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
21
index.html
21
index.html
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Ars Ocelli Custom Keychains</title>
|
||||
<title>Ars Ocelli Keychains</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@@ -17,15 +17,20 @@
|
||||
<img style="width: 8rem; margin: 0 auto; text-align: center; border-radius: 50%; box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.25);" id="pfp" src="pfp.jpg" alt="Nettika">
|
||||
<p style="font-size: 2rem; font-weight: bold;">Ars Ocelli</p>
|
||||
<h1 style="font-size: 3.5rem;">Keychains</h1>
|
||||
<img style="margin: 2rem 0; width:100%; border-radius: 1rem;" src="paw-keychains.jpg"/>
|
||||
<p style="text-align: left;">PLA keychains. Ask to see the variations I'm carrying with me at BLFC. I have three designs: paw, axolotl, and crow.</p>
|
||||
<p>Reach out to me on telegram, <a href="https://telegram.me/nettika_cat">@nettika_cat</a>, about making a custom paw keychain for your fursona!</p>
|
||||
<div style="margin: auto 0;" id="paypal-container-FJ2FBS9USRKYL"></div>
|
||||
<p>$5.00 USD</p>
|
||||
<img style="margin: 2rem 0; width:100%; border-radius: 1rem; box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.25);" src="paw-keychains.jpg"/>
|
||||
<p style="text-align: left;">PLA keychains! Stop me at BLFC and ask to see the variations I'm carrying on me. I have three designs: paw, axolotl, and crow.</p>
|
||||
<p>I can make a custom paw keychain for your fursona! Reach out to me on telegram: <a href="https://telegram.me/nettika_cat">@nettika_cat</a>.</p>
|
||||
<div style="margin-top: 2rem;" id="paypal-container-FJ2FBS9USRKYL"></div>
|
||||
<style>
|
||||
#paypal-form-fields-container-FJ2FBS9USRKYL {
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
</main>
|
||||
<script>
|
||||
paypal.HostedButtons({
|
||||
hostedButtonId: "FJ2FBS9USRKYL",
|
||||
}).render("#paypal-container-FJ2FBS9USRKYL")
|
||||
paypal.HostedButtons({ hostedButtonId: "FJ2FBS9USRKYL" })
|
||||
.render("#paypal-container-FJ2FBS9USRKYL")
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
16
ych/index.html
Normal file
16
ych/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>YCH</title>
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
</head>
|
||||
|
||||
<body onload="window.location='/'">
|
||||
<main>
|
||||
<p>Redirecting...</p>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user