changed shade of pink and added more padding

Changes to be committed:
	new file:   Website.code-workspace
	modified:   index.php
	modified:   static/style/index.css
This commit is contained in:
Juli 2024-07-11 01:16:49 +03:00
parent 281ac5890a
commit 5bc3cf009a
3 changed files with 14 additions and 6 deletions

8
Website.code-workspace Normal file
View file

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View file

@ -21,8 +21,8 @@ $date = calculate_elapsed_years("2009-08-29");
</div> </div>
<div class="main_text"> <div class="main_text">
<h2>Hello!</h2> <h2>Hello!</h2>
<p>I am Juli, a Finnish pansexual gender unsure furry from '09(thats <?php echo $date?> years old). I go by Juli or Julimiro, any pronouns are fine.</p></p><br> <p>I am Juli, a Finnish pansexual agender furry from '09(thats <?php echo $date?> years old). I go by Juli or Julimiro, any pronouns are fine.</p></p><br>
<p>I have a few coding projects which are on my github and replit. I am also working on a game, for more info visit <a href="/projects/">projects</a>.</p><br> <p>I have a few coding projects which are on my <a href="https://git.gay/Julimiro">git</a>(and still a bit on my <a href="https://github.com/Juliasmatius">github</a>).</p><br>
<p>My socials can be found below</p> <p>My socials can be found below</p>
<div class="socials"> <div class="socials">
<?php // <a alt="twitter" target="_blank" href="https://twitter.com/julithefurry"><img alt="twitter" title="Twitter" id="twitter" width=50px height=50px src="/static/assets/icons/twitter.svg"/></img></a> ?> <?php // <a alt="twitter" target="_blank" href="https://twitter.com/julithefurry"><img alt="twitter" title="Twitter" id="twitter" width=50px height=50px src="/static/assets/icons/twitter.svg"/></img></a> ?>

View file

@ -12,8 +12,8 @@
border: 0px; border: 0px;
} }
.main_text { .main_text {
border: 2px solid pink; border: 2px solid #f691ff;
padding: 5px; padding: 10px;
max-width: 70%; max-width: 70%;
width: fit-content; width: fit-content;
} }
@ -31,7 +31,7 @@
max-height: 100%; max-height: 100%;
width: auto; width: auto;
height: auto; height: auto;
border: 2px solid pink; border: 2px solid #f691ff;
} }
.socials { .socials {
@ -39,5 +39,5 @@
display: inline-block; display: inline-block;
padding:5px; padding:5px;
padding-bottom: 0px; padding-bottom: 0px;
border: 2px solid pink; border: 2px solid #f691ff;
} }