Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <!--Rules:
- A very short/breif layout meant to mimic the neofetch terminal application
- You may
- -frankenstein with other codes (as long as the creator of said code allows it)
- -edit/change as much as you need (example: making character codes into user codes, vice-versa)
- You may not
- -Redistribute, resell, and/or claim its yours
- -Remove credit (you're allowed to move & edit it though, just keep it visible)
- Misc Notes:
- -When editing, remember to turn WYSIWYG off! My codes may break otherwise
- -Some basic html knowledge is recommended for editing
- Default colors:
- -header, emphasized text: text-primary, bg-primary
- -pallete defaults:
- -#ea5952
- -#eef28c
- -#75e584
- -#427ece
- -#6643a8
- -#d372c6
- Change the colors: Ctrl+f and search for the color you want to change.
- -->
- <div class="container my-5" style="max-width:550px">
- <!--window-->
- <div class="card bg-faded" style="box-shadow: 2px 3px 5px
- rgba(0,0,0,0.5)">
- <!--header-->
- <div class="card-header bg-primary text-white py-1 px-2" style="font-weight:bold;letter-spacing:1px">
- <span>Terminal</span>
- <span class="pull-right" style="letter-spacing:2px">
- <i class="fa-solid fa-chevron-down"></i>
- <i class="fa-solid fa-chevron-up"></i>
- <i class="fa-solid fa-circle-x"></i>
- </span>
- </div>
- <!--end header-->
- <!--main info-->
- <div class="card-body p-3">
- <span><span class="text-primary" style="font-weight:bold">charaname@ToyhouseOS</span> : ~$
- neofetch
- </span>
- <div class="row my-1">
- <!--image-->
- <div class="col-12 col-sm-6">
- <div class="card bg-transparent border-0">
- <img src="https://via.placeholder.com/200px" style="max-width:200px;margin-left:auto;margin-right:auto">
- </div>
- </div>
- <!--end image-->
- <!--main info
- if you want to keep it just the pallete/not have anything happen when you hover over them, delete the data-toggle="tooltip" and title="(color)" classes-->
- <div class="col-12 col-sm-6">
- <span>
- <span class="text-primary" style="font-weight:bold">charaname</span>
- @
- <span class="text-primary" style="font-weight:bold">ToyhouseOS</span>
- </span>
- <hr class="my-1" style="border-style:dashed;border-width:2px">
- <span><span class="text-primary" style="font-weight:bold">Name</span> :
- Text
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Gender</span> :
- text
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Pronouns</span> :
- pro-noun
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Species/Race</span> :
- Text
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Birthday</span> :
- 00-00
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Orientation</span> :
- Text
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Designer</span> :
- Text
- </span>
- <br>
- <span><span class="text-primary" style="font-weight:bold">Title</span> :
- Text
- </span>
- <br>
- <!--pallete-->
- <div class="row no-gutters my-2">
- <!--color 1-->
- <div class="col-2">
- <div class="card border-0 rounded-0" data-toggle="tooltip" style="height:25px;
- background-color:#ea5952"
- title="#ea5952"></div>
- </div>
- <!--color 2-->
- <div class="col-2">
- <div class="card border-0 rounded-0" data-toggle="tooltip" style="height:25px;
- background-color:#eef28c"
- title="#eef28c"></div>
- </div>
- <!--color 3-->
- <div class="col-2">
- <div class="card border-0 rounded-0" data-toggle="tooltip" style="height:25px;
- background-color:#75e584"
- title="#75e584"></div>
- </div>
- <!--color 4-->
- <div class="col-2">
- <div class="card border-0 rounded-0" data-toggle="tooltip" style="height:25px;
- background-color:#427ece"
- title="#427ece"></div>
- </div>
- <!--color 5-->
- <div class="col-2">
- <div class="card border-0 rounded-0" data-toggle="tooltip" style="height:25px;
- background-color:#6643a8"
- title="#6643a8"></div>
- </div>
- <!--color 6-->
- <div class="col-2">
- <div class="card border-0 rounded-0" data-toggle="tooltip" style="height:25px;
- background-color:#d372c6"
- title="#d372c6"></div>
- </div>
- </div>
- </div>
- </div>
- <span><span class="text-primary" style="font-weight:bold">charaname@ToyhouseOS</span> : ~$
- <i class="fa-solid fa-rectangle-vertical"></i>
- </span>
- </div>
- </div>
- <!--end window-->
- <!--Credit. You may move it, but please do not delete/remove-->
- <p style="text-align:right;margin-top:3px">HTML by <a href="https://toyhou.se/15218563"><i class='fa-solid fa-heart'></i> Jade-Everstone</a>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment