[[Homepage]] Mostly written for myself, but if anyone wants to copy the color codes feel free to do so. This website is built on a highly altered version of the Blue-Topaz theme, mixing color schemes from its Pink layout with the original + some CSS style imports. # Heading 1 hexcode: c66279 ## heading 2 hexcode: bb7283 ### Heading 3 hexcode: b4507f #### heading 4 HSL: 216, 69%, 68% ##### heading 5 HSL: 258, 79%, 77% ###### Heading 6 HSL: 290, 85%, 81% <p class="stickies"> Quote in here</p> **bold** _italics_ ~~strikethrough~~ ==Highlight== **_Mix for bold and italics_** - bullet 1 - bullet 2 - bullet 3 - [x] bullet 1 - [x] bullet 2 - [x] bullet 3 > This is a quote \- Some random person online. ^4d9993 1. Section 1. Subsection 1. Section 1. Subsection [Manual Hyperlink naming](https://help.obsidian.md) - [x] This is a completed task. - [ ] This is an incomplete task. - [ ] tasks can be layered. ![[Background 3.png|200x200]] Size and Crop adjust ![[Background.jpg#R|100x100]] NOTE THAT POSITION ADJUST IS INLINE Lorem Ipsum <aside><h1> Test </h1></aside> line break <br> <br> <br> <aside><h2> Test </h2></aside> <aside><h3> Test </h3></aside> <aside><h4> Test </h4></aside> <br> <br> <br> --- page divider Table | First name | Last name | Alive | | ---------- | --------- | --- | | Some | Test | Dead | | Person | Name | Dead | <br> Mermaid sequence diagram ```mermaid sequenceDiagram Alice->>+John: Hello John, how are you? Alice->>+John: John, can you hear me? John-->>-Alice: Hi Alice, I can hear you! John-->>-Alice: I feel great! ``` Mermaid Graph TD ```mermaid graph TD Biology --> Chemistry ```