Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <!--RULES
- YOU MAY
- -Frankenstein this with other codes and add/change/delete sections to your liking
- -Change colours, images, fonts, ect.
- YOU MAYN'T
- -Resell or copy and paste this template pretty much exactly and pass it off as your own
- -Change every single image to be Minecraft Raw Porkchop
- HOW TO USE
- -When editing, remember to turn WYSIWYG off! (AKA, the button should say "Enable WYSIWYG"! What does that stand for anyway?)
- -I tend to litter comments everywhere. I like to assume that somewhere out there, one of my templates is someone's first ever experience with HTML so I tend to explain accordingly. Feel free to delete the comments to your liking.
- -To change the colours, I recommend copying and pasting all of your code into a Google Doc, going onto "find and replace" and using the colours below to quickly change the colours globally.
- Default Colours
- -Bright Colour: #33449B
- -Darker Colour: #131635
- -Background Colour: #171537
- For this template specifically, your character's design may be consistent no matter what they endure by the end of the story. Therefore, it may be easier to, instead of copying and pasting one Design area to the second design area, you may wanna get rid of the second Design Area and set the button in the spoilers area from 7 to 5 instead. Just remember to add the section back in and change accordingly if you change your mind!
- Thank you for reading!
- Crispin
- -->
- <!--------------------------------------------------------- START BACKGROUND --------------------------------------------------------->
- <div class="col-lg-2 col-md-3 hidden-sm-down sidebar"></div>
- <div class="card rounded-0 border-0 col-lg-10 offset-lg-2 col-md-9 offset-md-3 p-0" style="overflow:hidden; position:fixed; bottom:0; top:0; left:0; z-index:-1; background-color:#171537;">
- </div>
- <!--------------------------------------------------------- END BACKGROUND --------------------------------------------------------->
- <div class="row p-3 tab-pane fade show active"> <!-- This sets up the box you're writing in. I suggest not fiddling this. -->
- <!--------------------------------------------------------- START TABS & PLAYLIST ------------------------------------------------------->
- <div class="col-12 col-lg-4"> <!-- Sets up the Tabs & Playlist area -->
- <!------------------------------------------------------------- START TABS ------------------------------------------------------------>
- <div class="card mb-3 mb-lg-0" style="height:540px; font-family:'comic sans ms'; color:#33449B; background:#131635; border:6px #33449B solid;"> <!-- Sets up Tabs Area -->
- <!------ START HEADER ------>
- <div class="card-header py-1 px-2 text-white" style="font-size:17px; border-radius:0px; background-color:#33449B; border-color:#33449B">
- <span class="pull-left"><i class="fas fa-moon"></i> Tabs</span>
- </div>
- <!------ END HEADER ------>
- <!------------------------- START BUTTONS --------------------------->
- <ul class="nav flex-column m-3"> <!-- Defines this as the list for the buttons -->
- <!--- START BUTTON ONE --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#one">Surface Culture</a></li>
- <!-- <li> and </li> defines each point of the list (like a bullet point!) making each button distinct -->
- <!--- END BUTTON ONE --->
- <!--- START BUTTON TWO --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#two">Geography & Biology</a></li>
- <!-- nav-link btn btn is essentially the building block of the button -->
- <!--- END BUTTON TWO --->
- <!--- START BUTTON THREE --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#three">Communication Styles & Rules</a></li>
- <!-- anything within the style="##" is fun stuff like font of the writing inside the button, the background colour, border colour & thickness, ect. -->
- <!--- END BUTTON THREE --->
- <!--- START BUTTON FOUR --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#four">Notions Of...</a></li>
- <!--- END BUTTON FOUR --->
- <!--- START BUTTON FIVE --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#five">Concepts Of...</a></li>
- <!--- END BUTTON FIVE --->
- <!--- START BUTTON SIX --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#six">Attitudes Towards...</a></li>
- <!--- END BUTTON SIX --->
- <!--- START BUTTON SEVEN --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#seven">Approaches To...</a></li>
- <!--- END BUTTON SEVEN --->
- <!--- START BUTTON EIGHT --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#eight">Images</a></li>
- <!--- END BUTTON EIGHT --->
- <!--- START BUTTON NINE --->
- <li class="nav-item m-1"><a class="nav-link btn btn" style="font-family:'comic sans ms'; color:#33449B; background: #131635; border: 6px #33449B solid;" data-toggle="pill" href="#nine">Sources</a></li>
- <!--- END BUTTON NINE --->
- </ul> <!-- Ends the button list -->
- </div> <!-- End Tabs Area -->
- <!------------------------- END BUTTONS --------------------------->
- <!------------------------------------------------------ END TABS ----------------------------------------------------->
- </div> <!-- End Tabs & Playlist Area -->
- <!------------------------------------------------------ END TABS & PLAYLIST ----------------------------------------------------->
- <!----------------------------------------------------------- START INFO ------------------------------------------------------------>
- <div class="col-12 col-lg-8"> <!-- Sets up The Whole Square On The Right -->
- <div class="card text-white" style="height:715px; font-family:'comic sans ms'; color:#33449B; background:#131635; border:6px #33449B solid;"> <!-- Sets up The Whole Square On The Right 2 -->
- <!------ START HEADER ------>
- <div class="card-header py-1 px-2 text-white" style="font-size:17px; border-radius:0px; background-color:#33449B; border-color:#33449B">
- <span class="pull-left"><i class="fas fa-moon"></i> Info</span>
- </div>
- <!------ END HEADER ------>
- <div class="tab-content"> <!-- Sets up Tabs -->
- <!-------------------------------------------------------- START SURFACE CULTURE --------------------------------------------------------->
- <div class="tab-pane active" id="one"> <!-- Start Tab 1 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Food</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What kinds of foods do this culture have access to?<br>Are they mealers or grazers? How is snacking seen?<br>Extra facts.<br>-</p>
- <p><b>Here Are Some Dishes</b></p>
- <ul>
- <li>Dish 1 - Description of the dish.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Music</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What is the general sound of their traditional music? What instruments do they have access to?<br>-</p>
- <p><b>Here Are Some Musical Genres / Songs</b></p>
- <ul>
- <li>Music Style - Description</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Games</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How are games seen in this culture? Are they a children's toy or are they things adults can enjoy too?<br>What sports are there?<br>Are there board games?<br>-</p>
- <p><b>Here Are Some Games</b></p>
- <ul>
- <li>Game - Description</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> Holidays</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p><b>Here Are Some Holidays</b></p>
- <ul>
- <li>Holiday - Description</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- <!------ START SECTION 5 ------>
- <span style="font-size:22px; color:#33449B"> Fashion</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What is the clothing history like?<br>What is clothing like now?<br>-</p>
- <p><b>Here Are Some Articles Of Clothing</b></p>
- <ul>
- <li>Article Of Clothing - Description</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 5 ------>
- <!------ START SECTION 6 ------>
- <span style="font-size:22px; color:#33449B"> Dances</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What types of dance are there? How significant are they to the culture?<br>-</p>
- <p><b>Here Are Some Dances</b></p>
- <ul>
- <li>Dance Name - Description</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 6 ------>
- <!------ START SECTION 7 ------>
- <span style="font-size:22px; color:#33449B"> Language</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>If they speak primarily English... Why?<br>Do they have any of their own language/slang?<br>-</p>
- <p><b>Here Are Some __ Words And Their Meanings</b></p>
- <ul>
- <li>Word - Description (“Word used in a sentence.”)</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 7 ------>
- <!------ START SECTION 8 ------>
- <span style="font-size:22px; color:#33449B"> Literature</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Can the culture read & write? If so, what alphabet? Do they have myths and legends?<br>-</p>
- <p><b>Some Stories Are</b></p>
- <ul>
- <li>Story - Description (“Word used in a sentence.”)</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 8 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 1 -->
- <!---------------------------------------------------------- END SURFACE CULTURE ------------------------------------------------------->
- <!----------------------------------------------------- START GEOGRAPHY & BIOLOGY ------------------------------------------------------>
- <div class="tab-pane fade" id="two"> <!-- Start Tab 2 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Where Do They Live</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Where does this culture/fantasy race live? Are they stuck in one location or are they dispersed? Do they stay in one location or are they nomadic?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Adaptations</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>If this is an animal/fantasy race, are they adapted to their habitat? How? Are there any drawbacks/limitations to these adaptations?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Etymology</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Why is this group/culture/species called what it is? Where does the word come from? Is it known under a different name in their language/English? How about in other languages?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> History</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Brief (or not so brief) overview of their history as a culture/species (if there is one.) What's their relationship with their neighbours been like historically?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 2 -->
- <!-------------------------------------------------------- END GEOGRAPHY & BIOLOGY ----------------------------------------------------->
- <!------------------------------------------------- START COMMUNICATION STYLE & RULES -------------------------------------------------->
- <div class="tab-pane fade" id="three"> <!-- Start Tab 3 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Facial Expressions</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Are facial expressions important?<br>-</p>
- <p><b>Here Are Facial Expressions And Their Meanings</b></p>
- <ul>
- <li>Wide Eyes - Shocked</li>
- <li>Gesture - Description.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Body Language</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How are people expcted to be postured? Are there any (unconscious) gestures people use to communicate?<br>-</p>
- <p><b>Here Are Some Body Language Cues And Their Meanings</b></p>
- <ul>
- <li>Prolonged staring - Thinks someone is beautiful.</li>
- <li>Gesture - Description.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Eye Contact</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Is eye contact important to this culture? Is it something that's always expected or something that's only done in intimate moments? Or is it rude altogether?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> Personal Space</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What are personal space boundaries like? Are people always hugging and kissing each other or are people more restrained? Are touched ranked in a hierarchy? (IE, you wouldn't kiss your boss but you would kiss a homie.)</p>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- <!------ START SECTION 5 ------>
- <span style="font-size:22px; color:#33449B"> Gestures</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Are gestures used often? If the culture/group/species has different limbs to us (IE, wings) how does this affect their gesticulation?<br>-</p>
- <p><b>Here Are Some Gestures And Their Meanings</b></p>
- <ul>
- <li>Shrug - I don't know.</li>
- <li>Gesture - Description.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 5 ------>
- <!------ START SECTION 6 ------>
- <span style="font-size:22px; color:#33449B"> Outwards Emotion</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Is outwards emotion shown? Or do people bottle things up more? What effect does this have in the culture?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 6 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 2 -->
- <!-------------------------------------------------- END COMMUNICATION STYLE & RULES --------------------------------------------------->
- <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
- <div class="tab-pane fade" id="four"> <!-- Start Tab 4 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Manners</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Are Manners super important? Are some more important than others?<br>-</p>
- <p><b>Here Are Some Manner And Their Meanings</b></p>
- <ul>
- <li>Say "Please" After Request - It's good manners to say please after a request. ("Can you pass me that bottle, please?")</li>
- <li>Manner - Description. Is it good or bad manners to do this?</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Friendship</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Is there a huge emphasis on friendship in the culture or is it more individualistic? Do people tend to have a small group of friends or a large group? How do people feel about befriending outsiders to the culture? Is the culture small enough for everyonet to know each other?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Leadership</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What's the leadership culture like? Do people have a boss or are they their own boss? Do their bosses have bosses? Is there a government?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> Beauty</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Is beauty super important? What are the beauty standards?<br>-</p>
- <p><b>Here Are Some Things That Are Found Beautiful</b></p>
- <ul>
- <li>Thing - Is it found attractive on men, women, or both?</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 4 -->
- <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
- <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
- <div class="tab-pane fade" id="five"> <!-- Start Tab 5 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Time</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How do they measure time? Is it in seconds, hours, days and months like ours? Or is it by time of day (dawn, dusk) and season like in Warrior Cats, for example?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Family</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Are your parents important to you? Are your siblings? What about uncles and cousins? How far back in your bloodline do you have to go for family to stop being important?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Self</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Do the people have a strong sense of self? If so, what do they define themselves on? If they don't, is it because they're in a defined group within the culture? How does a strong/lack of sense of self affect the culture?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> Past & Future</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Do people cling to the past? Are people hopeful for the future? How much time is a long time?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- <!------ START SECTION 5 ------>
- <span style="font-size:22px; color:#33449B"> Fairness & Justice</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What is fairness in this society? Do they believe in a "if you work hard enough, you can achieve anything" attitude or are they more of a "life's not fair, but try anyway" kind of group? What's justice to your culture? Should bad people be locked away? Rehabilitated? Killed? Forced to do the group's dirty work? What kind of punishments are there?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 5 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 5 -->
- <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
- <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
- <div class="tab-pane fade" id="six"> <!-- Start Tab 6 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Elders</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How does your culture see the elderly? Are they treated with respect once they retire or are they cast aside to die? Are they seen as wise or out-of-touch? (Out of time... Sorry.)</p>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Children</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What's the cultures view on children? Should couples be expected to have them or do they only happen once/if the couple feels ready? Are they cherished or are they found to be annoying? (Or both?) At what point do children stop being children? Are there certain rules only children have to follow? Do the children go to a school or do they mope about until a certain age?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Rules</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Are there laws in this culture, spoken or unspoken?<br>-</p>
- <p><b>Here Are Some Rules</b></p>
- <ul>
- <li>Rule - What Is The Rule.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> Work</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What kind of jobs are there in this culture? If there's a wide range of different jobs, can you narrow them down to a few key areas? (IE, sciency jobs, artsy jobs, agriculture, etc.)<br>-</p>
- <p><b>Here Are Some Jobs</b></p>
- <ul>
- <li>Farmer - Grows crops for the rest of the group.</li>
- <li>Job - Description.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- <!------ START SECTION 5 ------>
- <span style="font-size:22px; color:#33449B"> Age</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Usually I just write lifestages here.<br>-</p>
- <p><b>Here Are The Lifestages</b></p>
- <ul>
- <li>Lifestage - Age-Age - Description.</li>
- <li>Child - 4-12 - Old enough to communicate and think but not old enough to be hitting puberty.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 5 ------>
- <!------ START SECTION 6 ------>
- <span style="font-size:22px; color:#33449B"> Authority</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What is this group's views on authority? Do they feel the authority keeps them safe or have they noticed flaws in their system? Are parents taught to respect their parents and teachers or are they on more even ground? Do employees joke about hating their bosses or are they more friendly with their bosses?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 6 ------>
- <!------ START SECTION 7 ------>
- <span style="font-size:22px; color:#33449B"> Animals</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Do they see animals as merely food or companions? Are certain animals symbols for certain things?<br>-</p>
- <p><b>Animals And What They Mean To This Culture</b></p>
- <ul>
- <li>Parrot - Companion</li>
- <li>Chicken - Food</li>
- <li>Crow - Symbol of Death</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 7 ------>
- <!------ START SECTION 8 ------>
- <span style="font-size:22px; color:#33449B"> Death</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How do they feel about death? Are they scared of it? Do they celebrate or mourn a lost one? When someone dies, is a big funeral held or do they just chuck the body in the trash?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 8 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 6 -->
- <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
- <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
- <div class="tab-pane fade" id="seven"> <!-- Start Tab 7 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Courtship</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How does courtship usually go? Is it more modest and under-the-table or are big displays of affection common? Are heterosexuality and homosexuality treated different?<br>-</p>
- <p><b>Some Signs Of Courting Are</b></p>
- <ul>
- <li>Sign Of Courting.</li>
- </ul>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- <!------ START SECTION 2 ------>
- <span style="font-size:22px; color:#33449B"> Marriage</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What are marriage ceremonies like? Can both (or all) parties expect from married life? Is marriage done for love or something else? Are marriages monogamous or polyamorus? (If it's poly, is it one guy and lots of girls, one girls and lots of guys, or mixed?) Is divorce a thing? If so, is it natural or frowned upon?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 2 ------>
- <!------ START SECTION 3 ------>
- <span style="font-size:22px; color:#33449B"> Raising Children</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>What's raising children like? Does most of the duty fall to one parent or do both help? Are children raised by just the parents, a small group (parents, teachers) or the whole society? Do parents raise their children to be realists or optimists?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 3 ------>
- <!------ START SECTION 4 ------>
- <span style="font-size:22px; color:#33449B"> Making Decisions</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How are decisions made when placed in a group? Is one person expected to take charge or is it more democratic? If there's a hierarchy, what's it like? Why's it like that?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 4 ------>
- <!------ START SECTION 5 ------>
- <span style="font-size:22px; color:#33449B"> Problem Solving</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>How do problem typically get solved?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 5 ------>
- <!------ START SECTION 6 ------>
- <span style="font-size:22px; color:#33449B"> Religion</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p>Is there a central religion? If so, what's it like? Is it more deity based or is it more spirit based? Is there more than one religion in this culture? Do people believe a mix of both or just stick to one?</p>
- <!------ END TEXT ------>
- <!------ END SECTION 6 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 7 -->
- <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
- <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
- <div class="tab-pane fade" id="eight"> <!-- Start Tab 8 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Images</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/45833917_0dVDkUkRno6evmr.jpg" alt="Image Goes Here."> <!-- Image That Appears On Reference-->
- <a href="https://www.shutterstock.com/image-photo/starry-sky-half-moon-scenic-cloudscape-184864001" data-toggle="tooltip" title="full size" style="color:#FFFFFF; position:absolute; top:2px; right:6px; font-size:17px;"> <i class="fas fa-external-link"></i> </a> <!-- Link To Fullsize Image -->
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 8 -->
- <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
- <!---------------------------------------------------------- START SECTION ----------------------------------------------------------->
- <div class="tab-pane fade" id="nine"> <!-- Start Tab 9 -->
- <div class="card-body p-3 table-responsive" style="max-height:675px"> <!-- This area is 675 pixels high -->
- <!------ START SECTION 1 ------>
- <span style="font-size:22px; color:#33449B"> Sources</span> <!-- Writes Trivia at the top -->
- <hr class="mt-1 mb-2" style="border-color:#33449B; border-style:dashed;"> <!-- The lil underline beneath Trivia -->
- <!------ START TEXT ------>
- <p><a href="#">Source</a> - Source Description.</p>
- <!------ END TEXT ------>
- <!------ END SECTION 1 ------>
- </div> <!-- End 675 pixels high div -->
- </div> <!-- End Tab 9 -->
- <!----------------------------------------------------------- END SECTION ------------------------------------------------------------>
- </div> <!-- End Tabs -->
- </div> <!-- Sets up The Whole Square On The Right 2 -->
- </div> <!-- End The Whole Square On The Right -->
- </div> <!-- End Tab Content -->
- <!--Credit. You may move it, but please do not delete/remove-->
- <div class="text-right w-100">
- <a href="https://toyhou.se/15656852.oak-woods-code" target="_blank" class="m-1" style="color:#fff;"><i class="fas fa-code"></i> Code By CrispinAsheYA</a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement