Skip to content

Commit da4a855

Browse files
Removed a few animations and updated some text.
1 parent 9894946 commit da4a855

5 files changed

Lines changed: 38 additions & 61 deletions

File tree

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

99
<!--Add title and favicon-->
10-
<title>Johaan Paul - I'm Sorry!!!</title>
10+
<title>Johaan Paul - Where are we?</title>
1111
<link rel="icon" type="image/jpg" href="/Assets/Local/Icons/Transparent Icon.png">
1212

1313
<!--Link Global and Local CSS Files-->
@@ -51,6 +51,7 @@ <h1>Johaan Paul</h1>
5151
<body>
5252
<div class="section">
5353
<h1>404 Not Found</h1>
54+
<h2>Where are we?</h2>
5455
<p>
5556
I apologize for not being able to locate the page you were searching for.<br>
5657
Please click on <a class="link" href="/home/">this link</a> to be directed to the <a class="link" href="/home/">Home Page</a> instead.
@@ -102,7 +103,6 @@ <h1>404 Not Found</h1>
102103
<a id="Mail-Icon" class="flex-child" href="https://mail.google.com/mail/?view=cm&fs=1&to=feedback@johaan.org" target="_blank">
103104
<ion-icon name="mail"></ion-icon>
104105
</a>
105-
106106
<!-- add More social-Icon Links here--->
107107
</footer>
108108
</html>

about-Me/index.html

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,35 @@ <h1>Johaan Paul</h1>
5555
<h1>About Me</h1>
5656
<p>
5757
Hi, My name is Johaan,<br>
58-
I'm a 17-Year-old kid currently studying as a Year 13 at Roncalli College.
59-
This is my Website I made with no specific purpose.
60-
I mainly use this website to learn more about HTML, CSS and JavaScript.
61-
But I will also be uploading most of the games and other sorts of projects I make on the <a class="link" href="/projects/">Projects Page</a> of this website.
62-
If you want the source code for any of my projects or just to see some of my projects that are still under construction head over to my <a class="link" href="https://github.com/dinnerbone422" target="_blank">GitHub Page</a>.
63-
I usually work on improving this site when I'm bored or have nothing better to do.
64-
I know how to make games or websites with HTML, CSS and Javascript, I’m currently learning how to make games with Unreal Engine.
58+
I'm a 18 year-old student studying at Univercity of Canterbury and recently graduated from Roncalli College in Timaru.
59+
This is my personal Website but you read all about it on the <a class="link" href="/home/">Home Page</a>, if not head over to the <a class="link" href="/home/">Home Page</a> to read all about it.
60+
Curently and for the next 4 year im going to be studying a Bachelor of Engineering with Honours at UC.
61+
For the last 5 years I've been studying at Roncalli College in Timaru.
62+
63+
<h2>Hobbies</h2>
64+
In terms of Hobbies I find learning and improving on new skills quite fun.
65+
Some of the skills I have learnt and am currently learning are listed further down.<br>
66+
and when im not learning new skills I like to be playing video games or driving.<br>
67+
I find driving arround quite excitiing and one day hope to have every class of Licence available in New Zealand, so far I have class 1(car) and 6(motorbike) Licences.
68+
69+
<h3>Computer Science and Electronics</h3>
70+
I know how to make games and websites with HTML, CSS and Javascript, and I plan on learning how to make games with Unreal Engine.
6571
I also know how to code in some very basic Python.
66-
Previously I've made some projects using an Arduino Uno and an Esp32 and I will continue to make Arduino projects in my spare time.
72+
Previously I've made some projects using an Arduino Uno's and an Esp32's and I will continue to make Arduino projects in my spare time.
6773
If you would like to see any of my projects head over to my <a class="link" href="/projects/">Projects Page</a>.<br>
74+
75+
<h3>Photography and Videography</h3>
76+
A few years ago I started to experiment with taking Photos. I started on my phone camera and now I have a Canon R50 with the basic kit lens.<br>
77+
I love taking mainly landscape and nature photos, recently I bought a drone and wish to get into areial photography and a bit of videography.<br>
78+
I've also recently started to post the photos that I take on my Photography website which you can find <a class="link" href="https://photos.johaan.org" target="_blank">here</a>.<br>
79+
80+
<h3>Home-Lab</h3>
81+
I have a small home-lab setup in my parents garage with a 2 computers runing as servers.
82+
One of the servers is running as a Proxmox server and the other as a TrueNAS server.
83+
These both have variuos virtual machines and containers runing on them for different purposes.
84+
If you would like to know more about my home-lab setup you can read all about it <a class="link" href="/projects/homelab.html">here</a>.
85+
86+
<br><br>
6887
and once again, Thank You for Visiting my Website.
6988
</p>
7089
</div>
@@ -115,4 +134,4 @@ <h1>About Me</h1>
115134

116135
<!-- add More social-Icon Links here--->
117136
</footer>
118-
</html>
137+
</html>

global.css

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -39,38 +39,6 @@
3939
}
4040
}
4141

42-
@keyframes float-Nav{
43-
0% {
44-
transform: translateY(0px);
45-
}
46-
25% {
47-
transform: translateY(-15px);
48-
}
49-
75% {
50-
transform: translateY(15px);
51-
}
52-
100% {
53-
transform: translateY(0px);
54-
}
55-
}
56-
57-
@keyframes float-Footer{
58-
0% {
59-
transform: translateY(0px);
60-
}
61-
25% {
62-
transform: translateY(-7.5px);
63-
}
64-
75% {
65-
transform: translateY(7.5px);
66-
}
67-
100% {
68-
transform: translateY(0px);
69-
}
70-
}
71-
72-
73-
7442
html{
7543
/*Set Background*/
7644
background-image: url("Assets/Local/Backgrounds/Background.jpg");
@@ -203,15 +171,9 @@ header h1{
203171
nav a{
204172
color: var(--link);
205173
font-size: 1.5rem;
206-
animation: none;
207-
animation: float-Nav 5s ease-in-out infinite;
208174
text-decoration: none;
209175
}
210176

211-
nav a:hover{
212-
animation: float-Nav 0s ease-in-out infinite;
213-
}
214-
215177
#Home-Icon{
216178
transform: translateY(7px);
217179
}
@@ -228,9 +190,4 @@ nav a:hover{
228190
/*Footer*/
229191
footer a{
230192
margin: 0 2%;
231-
animation: float-Footer 5s ease-in-out infinite;
232-
}
233-
234-
footer a:hover{
235-
animation: float-Footer 0s ease-in-out infinite;
236193
}

home/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ <h1>Johaan Paul</h1>
5858
<h1>Home Page</h1>
5959
<p>
6060
Hi there! My name is Johaan and welcome to my website.<br>
61-
This site is basically just my playground where I get to explore and learn HTML, CSS, and JavaScript.
62-
But I also share some of the games and other projects that I've created.
63-
If you're interested in checking them out, feel free to visit my <a class="link" href="/projects/">Projects Page</a> or head over to my <a class="link" href="https://github.com/dinnerbone422" target="_blank">GitHub Page</a> where I'm currently working on some new projects.
61+
This site is started out as a playground where I experiment and learn HTML, CSS, and a little JavaScript.
62+
On here you can find some of the projects that I've worked on like games, more websites, arduino projects and more.
63+
If you're interested in checking them out, feel free to visit my <a class="link" href="/projects/">Projects Page</a> or head over to my <a class="link" href="https://github.com/dinnerbone422" target="_blank">GitHub Page</a> where I'm currently working on some new projects that haven't been posted on this website yet.
6464
If you want to know more about me, you can also visit my <a class="link" href="/about-Me/">About Me Page</a>.<br>
65-
Thanks for dropping by and I hope you enjoy exploring the site!
65+
and to follow my photography and videography work, check out my <a class="link" href="https://photography.johaan.org" target="_blank">photography website</a>!<br><br>
66+
Thanks for dropping by and I hope you enjoy exploring the rest of the site!
6667
</p>
6768
</div>
6869

projects/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ <h1>Johaan Paul</h1>
5656
<h1>My Projects</h1>
5757
<p>
5858
Hi again,<br>
59-
This is where I post most of my projects, like my games, other websites, Arduino projects I've made and pretty much anything else I do in my spare time.
59+
This is where I post most of my projects, like my games, other websites, Arduino projects and pretty much anything else I do in my spare time.
6060
My games usually use libraries like p5.js, p5.play.js, sound.p5.js, matter.js, Etc.
61-
Most of my games are just experiments to see what these libraries can do and how far I can push myself.
61+
Most of my games are just experiments to see what these libraries can do and how far I can push myself, their very basic and not very polished.
6262
My websites are pretty much the same thing just me trying to see what I can do with HTML, CSS and JavaScript, and my other projects similarly are just me trying to see how far I can push myself and see how much I can do while trying to learn something from these fun little projects.
6363
So go click on one of my projects you like and start playing.
64-
If you want to see the source code for any of these games or just want to see some of my games that are still in development then head over to my <a class="link" href="https://github.com/dinnerbone422" target="_blank">GitHub Page</a>.
64+
If you want to see the source code for any of these games or websites or to see some of my games that are still in development then head over to my <a class="link" href="https://github.com/dinnerbone422" target="_blank">GitHub Page</a>.
6565
Or to learn more about me go to the <a class="link" href="/about-Me/">About Me Page</a>.<br><br>
6666
Some of these games do have bugs in them, I apologise for this but I am slowly working towards fixing all of the bugs.<br/>
6767
Good Luck, and thanks for visiting my website.

0 commit comments

Comments
 (0)