asd
This commit is contained in:
commit
8b82bde024
10 changed files with 1043 additions and 0 deletions
34
static/index.html
Normal file
34
static/index.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
|
||||
<title>Violet's Purgatory</title>
|
||||
</head>
|
||||
|
||||
<body class="centered">
|
||||
<div id="card">
|
||||
<h1>Violets Purgatory</h1>
|
||||
<p>Hi! I'm Violet, a teenage web and game developer.</p>
|
||||
<p>My main engine is Godot, and i'm currently bouncing between projects, but I am mainly focusing on a space
|
||||
shooter and a boss rush right now.</p>
|
||||
<p>If you have any issues with the site, put up an issue on codeberg!</p>
|
||||
<br>
|
||||
<p style="color: rgb(255, 125, 125)">Keep in mind that, in general, work on everything may be slowed down for now as I enter college and work on robotics.</p>
|
||||
|
||||
<p>If you need to reach out to me for any reason, please go check my socials! I prefer Revolt, and it will likely be fastest.</p>
|
||||
|
||||
<div id="links">
|
||||
<a href="/socials/">Socials</a>
|
||||
<a href="/portfolios/">Portfolios</a>
|
||||
<a href="/AAAA/">SomethingElse</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue