Skip to content

Commit ef0bc99

Browse files
committedApr 30, 2020
The site is good now
1 parent b06e3f4 commit ef0bc99

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
 

‎_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: V360
22
url: https://thev360.github.io
3-
description: V360's projects and blog!
3+
description: V360's projects and blog
44

55
defaults:
66
scope:

‎index.html

+12-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,23 @@ <h2>NewerTab</h2>
2626
</div>
2727
</div>
2828
</div>
29+
<!--<div class="showcase" style="background-image: url('/assets/Graph2.png');">
30+
<div class="showcase-content">
31+
<h2>Arduboy Graph 2</h2>
32+
<p>Have you ever wanted to do your math homework on a Game Boy? Me neither. Despite that, here's a graphing calculator for the Arduboy!</p>
33+
<div class="button-set">
34+
<a class="buttonlike button-primary" href="/Graph2/">Check it out!</a>
35+
<a class="buttonlike" href="https://github.com/TheV360/ArduboyGraph2/">See code</a>
36+
</div>
37+
</div>
38+
</div>-->
2939
<div class="showcase" style="background-image: url('/assets/CreateFour.jpg');">
3040
<div class="showcase-content">
3141
<h2>Create Four</h2>
3242
<p>Have you ever wanted to program for a computer whose <span title="Don't forget the three text labels that I really should've made static!">only output*</span> is a 7x6 4-color Connect Four board that defies gravity? No? Too bad, here's exactly that.</p>
3343
<div class="button-set">
34-
<a class="buttonlike button-primary" href="/CreateFour/">Check it out!</a>
35-
<a class="buttonlike" href="https://github.com/TheV360/CreateFour/">See code</a>
44+
<a class="buttonlike button-primary" href="/CreateFour/">Check it out!</a>
45+
<a class="buttonlike" href="https://github.com/TheV360/CreateFour/">See code</a>
3646
</div>
3747
</div>
3848
</div>
@@ -50,9 +60,7 @@ <h2>Love2D SmileBASIC Library</h2>
5060
<h1>Social Media</h1>
5161
<ul>
5262
<li><a href="https://twitter.com/V360dev">Twitter</a><span class="unimportant"> &ndash; @V360dev</span></li>
53-
<li><a href="https://reddit.com/u/TheV360">Reddit</a><span class="unimportant"> &ndash; /u/TheV360</span></li>
5463
<li><a href="https://github.com/TheV360">GitHub</a><span class="unimportant"> &ndash; @TheV360</span></li>
55-
<li><a href="https://gitlab.com/TheV360">GitLab</a><span class="unimportant"> &ndash; @TheV360</span></li>
5664
<li><a href="https://v360.itch.io/">Itch.io</a><span class="unimportant"> &ndash; @V360</span></li>
5765
</ul>
5866
</div>

‎js/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ window.addEventListener("DOMContentLoaded", ()=>{
1717
"Having existential crises since 2013!",
1818
"undefined", // Will replace this with some vaguely anti-capitalist garbage soon
1919
"Some ferns are green, I'm in a mech, // TODO: fix for 2020",
20-
"Now contains 100% less JQuery!" // Just wanted to do a jab at JQuery, it's an alright library, but it's pretty bloated...
20+
"<span title=\"It's just a SmileBASIC program that looks like a brick message.\">No 3DSes were harmed in the creation of the Hero image.</span>"
2121
];
2222

2323
// Remove whitespace tags

0 commit comments

Comments
 (0)
Please sign in to comment.