sort files
This commit is contained in:
211
templates/character-template-1-jjba.html
Normal file
211
templates/character-template-1-jjba.html
Normal file
@@ -0,0 +1,211 @@
|
||||
<!DOCTYPE html> <!--Tells the computer that this is an HTML document-->
|
||||
<html lang="en"><!--Tells the computer that the language is English-->
|
||||
<body><!--Tells the computer that this is the code you see on the page-->
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Notices</u></h2>
|
||||
<ul>
|
||||
<li>Notice 1</li>
|
||||
<li>Notice 2</li>
|
||||
<li>Notice 3</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Important Notes</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Note 1</li>
|
||||
<li>Note 2</li>
|
||||
<li>Note 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Important Links:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Link 1</li>
|
||||
<li>Link 2</li>
|
||||
<li>Link 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Basic Info:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Full Name: [Full Name]</li>
|
||||
<li>Nickname: [Nickname]</li>
|
||||
<li>Birthday: [Birthday]</li>
|
||||
<li>Gender: [Gender]</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Typology:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Western Zodiac: [Full Name]</li>
|
||||
<li>Chinese Zodiac: [Nickname]</li>
|
||||
<li>Birthday: [Birthday]</li>
|
||||
<li>Gender: [Gender]</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Appearance</u></h2>
|
||||
<p>
|
||||
Describe your Character's appearance here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Personality</u></h2>
|
||||
<p>
|
||||
Describe your Character's personality here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Favorites:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Like 1</li>
|
||||
<li>Like 2</li>
|
||||
<li>Like 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Hates:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Dislike 1</li>
|
||||
<li>Dislike 2</li>
|
||||
<li>Dislike 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Hobbies:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Hobby 1</li>
|
||||
<li>Hobby 2</li>
|
||||
<li>Hobby 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Fears:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Fear 1</li>
|
||||
<li>Fear 2</li>
|
||||
<li>Fear 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Matching Songs:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Hobby 1</li>
|
||||
<li>Hobby 2</li>
|
||||
<li>Hobby 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Matching Songs with other characters:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Fear 1</li>
|
||||
<li>Fear 2</li>
|
||||
<li>Fear 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin-top:30px;">
|
||||
<p>
|
||||
Thanks for reading!
|
||||
</p>
|
||||
<div style="text-align: right;">
|
||||
<img src="https://files.catbox.moe/zhls1u.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body> <!--End Body Code-->
|
||||
</html> <!--End HTML Document-->
|
||||
@@ -0,0 +1,206 @@
|
||||
<!DOCTYPE html> <!--Tells the computer that this is an HTML document-->
|
||||
<html lang="en"><!--Tells the computer that the language is English-->
|
||||
<body><!--Tells the computer that this is the code you see on the page-->
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Notices</u></h2>
|
||||
<ul>
|
||||
<li>Notice 1</li>
|
||||
<li>Notice 2</li>
|
||||
<li>Notice 3</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Important Notes</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Note 1</li>
|
||||
<li>Note 2</li>
|
||||
<li>Note 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Important Links:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Link 1</li>
|
||||
<li>Link 2</li>
|
||||
<li>Link 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Basic Info:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Full Name: [Full Name]</li>
|
||||
<li>Nickname(s): [Nickname]</li>
|
||||
<li>Birthday: [Birthday]</li>
|
||||
<li>Sex: </li>
|
||||
<li>Gender:</li>
|
||||
<li>Sexual Orientation:</li>
|
||||
<li>Height:</li>
|
||||
<li>Hair color:</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Typology:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Western Zodiac: [Full Name]</li>
|
||||
<li>Chinese Zodiac: [Nickname]</li>
|
||||
<li>MBTI: [XXXX]</li>
|
||||
<li>Enneagram: [Enneagram]</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Appearance</u></h2>
|
||||
<p>
|
||||
Describe your Character's appearance here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Personality</u></h2>
|
||||
<p>
|
||||
Describe your Character's personality here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Favorites:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Like 1</li>
|
||||
<li>Like 2</li>
|
||||
<li>Like 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Hates:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Dislike 1</li>
|
||||
<li>Dislike 2</li>
|
||||
<li>Dislike 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Hobbies:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Hobby 1</li>
|
||||
<li>Hobby 2</li>
|
||||
<li>Hobby 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Fears:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Fear 1</li>
|
||||
<li>Fear 2</li>
|
||||
<li>Fear 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Matching Songs:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Hobby 1</li>
|
||||
<li>Hobby 2</li>
|
||||
<li>Hobby 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Matching Songs with other characters:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Fear 1</li>
|
||||
<li>Fear 2</li>
|
||||
<li>Fear 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body> <!--End Body Code-->
|
||||
</html> <!--End HTML Document-->
|
||||
278
templates/profile-template.html
Normal file
278
templates/profile-template.html
Normal file
@@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html> <!--Tells the computer that this is an HTML document-->
|
||||
<html lang="en"><!--Tells the computer that the language is English-->
|
||||
|
||||
<body><!--Tells the computer that this is the code you see on the page-->
|
||||
|
||||
<div class="row justify-content-center">
|
||||
|
||||
<div class="col-md-5" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px; text-align: center;">
|
||||
<div style="text-align: center;">
|
||||
<img style="width:500px;height:400px;" src="https://files.catbox.moe/v62crr.png" alt="Artfight Card">
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<img style="width:150px;height:70px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121726685_9Lhn91qZXmchZKs.png">
|
||||
<img style="width:150px;height:70px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121726691_qljJ4Gsy1O1PyRN.png">
|
||||
<img style="width:150px;height:70px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121726692_DCWWdVy7wdmsOsn.png">
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<p>
|
||||
Profile decor by <a href="https://toyhou.se/39889070.artfight-2026-assets">Crimi</a>, <a href="https://toyhou.se/39884678.f2u-tragedy-decor">bawnana</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin: 1rem">
|
||||
<h2><u>Notices</u></h2>
|
||||
<ol>
|
||||
<li>My <a href="https://framaforms.org/lavender-daydreams-artfight-hitlist-2026-1781585293">Artfight Hit-list Form</a>
|
||||
is open! Also fill out if you would like a Revenge!
|
||||
Fill it out if you would like me to attack or revenge you! Anyone is welcome!
|
||||
Revenging people on my Hitlist will be prioritized.
|
||||
Also feel free to fill it out if you want any specific things from a revenge.</li>
|
||||
<li>Currently working on Artfight Prep. Including Coding and References.</li>
|
||||
<li>
|
||||
I am most active on Discord, <a href="https://instagram.com/lavender.daydream/">Instagram</a>,
|
||||
and <a href="https://bsky.app/profile/lavender-daydream.bsky.social">Bluesky</a>!
|
||||
Discord: lavender.daydream#2167
|
||||
</li>
|
||||
<li>
|
||||
You can find me through the Artfight Discord server.
|
||||
If you want to send me a friend request,let me know that you found me through here
|
||||
</li>
|
||||
<li>
|
||||
I love Comments! Comments on my Profile, Characters, and Art are heavily Appreciated! I'm very likely to respond!
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center g-4">
|
||||
|
||||
<div class="col-md-5 p-1">
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<h2><u>About me</u></h2>
|
||||
<ul>
|
||||
<li>Lavender, Lav</li>
|
||||
<li>She/Her</li>
|
||||
<li>22</li>
|
||||
<li>Hobby Artist, Creative Writer,</li>
|
||||
<li>Sem-Casual Gamer. 3DS, Switch, Laptop, Steamdeck</li>
|
||||
<li>Newbie Programmer / Techy Person</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1">
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<h2><u>Typology</u></h2>
|
||||
<ul>
|
||||
<li>MBTI: INFP</li>
|
||||
<li>Enneagram: 4w5 6w5 9w1 Soc/Sp</li>
|
||||
<li>West Zodiac: Gemini ☀️ · Sagittarius 🌙 · Virgo ⬆️ · Neptune 5th 🏠 & ☀️△</li>
|
||||
<li>Zodiac Planets: Venus in Gemini · Mercury in Tarus · Moon Conjuct Pluto</li>
|
||||
<li>Chinese Zodiac: Wood Monkey 🌿🐒</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
<div style="text-align:center;"><strong><u>Attack/Defense Priority:</u></strong>
|
||||
<br>
|
||||
Revenges > Friends > <a href="https://forms.gle/AnTRDxUBJL5dGmhw7">Hitlist</a> > Mutuals > Opposite Team > Same Team
|
||||
</div>
|
||||
|
||||
<div style="text-align:center;">
|
||||
I may attack outside of my priority list. Especially if I find a character I really like.
|
||||
</div>
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin: 1rem">
|
||||
<h2><u>Attack and Revenge Info</u></h2>
|
||||
|
||||
<p>
|
||||
Attacks and Revenges are NOT guaranteed, but very likely.
|
||||
Near the end of Artfight, I'm less likely to attack/revenge in time before Artfight ends for the year.
|
||||
But I'm 100% up for Offseason attacks and revenges. I have a high battle ratio from previous years.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I might do colored pencil drawings or even colored digital art (although I almost never render, highlights and shadows at most).
|
||||
If you attack me with a colored or rendered art, I will do my best to attack back with an equivalent, but I can't guarantee I will be able to.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I'd be happy to do revenge chains with Friends.
|
||||
Mutuals are a maybe, let me know if you want to a revenge chain.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you want me to make any changes to the art I made, let me know!
|
||||
I probably won't get to it during Artfight, but I'll have time after!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You are completely free to color, line, render etc. over my attack,
|
||||
just credit me for the original artwork if you are posting it somewhere else.
|
||||
I'm more than happy to send files of any digital artwork I do, but I highly
|
||||
doubt I will be able to mail you traditional artwork.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto">
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div class="table-responsive">
|
||||
|
||||
<table class="table table-striped table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><u><strong>Attack Preferences:</strong></u> </td>
|
||||
<td><u><strong>I can Draw:</strong></u> </td>
|
||||
<td><u><strong>Maybe? I'll give it a shot:</strong></u> </td>
|
||||
<td><strong><u>I can't/wont Draw:</u></strong> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>- Simpler Designs<br>
|
||||
- Characters with Big Personalities<br>
|
||||
<em>- Characters with Personality Descriptions</em> </em>
|
||||
<br>
|
||||
<div style="text-align:left;"><em>- Characters with Simpler Alternate Designs</em></div>
|
||||
<div style="text-align:left;"><em><em>- Jojo Related Designs</em> </em></div>- Jojo's Bizarre Adventure OCs
|
||||
<br> - Pokemon OCs
|
||||
<br> - Splatoon OCs
|
||||
<br> - Cute Designs
|
||||
<br> - World of Warcraft OCs
|
||||
<br>
|
||||
</td>
|
||||
<td>- Humans
|
||||
<br> - Anthro/Furry
|
||||
<br> -Feral/Animals
|
||||
<br> - Cartoon,Anime, and Chibi style
|
||||
<br> - Simpler, Expressive Style(s) </td>
|
||||
<td>-Monster
|
||||
<br> - Moderate Detail
|
||||
<br> -Simpler Mechas/Machines
|
||||
<br> -Minimal/Moderate Gore
|
||||
<br> - Slightly Suggestive
|
||||
<br> - Simple environments or scenes </td>
|
||||
<td>- Discriminatory
|
||||
<br> - NSFW
|
||||
<br> - Fetishes
|
||||
<br> - Suggestive or NSFW Art of young/young looking characters
|
||||
<br> - Suggestive or NSFW Art of Feral/Animal characters
|
||||
<br> - Realisitc and Extreme Gore
|
||||
<br> - Realistic Insects (Personal Phobia)
|
||||
<br> -Hyper Realism
|
||||
<br> -High Detail
|
||||
<br> - Machines/Mecha
|
||||
<br> -Very difficult or complicated perspectives
|
||||
<br> - Detailed environments and scenes
|
||||
<br> -Anything against Artfight Rules </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center g-4">
|
||||
<img class="text-emoticon" title="stamp_bloom" src="/css/emoticons/stamp_bloom.png" alt="stamp_bloom.png">
|
||||
<img class="text-emoticon" title="teambloom" src="/css/emoticons/teambloom.png" alt="teambloom.png">
|
||||
<img class="text-emoticon" title="stamp_werewolves" src="/css/emoticons/stamp_werewolves.png" alt="stamp_werewolves.png">
|
||||
<img class="text-emoticon" title="teamwerewolves" src="/css/emoticons/teamwerewolves.png" alt="teamwerewolves.png">
|
||||
<img class="text-emoticon" title="stamp_stardust" src="/css/emoticons/stamp_stardust.png" alt="stamp_stardust.png">
|
||||
<img class="text-emoticon" title="teamstardust" src="/css/emoticons/teamstardust.png" alt="teamstardust">
|
||||
<img class="text-emoticon" title="stamp_crystals" src="/css/emoticons/stamp_crystals.png" alt="stamp_crystals.png">
|
||||
<img class="text-emoticon" title="teamcrystals" src="/css/emoticons/teamcrystals.png" alt="teamcrystals">
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center g-4">
|
||||
|
||||
<div class="col-md-5 p-1">
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<h2><u>This Year's Status</u></h2>
|
||||
<p>
|
||||
Similar to last year, I'm not in School or have a job (Living with Mom).
|
||||
I can get pretty lonely at home, so hanging out with friends and family in real life
|
||||
are the biggest priority for my own wellness. I also have online friends I tend to
|
||||
chat with every so often both over text and Voice Chat. I'll do my best to hang out
|
||||
with them and work on Artfight stuff at the same time. I also have things such as
|
||||
doctors appointments and shopping I need to get done.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1">
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<h2><u>This is my fourth year of Art Fight!</u></h2>
|
||||
<p>
|
||||
I'm much more likely to attack if you interact (Profile Comments, Follows, etc.)
|
||||
I'll be using Art Fight to practice, especially with things like coloring and perspective.
|
||||
I'll also be using it as a way to get me to draw more frequently.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
<div style="text-align:center">
|
||||
<u>My Friends</u>
|
||||
<br>
|
||||
<strong><a href="/~ArtisticAurora" style="color:#8e9995;"> ArtisticAurora</a></strong> (Won't be playing this year) |
|
||||
<strong><a href="/~lilacthekittycat" style="color:#d35e88;"> lilacthekittycat</a></strong>|
|
||||
<strong><a href="/~GEacket" style="color:#8e9995;"> GEacket</a></strong> |
|
||||
<strong><a href="/~JillianTATog" style="color:#8e9995;"> JillianTATog</a></strong>|
|
||||
<strong><a href="/~Jinxykei" style="color:#ba8c25;"> Jinxykei</a></strong>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img style="width: 275px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<p>
|
||||
thanks for reading!
|
||||
<br>
|
||||
Have a good Artfight!
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin: 1rem">
|
||||
<img src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685077_yNttPayOebSSm4b.png">
|
||||
<img src="https://f2.toyhou.se/file/f2-toyhou-se/images/121685100_yNyb7ob1MsyXqdu.png">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
195
templates/stand-template-jjba.html
Normal file
195
templates/stand-template-jjba.html
Normal file
@@ -0,0 +1,195 @@
|
||||
<!DOCTYPE html> <!--Tells the computer that this is an HTML document-->
|
||||
<html lang="en"><!--Tells the computer that the language is English-->
|
||||
<body><!--Tells the computer that this is the code you see on the page-->
|
||||
<div style="background-color: #222222; padding: 20px;">
|
||||
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Notices</u></h2>
|
||||
<ul>
|
||||
<li>Notice 1</li>
|
||||
<li>Notice 2</li>
|
||||
<li>Notice 3</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Important Notes</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Note 1</li>
|
||||
<li>Note 2</li>
|
||||
<li>Note 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Important Links:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Link 1</li>
|
||||
<li>Link 2</li>
|
||||
<li>Link 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Basic Info:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Stand Name: </li>
|
||||
<li>Stand Nicknames: </li>
|
||||
<li>Stand User: </li>
|
||||
<li>Stand Ability Type: </li>
|
||||
<li>Stand Form Type: </li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Stand Stats:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul style="margin:0; padding:0; list-style:none;">
|
||||
<li>Strength/Destructive Power: </li>
|
||||
<li>Speed: </li>
|
||||
<li>Range: </li>
|
||||
<li>Stamina/Durability: </li>
|
||||
<li>Precision:</li>
|
||||
<li>Developmental Potential:</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Appearance</u></h2>
|
||||
<p>
|
||||
Describe your Stand's appearance here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Personality</u></h2>
|
||||
<p>
|
||||
Describe your Stand's personality here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-top: 10px;">
|
||||
<h2><u>Abilities</u></h2>
|
||||
<h3>Ability 1</h3>
|
||||
<p>
|
||||
Describe your Stand's ability here.
|
||||
</p>
|
||||
<h3>Ability 2</h3>
|
||||
<p>
|
||||
Describe your Stand's ability here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Strengths:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Strength 1</li>
|
||||
<li>Strength 2</li>
|
||||
<li>Strength 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Weaknesses:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Weakness 1</li>
|
||||
<li>Weakness 2</li>
|
||||
<li>Weakness 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mx-auto g-4 justify-content-center" style="margin-top: 10px;">
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px; margin-right: 10px">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Matching Songs:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Hobby 1</li>
|
||||
<li>Hobby 2</li>
|
||||
<li>Hobby 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 p-1" style="background-color:#303030; color: #E3E3E3; border-radius: 10px; padding: 10px;">
|
||||
<!-- background color is the color of the box, color is the text color,
|
||||
border-radius is the roundness of the corners,
|
||||
padding is the space between the text and the border -->
|
||||
<p>
|
||||
<h2><u>Matching Songs with other characters:</u></h2>
|
||||
<!--u means underline, margin-bottom is the space between the heading and the stuff below-->
|
||||
<ul>
|
||||
<li>Fear 1</li>
|
||||
<li>Fear 2</li>
|
||||
<li>Fear 3</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin-top:30px;">
|
||||
<p>
|
||||
Thanks for reading!
|
||||
</p>
|
||||
<div style="text-align: right;">
|
||||
<img src="https://files.catbox.moe/zhls1u.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>div>
|
||||
</body> <!--End Body Code-->
|
||||
</html> <!--End HTML Document-->
|
||||
Reference in New Issue
Block a user