Small Site overhaul
This commit is contained in:
@@ -6,7 +6,7 @@ Thank you for considering contributing to this project! If you find a typo or a
|
||||
|
||||
### Bug Reports and Feature Requests
|
||||
|
||||
If you encounter a bug or have a feature request, please submit an issue on the [issue tracker](link-to-issue-tracker) with a clear and descriptive title and description. Include steps to reproduce the issue or a detailed explanation of the requested feature.
|
||||
If you encounter a bug or have a feature request, please submit an issue on the [issue tracker](https://codeberg.org/Purplebored/My-Personal-Website/issues) with a clear and descriptive title and description. Include steps to reproduce the issue or a detailed explanation of the requested feature.
|
||||
|
||||
### Pull Requests
|
||||
|
||||
|
||||
11
README.txt
11
README.txt
@@ -4,13 +4,6 @@ purplebored.pl
|
||||
Welcome to my personal website, located at https://purplebored.pl/
|
||||
This is a simple and goofy website that serves as my personal space on the internet.
|
||||
|
||||
My Sites:
|
||||
----------
|
||||
- Subdomain: cat.purplebored.pl
|
||||
- A fun and simple website featuring random cat pictures! [Outdated]
|
||||
- Subdomain: neko.purplebored.pl
|
||||
- A clean and pleasant website with neko pictures, similar to the cat site.
|
||||
|
||||
Catalog of Main Sites:
|
||||
----------------------
|
||||
- Main Site:
|
||||
@@ -37,8 +30,8 @@ limitations under the License.
|
||||
FAQ:
|
||||
Q:Was this site written by AI?
|
||||
A:Short answer no. Long answer somewhat i did used AI to write most of these comments and i did use AI to do some of the things like CSS but i wrote most of the site myself.
|
||||
|------------------------------------------------------------------------|
|
||||
|-----------------------------------------------------------------------|
|
||||
| |
|
||||
| This readme was almost fully written by AmiGGo Chatbot on gg.pl |
|
||||
| |
|
||||
|------------------------------------------------------------------------|
|
||||
|-----------------------------------------------------------------------|
|
||||
|
||||
@@ -30,3 +30,4 @@ html, body {
|
||||
font-size: 24px;
|
||||
color: white;
|
||||
}
|
||||
/* CSS code by Purplebored */
|
||||
@@ -17,4 +17,5 @@
|
||||
<script src="1.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- HTML file by Purplebored-->
|
||||
|
||||
@@ -8,3 +8,4 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
instruction.style.display = "none";
|
||||
});
|
||||
});
|
||||
// JS file by purplebored
|
||||
16
index.html
16
index.html
@@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<!-- Define Open Graph meta tags for social media sharing -->
|
||||
<meta property="og:url" content="https://purplebored.pl">
|
||||
<!-- <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: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:image" content="https://purplebored.pl/assets/pfp.jpg">
|
||||
<meta property="og:title" content="Epic Website..">
|
||||
<meta property="og:description" content="Just my personal website :D">
|
||||
<!-- Define keywords for SEO -->
|
||||
<meta name="keywords" content="Poland, portfolio, purplebored, niko, purplebright, personal portfolio">
|
||||
<!-- Set the favicon for the website -->
|
||||
@@ -24,7 +24,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="popup" id="Popup">
|
||||
<p>This website is still WIP (work in progress) so the site may have out of date information or just look ugly af.</p>
|
||||
<p>This website is still WIP (work in progress) (almost finished trust me bro) so the site may have out of date information or just look ugly af.</p>
|
||||
<button onclick="closePopup()">aight aight!</button>
|
||||
</div>
|
||||
<!-- Header section -->
|
||||
@@ -38,15 +38,15 @@
|
||||
<!-- The big frame with all the things -->
|
||||
<div class="frame">
|
||||
<h2>About Me</h2>
|
||||
<p>Hi, I am Niko. I currently live in Poland, and I am passionate about web development. I am currently learning HTML, JS, and CSS, and I have plans to expand my knowledge in the future. Some of my future interests include diving deeper into Linux servers, learning Go, and exploring many more exciting things. I'm enthusiastic about this journey and eager to explore the vast possibilities in the world of technology!</p>
|
||||
<p>Hi i am Niko aka Purplebored i am Currently learning C# some Ruby and russian :D.</p>
|
||||
<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>BASIC html lmao</p>
|
||||
<h2>My Projects</h2>
|
||||
<li>
|
||||
<h3>Neko.purplebored.pl</h3>
|
||||
<p>A very cool site B).</p>
|
||||
<p>A very cool site B) which uses the nekolife API.</p>
|
||||
<p><a href="https://neko.purplebored.pl" target="_blank">Demo</a></p>
|
||||
<p><a href="https://github.com/PurpleBored/neko.purplebored.pl" target="_blank">neko.purplebored.pl Source Code</a></p>
|
||||
<p><a href="https://codeberg.org/Purplebored/neko.purplebored.pl" target="_blank">neko.purplebored.pl Source Code</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Contact me</h2>
|
||||
|
||||
Reference in New Issue
Block a user