Added fonts and updated the index file
This commit is contained in:
BIN
fonts/JetBrainsMono[wght].ttf
Normal file
BIN
fonts/JetBrainsMono[wght].ttf
Normal file
Binary file not shown.
BIN
fonts/Mona-Sans.ttf
Normal file
BIN
fonts/Mona-Sans.ttf
Normal file
Binary file not shown.
17
index.html
17
index.html
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Define Open Graph meta tags for social media sharing -->
|
<!-- Define Open Graph meta tags for social media sharing -->
|
||||||
<meta property="og:url" content="https://purplebored.pl">
|
<meta property="og:url" content="https://purplebored.pl">
|
||||||
<meta property="og:image" content="https://purplebored.pl/assets/pfp.jpg">
|
<!-- <meta property="og:image" content="https://purplebored.pl/assets/pfp.jpg"> Update that later-->
|
||||||
<meta property="og:title" content="Epic Website\Portfolio.">
|
<meta property="og:title" content="Epic Website\Portfolio.">
|
||||||
<meta property="og:description" content="Epic website people just don't trust me when I am saying that white mode is better on this site">
|
<meta property="og:description" content="Epic website people just don't trust me when I am saying that white mode is better on this site">
|
||||||
<!-- Define keywords for SEO -->
|
<!-- Define keywords for SEO -->
|
||||||
@@ -42,13 +42,6 @@
|
|||||||
<h2>My Skills</h2>
|
<h2>My Skills</h2>
|
||||||
<p>Currently, I am learning JavaScript, but I do have some experience in making Discord bots using discord.js@13.</p>
|
<p>Currently, I am learning JavaScript, but I do have some experience in making Discord bots using discord.js@13.</p>
|
||||||
<h2>My Projects</h2>
|
<h2>My Projects</h2>
|
||||||
<ul class="project-list">
|
|
||||||
<li>
|
|
||||||
<h3>pass.purplebored.pl</h3>
|
|
||||||
<p>Pass.purplebored is a very simple password generator.</p>
|
|
||||||
<p><a href="https://pass.purplebored.pl" target="_blank">Demo</a></p>
|
|
||||||
<p><a href="https://github.com/purplebored/project1" target="_blank">Simple-password-generator Source code</a></p>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<h3>Neko.purplebored.pl</h3>
|
<h3>Neko.purplebored.pl</h3>
|
||||||
<p>A very cool site B).</p>
|
<p>A very cool site B).</p>
|
||||||
@@ -57,19 +50,19 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Contact me</h2>
|
<h2>Contact me</h2>
|
||||||
<p>You can email me if you want at "purplebored@airmail.cc" or "n1kapl@protonmail.com"!</p>
|
<p>You can email me if you want at "n1ko@shitposting.expert"!</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<!-- Footer section -->
|
<!-- Footer section -->
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<!-- Footer links -->
|
<!-- Footer links -->
|
||||||
<ul class="footer-links">
|
<ul class="footer-links">
|
||||||
<li><a href="mailto:thepolishfemboy@keemail.me" target="_blank"><img class="icon" src="assets/email.svg" alt="Email icon"> Email</a></li>
|
<li><a href="mailto:n1ko@shitposting.expert" target="_blank"><img class="icon" src="assets/email.svg" alt="Email icon"> Email</a></li>
|
||||||
<li><a href="https://codeberg.org/Purplebored"><img class="icon" src="assets/codeberg.svg" alt="Codeberg icon"> Codeberg</a></li>
|
<li><a href="https://codeberg.org/Purplebored"><img class="icon" src="assets/codeberg.svg" alt="Codeberg icon"> Codeberg</a></li>
|
||||||
<li><a href="https://github.com/PurpleBored" target="_blank"><img class="icon" src="assets/github.svg" alt="GitHub icon"> GitHub</a></li>
|
<li><a href="https://github.com/PurpleBored" target="_blank"><img class="icon" src="assets/github.svg" alt="GitHub icon"> GitHub</a></li>
|
||||||
<li><a href="https://gitlab.com/PurpleBored" target="_blank"><img class="icon" src="assets/gitlab.svg" alt="GitLab icon"> GitLab</a></li>
|
<li><a href="https://gitlab.com/PurpleBored" target="_blank"><img class="icon" src="assets/gitlab.svg" alt="GitLab icon"> GitLab</a></li>
|
||||||
<li><a href="https://matrix.to/#/@purplebored:envs.net" target="_blank"><img class="icon" src="assets/matrix.svg" alt="Matrix icon">Matrix</a></li>
|
<li><a href="https://matrix.to/#/@purplebored:beeper.com" target="_blank"><img class="icon" src="assets/matrix.svg" alt="Matrix icon">Matrix</a></li>
|
||||||
<li><a href="https://github.com/purplebored/my-personal-website" target="_blank"><img class="icon" src="assets/code.svg" alt="Source code icon">Source code</a> </li>
|
<li><a href="https://codeberg.org/purplebored/my-personal-website" target="_blank"><img class="icon" src="assets/code.svg" alt="Source code icon">Source code</a> </li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- Footer text -->
|
<!-- Footer text -->
|
||||||
<p id="footer">Made with 💜 by Niko aka PurpleBored.</p>
|
<p id="footer">Made with 💜 by Niko aka PurpleBored.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user