Skip to content

Commit 528666b

Browse files
authored
Blog test and some button stuff
1 parent 4f10643 commit 528666b

File tree

3 files changed

+65
-2
lines changed

3 files changed

+65
-2
lines changed

blog.html

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>Cbass92 - Home</title>
6+
<style>
7+
.container {
8+
display: flex;
9+
flex-direction: row;
10+
max-width: 70%;
11+
margin: auto;
12+
}
13+
14+
.about-me {
15+
flex: 1;
16+
margin: 20px;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="main-styles.css">
20+
<link rel="stylesheet" href="tracks.css">
21+
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
22+
<script>
23+
window.addEventListener("load", (event) => {
24+
new cursoreffects.fairyDustCursor();
25+
});
26+
</script>
27+
</head>
28+
29+
<body>
30+
<script src="oneko.js"></script>
31+
<header>
32+
<img width=15% height=auto src="welcome.gif" />
33+
<link href="mailto:[email protected]" rel="me authn">
34+
</header>
35+
<marquee scrollamount="20"><img src="construction.gif" /></marquee>
36+
<table class="navbar">
37+
<tr>
38+
<td><a href=index.html>Home</a></td>
39+
<td><a href=projects.html>My Links</a></td>
40+
</tr>
41+
</table>
42+
<div class="container">
43+
<div class="about-me">
44+
<table>
45+
<tr id="nonpost"><td><h1>Blog</h1></td></tr>
46+
<tr>
47+
<td>
48+
<h2>Welcome to the blog section!</h2>
49+
<p>I will (probably) write stuff here soon about current projects I'm working on or tutorials on how to do stuff. Come back soon!</p>
50+
</td>
51+
</tr>
52+
</table>
53+
54+
</div>
55+
</div>
56+
<img src="flames.gif" style="width: 50%; height: auto; display: block;
57+
margin-left: auto;
58+
margin-right: auto;" />
59+
<script async defer src="https://buttons.github.io/buttons.js" type="text/javascript"></script>
60+
</body>
61+
62+
</html>

buttons/me.gif

29.1 KB
Loading

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>About me</h2>
5151
<td>
5252
<p>Hey there, I'm Cbass92, welcome to my corner of the web! I am currently in the 9th grade. I'm
5353
really into science, math, and technology, and I'm working on a couple of things right now.
54-
I mostly program JS (in-browser), and am also learning Python and CSS. I also like to read,
54+
I mostly program Javascript, and am also learning Python, C, and CSS. I also like to read a lot,
5555
some of my favorite books are Eragon, The Book Thief, and The Talisman. I use this website
5656
for a bunch of random projects.</p>
5757
</td>
@@ -135,7 +135,8 @@ <h1 class="title" style="margin: 0">TAPIR</h1>
135135
<td>
136136
<h2>Buttons</h2><br>
137137
<img src="buttons/anarchy1.gif" />
138-
<a href="https://tamanotchi.world" target="_blank"><img src="/includes/img/tamanotchi.gif"
138+
<img src="buttons/me.gif" />
139+
<a href="https://tamanotchi.world" target="_blank"><img src="https://tamanotchi.world/includes/img/tamanotchi.gif"
139140
alt="TamaNOTchi Badge" /></a>
140141
<img src="buttons/88by31.gif" />
141142
<img src="buttons/hell0.gif" />

0 commit comments

Comments
 (0)