Skip to content

Commit

Permalink
first pass of "make the change: all in one place"
Browse files Browse the repository at this point in the history
  • Loading branch information
GDjkhp committed Dec 11, 2024
1 parent 0d4fb1e commit 6a29585
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 37 deletions.
47 changes: 11 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,16 @@
# PERSONAL WEBSITE
Welcome to the repository of my website!
\
![:GDjkhp](https://count.getloli.com/get/@:GDjkhp?theme=rule34&darkmode=0)

# Useful Links
[Home](https://gdjkhp.github.io)

# Games
[Tic Tac Toe](https://gdjkhp.github.io/games/tic-tac-toe)
\
[car driving game](https://gdjkhp.github.io/games/car-driving-game)

# Social Links
[Facebook](https://facebook.com/johnkennedy.pena.9)
\
[Newgrounds](http://jkhp.newgrounds.com/)
\
[YouTube](https://youtube.com/channel/UCDGRP1W4QbkDlweqoykRgmw/)
\
[Soundcloud](https://soundcloud.com/john-kennedy-pena)
\
[GitHub](https://github.com/GDjkhp/)
\
[Reddit](https://reddit.com/user/gdjkhp)
![:GDjkhp](https://count.getloli.com/get/@:GDjkhp?theme=rule34&darkmode=0)

# TODO

[Anime](https://myanimelist.net/animelist/GDjkhp)
\
[Games](https://gdjkhp.github.io/games)
\
GoldSrc Collection
\
Cubeshots
\
Beginning Words
\
Punchface
\
Music Downloads, maybe?
* [Anime](https://myanimelist.net/animelist/GDjkhp): [full anime list](https://myanimelist.net/forum/?topicid=1973077)
* GoldSrc Collection
* [Cubeshots](gdjkhp.github.io/cubeshots-html) and [Cubeshots](https://gdjkhp.github.io/cubeshots)
* Beginning Words
* Punchface
* Music Downloads, maybe? spotify when
* [Thesis](https://gdjkhp.github.io/ama-facial-recognition)
* [Games](https://gdjkhp.github.io/games)
* [Tic Tac Toe](https://gdjkhp.github.io/games/tic-tac-toe)
* [car driving game](https://gdjkhp.github.io/games/car-driving-game)
Binary file added img/kagura-hd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tama-square-hd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TITLE> this is kennedy's website, do not enter! </TITLE>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- width device fix -->
<link rel="icon" href="./img/42247211_1895555103813303_6679866282172481536_n.jpg">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./styles/style.css">
<script src="scripts/strftime.js"></script>
<script src="scripts/clock.js"></script>
<script src="scripts/snow.js"></script>
Expand Down
34 changes: 34 additions & 0 deletions scripts/noob.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
var style = document.createElement("style");
style.innerHTML = `
#particles-js {
width: 100%;
height: 100%;
position: fixed;
}
.markdown-body {
position: absolute;
left: 0;
right: 0;
z-index: 1;
}
body {
background-color: black;
color: white;
}
tr, th, td {
background-color: black;
}
`;
document.head.appendChild(style);

var particlesDiv = document.createElement("div");
particlesDiv.setAttribute("id", "particles-js");
document.body.appendChild(particlesDiv);

var particlesScript = document.createElement("script");
particlesScript.setAttribute("src", "https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js");
document.body.appendChild(particlesScript);

var configScript = document.createElement("script");
configScript.setAttribute("src", "https://gdjkhp.github.io/meeseeks-leaderboard-api/particlesjs-config.js");
document.body.appendChild(configScript);
File renamed without changes.
3 changes: 3 additions & 0 deletions styles/style_cursor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body *, :not(*) {
cursor: url(https://i.imgur.com/nCXdGsA.png), auto;
}

0 comments on commit 6a29585

Please sign in to comment.