Compare commits
25 Commits
49cd315008
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
aaf2b3d75b
|
|||
|
52c9ab2a6d
|
|||
|
5a1c4acbde
|
|||
|
6f42499ece
|
|||
|
f46f6f896e
|
|||
|
b504ea6d96
|
|||
|
f2c1dfa919
|
|||
|
5a9b839192
|
|||
|
c37d7eaf6e
|
|||
|
63c3876362
|
|||
|
fa9e572272
|
|||
|
26333b862c
|
|||
|
b8496277ae
|
|||
|
820723e986
|
|||
|
c48240f940
|
|||
|
836f728581
|
|||
|
51d2708a42
|
|||
|
fa14b9b624
|
|||
|
be8c084276
|
|||
|
72c24e0d0f
|
|||
|
17e4949da7
|
|||
|
3786ccb8d3
|
|||
|
ffeebd1dcb
|
|||
|
833670ccb7
|
|||
|
31868ad1d3
|
5
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
12
.idea/chopster44.com.iml
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/chopster44.com.iml" filepath="$PROJECT_DIR$/.idea/chopster44.com.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
28
about.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main construction">
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
43
blog.html
@@ -1,31 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>Blog</title>
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="/img/pfp.webp" width="141" alt="my profile picture">
|
||||
<div class="headerContent">
|
||||
<h1>Chopster44.com</h1>
|
||||
<div>
|
||||
<a class="link" href="/">home</a>
|
||||
<a class="link" href="/blog">blog</a>
|
||||
<a class="link" href="/now">now</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<h1> Blog: </h1>
|
||||
<p><sub>there isn't anything here yet</sub></p>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>© chopster44 2024</p>
|
||||
</footer>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<h2>Blog</h2>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
34
contact.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<h2>Contact</h2>
|
||||
<p>Pretty much all the ways to get in touch with me:</p>
|
||||
<p id="email">Email: oscar@chopter44.com</p>
|
||||
<p id="discord">Discord: Chopster44</p>
|
||||
<p id="matrix">Matrix: I haven't made one yet</p>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
36
future.html
@@ -1,36 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>Future</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="/img/pfp.webp" width="141" alt="my profile picture">
|
||||
<div class="headerContent">
|
||||
<h1>Chopster44.com</h1>
|
||||
<div>
|
||||
<a class="link" href="/">home</a>
|
||||
<a class="link" href="/blog">blog</a>
|
||||
<a class="link" href="/now">now</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<h1> Future </h1>
|
||||
<p> This page is like a changelog but in reverse, instead of making a list of things I have changed or added, its a list of things I want to add or change about this website</p>
|
||||
<ul>
|
||||
<li> A blog </li>
|
||||
<li> A /about </li>
|
||||
<li> Some nice css </li>
|
||||
<li> A /now </li>
|
||||
</ul>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>© chopster44 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
BIN
img/TokyoBridge6605underconstruction.gif
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
img/debian202405.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
img/lined-paper-texture.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
img/paper.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
img/pfp-transparent.png
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
img/pfp.png
Normal file
|
After Width: | Height: | Size: 212 KiB |
BIN
img/pfp.webp
|
Before Width: | Height: | Size: 21 KiB |
40
imgs.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<h2>imgs</h2>
|
||||
<p>The sources of any pictures i have <strike>stolen</strike> borrowed. Click on the image to view in full size</p>
|
||||
<div class="imgInfo">
|
||||
<a href="img/pfp-transparent.png"><img src="img/pfp-transparent.png" width="141" alt="profile picture"></a>
|
||||
<p>Modified version of some art I found which I've been using as my profile picture. <br>
|
||||
I have tried to find the original artist but the only place I have ever found it is
|
||||
<a href="https://www.reddit.com/r/girlsfrontline/comments/dgwqcd/intervenchan/">[this reddit post]</a></p>
|
||||
</div>
|
||||
<div class="imgInfo">
|
||||
<a href="img/TokyoBridge6605underconstruction.gif"><img src="img/TokyoBridge6605underconstruction.gif"></a>
|
||||
<p>An under construction gif i found on <a href="http://textfiles.com/underconstruction/">[this geocities archive]</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
92
index.css
@@ -1,50 +1,94 @@
|
||||
body {
|
||||
background-image: url(/img/paper.gif);
|
||||
margin: 40px auto;
|
||||
max-width: 650px;
|
||||
max-width: 800px;
|
||||
line-height: 1.8;
|
||||
font-size: 18px;
|
||||
color: #454545;
|
||||
padding: 0 10px;
|
||||
background: #fbf9f7;
|
||||
/*background: #fbf9f7;*/
|
||||
display: grid;
|
||||
grid-template-columns: 150px auto;
|
||||
grid-template-rows: auto auto 2em;
|
||||
grid-template-areas: "logo title"
|
||||
"nav content"
|
||||
"nav foot";
|
||||
gap: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
.div {
|
||||
background-color: #fbf9f7;
|
||||
padding: 0 5px;
|
||||
border: medium outset black;
|
||||
}
|
||||
|
||||
.logo {
|
||||
grid-area: logo;
|
||||
padding: 0 1.5px;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.title {
|
||||
grid-area: title;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.link {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.headerContent {
|
||||
width: 100%;
|
||||
.nav {
|
||||
grid-area: nav;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.main {
|
||||
grid-area: content;
|
||||
}
|
||||
|
||||
.footer {
|
||||
grid-area: foot;
|
||||
}
|
||||
|
||||
.footer >p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.changelog {
|
||||
overflow-y: scroll;
|
||||
|
||||
}
|
||||
|
||||
.construction {
|
||||
background-image: url("img/TokyoBridge6605underconstruction.gif");
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #07a;
|
||||
text-decoration:none;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #941352;
|
||||
color: #07a;
|
||||
}
|
||||
|
||||
sub {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color:#c9d1d9;
|
||||
background:#0d1117
|
||||
}
|
||||
a:link {
|
||||
color:#58a6ff
|
||||
}
|
||||
a:visited {
|
||||
color:#8e96f0
|
||||
}
|
||||
.blogItem {
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
.imgInfo {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.imgInfo > a {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.distro {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
80
index.html
@@ -2,55 +2,43 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>Welcome to chopster44.com!</title>
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img src="/img/pfp.webp" width="141" alt="my profile picture">
|
||||
<div class="headerContent">
|
||||
<h1>Chopster44.com</h1>
|
||||
<div>
|
||||
<a class="link" href="/">home</a>
|
||||
<a class="link" href="/blog">blog</a>
|
||||
<a class="link" href="/now">now</a>
|
||||
</div>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<div id="about">
|
||||
<h2>About me</h2>
|
||||
<p>
|
||||
Hi, I'm chopster44 and this is my website. Here I put anything I have worked on/used/made which I think
|
||||
is cool. This isn't a professional site so things might get a bit messy/all over the place and hard to
|
||||
navigate. I hope you enjoy looking around!
|
||||
<br>
|
||||
If you want to ask me something about anything here, take a look at <a href="contact">[Contact]</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="changelog">
|
||||
<h2>Changes</h2>
|
||||
<div>
|
||||
<p>2024-07-06 - new page layouts, updated some text</p>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<h2>About me:</h2>
|
||||
<p>I'm chopster44</p>
|
||||
<p>I know a bit about programming, design circuit boards, building rockets which defy physics, and I play
|
||||
bass.</p>
|
||||
<p>This is my personal website, here I have a blog where I talk about my projects and other stuff.</p>
|
||||
<hr>
|
||||
<h2> Top projects: </h2>
|
||||
<p> Here's a list of my projects which I think are the coolest. Code-ey things will be on a git thingy
|
||||
somewhere. Solid stuff probably isn't opensource :( so find details on my blog!. </p>
|
||||
<ul>
|
||||
<li>eVCU</li>
|
||||
<li>Something I haven't made yet</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2> Contact: </h2>
|
||||
<p> If you wanna send me a message or see the stuff I do you can probably get a response on one of these</p>
|
||||
<ul>
|
||||
<li> Discord (chopster44) </li>
|
||||
<li> <a href="https://github.com/chopster44">Github</a> </li>
|
||||
<li> I'm chopster44 in most places. </li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2> Other stuff: </h2>
|
||||
<p>This place is pretty empty right now, come back some other time, and it will have some more!</p>
|
||||
<p>I have made a list of what I am going to add to this place <a href="/future">here</a></p>
|
||||
<p>I found the image I use as a pfp online. I would give the artist, but I can't find the source anymore
|
||||
other than a reddit post from years ago <sub>sorry</sub></p>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>© chopster44 2024</p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
30
projects.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<h2>I haven't added anything yet</h2>
|
||||
<div class="construction" style="width: auto; height: 250px;"></div>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
28
rockets.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main construction">
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
44
template.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<div id="about">
|
||||
<h2>About me</h2>
|
||||
<p>
|
||||
Hi, I'm chopster44 and this is my website. Here I put anything I have worked on/used/made which I think
|
||||
is cool. This isn't a professional site so things might get a bit messy/all over the place and hard to
|
||||
navigate. I hope you enjoy looking around!
|
||||
<br>
|
||||
If you want to ask me something about anything here, take a look at <a href="contact">[Contact]</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="changelog">
|
||||
<h2>Changes</h2>
|
||||
<div>
|
||||
<p>2024-07-06 - new page layouts, updated some text</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||