This repository was archived by the owner on Mar 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 3.54 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
layout: home
title: Home
---
<div id="superhero">
<div id="superhero-background"></div>
<div id="profile-container">
<img id="profile" src="/assets/ProfilePicture.jpg" />
</div>
<h1>Hello, world!</h1>
<p>I'm V360, a person that has no idea what they're doing. I make stuff in HTML5, SmileBASIC, PICO-8, C#, and Love2D.</p>
<div class="button-set">
<a class="buttonlike button-primary" href="/blog/">Check out my Blog!</a>
<a id="projectsButton" class="buttonlike" href="javascript:void(0);">Check out my Projects!</a>
</div>
</div>
<div class="showcase" style="background-image: url('/assets/NewerTab.jpg');">
<div class="showcase-content">
<h2>NewerTab</h2>
<p>This is a fully-customizable new tab page. It has Reddit and Tumblr integration too, so you can automatically get your favorite posts as your background every time you open a tab.</p>
<div class="button-set">
<a class="buttonlike button-primary" href="/NewerTab/">Check it out!</a>
<a class="buttonlike" href="https://github.com/TheV360/NewerTab/">See code</a>
</div>
</div>
</div>
<!--<div class="showcase" style="background-image: url('/assets/Graph2.png');">
<div class="showcase-content">
<h2>Arduboy Graph 2</h2>
<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>
<div class="button-set">
<a class="buttonlike button-primary" href="/Graph2/">Check it out!</a>
<a class="buttonlike" href="https://github.com/TheV360/ArduboyGraph2/">See code</a>
</div>
</div>
</div>-->
<div class="showcase" style="background-image: url('/assets/CreateFour.jpg');">
<div class="showcase-content">
<h2>Create Four</h2>
<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>
<div class="button-set">
<a class="buttonlike button-primary" href="/CreateFour/">Check it out!</a>
<a class="buttonlike" href="https://github.com/TheV360/CreateFour/">See code</a>
</div>
</div>
</div>
<div class="showcase" style="background-image: url('/assets/Love2DSmileBASICLibrary.png');">
<div class="showcase-content">
<h2>Love2D SmileBASIC Library</h2>
<p>Ever wanted to port over some games or applications from SmileBASIC, but didn't know where to start? This is a small helper library that provides numerous tools to help you do just that! Make sprites, backgrounds, text screens, and animations with ease!</p>
<div class="button-set">
<a class="buttonlike button-primary" href="https://github.com/TheV360/Love2DSmileBASICLibrary/">Check out the code!</a>
<a class="buttonlike" href="https://thev360.github.io/Love2DSmileBASICLibrary/">See docs</a>
</div>
</div>
</div>
<div class="container">
<h1>Social Media</h1>
<ul>
<li><a href="https://twitter.com/V360dev">Twitter</a><span class="unimportant"> – @V360dev</span></li>
<li><a href="https://github.com/TheV360">GitHub</a><span class="unimportant"> – @TheV360</span></li>
<li><a href="https://v360.itch.io/">Itch.io</a><span class="unimportant"> – @V360</span></li>
</ul>
</div>
<a class="neocities" href="https://v360tech.neocities.org/"><img src="/assets/v360tech.gif" title="Go to v360tech.neocities.org for the latest V360 news and updates!" /></a>