8000 bug fixes and stuffs by jackpurrin · Pull Request #39 · jackpurrin/me · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bug fixes and stuffs #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
> [!NOTE]
> Don't fork please, unless you have something to add. Star my repo!

> [!WARNING]
> The main domain does **NOT** get the latest updates on my website. If you want the latest version of my website, the Dev version website will have the latest updates.

# 1,500 commits!!

## URLs to my website:
### [Main Domain](https://jackpurrin.me/)

### [Cloudflare Pages Mirror](https://jackpurrin-me.pages.dev)

### [Neocities](https://jackpurrin.neocities.org/)

## Beta/Dev Versions of my website
### [Main Domain](https://dev.jackpurrin.me/)

10000 ### [Cloudflare Pages Mirror](https://dev-e0a.pages.dev)

## TODO:

- [x] Improve the chat room
- [ ] Find a better way to add suggestions
- [ ] Add back some games of demand
- [ ] Add an image gallery of sorts
> [!NOTE]
> Don't fork please, unless you have something to add. Star my repo!
> [!WARNING]
> The main domain does **NOT** get the latest updates on my website. If you want the latest version of my website, the Dev version website will have the latest updates.
# 1,500 commits!!
## URLs to my website:
### [Main Domain](https://jackpurrin.me/)
### [Cloudflare Pages Mirror](https://jackpurrin-me.pages.dev)
### [Neocities](https://jackpurrin.neocities.org/)
## Beta/Dev Versions of my website
### [Main Domain](https://dev.jackpurrin.me/)
### [Cloudflare Pages Mirror](https://dev-e0a.pages.dev)
## TODO:
- [x] Improve the chat room
- [ ] Find a better way to add suggestions
- [ ] Add back some games of demand
- [ ] Add an image gallery of sorts
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>you tried to go to</h2>
<p>goofy gooberson</p>
<p>but that does not exist!</p>
<script src="/script/404.js"></script>
<a href="/home"><strong>go home?</strong></a>
<a href="/pages/site"><strong>go home?</strong></a>
</main>
</div>
</body>
Expand Down
49 changes: 0 additions & 49 deletions change.html

This file was deleted.

45 changes: 45 additions & 0 deletions css/chat.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
@import url(main.css);

.message {
padding: 5px 0;
}
.message .member {
display: inline-block;
}
.message-form__button {
margin: 10px;
}

.members-count,
.members-list,
.messages {
padding: 15px;
margin-bottom: 15px;
max-height: 30vw;
}

.messages {
flex-shrink: 1;
overflow: auto;
height: 30vh;
}

.member {
padding-right: 10px;
position: relative;
}

.message-form {
display: flex;
flex-shrink: 0;
}

.message-form__input {
flex-grow: 1;
padding: 10px 15px;
font-size: 16px;
}

.member, .members-count, .message {
border: none;
}
1 change: 1 addition & 0 deletions css/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ html,
body {
font-family: monospace;
font-size: var(--txt-size);
text-align: center;
}

a {
Expand Down
1 change: 0 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
html {
background-color: var(--bkg-clr);
color: var(--txt-clr);
text-a 1E0A lign: center;
overflow: scroll;
}

Expand Down
13 changes: 8 additions & 5 deletions css/navbar.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
@import url(font.css);
@import url(vars.css);

.wrapper {
display: flex;
}

ul {
list-style-type: none;
padding: 15px 35px;
line-height: 3vh;
}

nav {
width: 15%;
}
main {
flex: 1;
}
Expand All @@ -23,3 +21,8 @@ main {
width: 100% !important;
}
}

iframe {
height: 70vh;
border: none;
}
2 changes: 1 addition & 1 deletion css/photobook.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
img {
max-width: 20%;
max-width: 50vw;
}
}
60 changes: 0 additions & 60 deletions drawings.html

This file was deleted.

49 changes: 0 additions & 49 deletions guestbook.html

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<main>
<div>
<h1>welcome to my internet cafe!!</h1>
<h1>welcome to my devsite!!</h1>
<h2>warnings</h2>
<p>this website isn't really anything special, but there is some stuff that can be problematic for people</p>
<p>there is discussion of mental health issues, which can be a trigger for some people.</p>
Expand All @@ -44,7 +44,7 @@ <h2>webrings</h2>
<p><strong>PROCEED WITH CAUTION</strong></p>
<br />
<p>click below to enter</p>
<a href="home"><img src="assets/img/enter.gif" /></a>
<a href="/pages/site"><img src="assets/img/enter.gif" /></a>
</div>
</main>
</body>
Expand Down
35 changes: 35 additions & 0 deletions pages/community/chat.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>jackpurrin's cafe</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/assets/icons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" />
<link rel="shortcut icon" href="/assets/icons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" />
<link rel="stylesheet" href="/css/chat.css" />
<script type="text/javascript" src="/script/scaledrone.js"></script>
</head>

<body>
<header></header>
<div class="wrapper">
<nav>
<iframe src="/pages/site/sidebar"></iframe>
</nav>
<main>
<h1>chat room</h1>
<div class="members-count">-</div>
<div class="members-list">-</div>
<div class="messages"></div>

<form class="message-form" false;">
<input class="message-form__input" placeholder="Type a message.." type="text" />
<input class="message-form__button" value="Send" type="submit" />
</form>
<script src="/script/chat.js"></script>
</main>
474F </div>
</body>
</html>
Loading
0