-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (49 loc) · 1.68 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" class="gen-bg">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen"/>
<title>Strawberry Software</title>
</head>
<main>
<!-- Ah, you think about checking my code? Well, have fun! -->
<a href="main.html">
<img src="./img/logo_new_bg.png" alt="Strawberry Software Logo" class="center" height="191" width="425">
</a>
<div id="list"> <!-- Links -->
<ul>
<li> [<a href="#introduction"> Introduction </a>] </li>
</br>
<li> [<a href="./products_paid.html"> Paid Products </a>] </li>
</br>
<li> [<a href="./products.html"> Free Products </a>] </li>
</br>
<li> [<a href="./faq.html"> FaQ </a>] </li>
</br>
<li> [<a href="#about"> About </a>] </li>
</ul>
</div>
<!-- Introduction -->
<h1 id="introduction">Introduction</h1>
<p>Hi there! I'm Strawberry, though you can call me Strawb.
<br/>
I'm currently the sole developer behind Strawberry Software,<br/>
which I founded in 2018 when I decided to dive deeper into game development.
<br/>
My journey began with creating Super Mario Bros. ROM hacks,
<br/>
but I soon ventured into a variety of projects,
<br/>
from <i>Doki Doki Literature Club</i> mods to several top-down space shooters.
</br>
Today, I continue to craft games while also developing convenience software to enhance user experiences.</p>
<!-- Products -->
<div id="products">
<center>
<h1>Products</h1>
<p>[<a href="./products.html"> Free </a>] </p>
<p>[<a href="./products_paid.html"> Paid </a>] </p>
</center>
</div>
</main>
</html>