Rewrite index.html to use new css rules
This commit is contained in:
parent
047a4ff232
commit
dec09dcc18
31
index.html
31
index.html
|
@ -1,30 +1,31 @@
|
|||
<!DOCTYPE HTML>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="/styles/stylemainv2.css">
|
||||
<link rel="stylesheet" type="text/css" href="/styles/stylemain.css"> <!-- Import main styling -->
|
||||
<link rel="stylesheet" type="text/css" href="/styles/buttons.css"> <!-- Button styling -->
|
||||
<link rel="icon" type="image/x-icon" href="/img/favicon/favicon.gif">
|
||||
<title>IDeletedSystem64</title>
|
||||
<!-- Replace "Username" with your name, website name or social username! -->
|
||||
<title>system64.dev</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<!-- Replace "Username" with your name, website name, or social username!-->
|
||||
<h1 class="header">system64.dev</h1>
|
||||
<!-- <h1 class="header">system64.dev_v2</h1> -->
|
||||
<!--
|
||||
<div class="alert">
|
||||
<p class="alert">This is the beta website. Some things may break or disappear with zero notice.</p>
|
||||
</div>
|
||||
<div class-="main">
|
||||
<h1 class="intro">I'm Sophie (she/they)</h1>
|
||||
<p class="info">I am:</p>
|
||||
<ul>
|
||||
<li>a digital and sometimes traditional artist</li>
|
||||
<li>a learning beginner programmer</li>
|
||||
<li>a linux user and aspiring sysadmin</li>
|
||||
</ul>
|
||||
-->
|
||||
<div class="container">
|
||||
<div class="main">
|
||||
<h1>I'm Sophie (she/they)</h1>
|
||||
<h2>I am:</h2>
|
||||
<ul>
|
||||
<li>a digital and sometimes traditional artist</li>
|
||||
<li>a learning beginner programmer</li>
|
||||
<li>a linux user and aspiring sysadmin</li>
|
||||
</ul>
|
||||
<div class="buttons">
|
||||
<input type="button" onclick="location.href='/socials.html';" value="Socials">
|
||||
<input type="button" onclick="location.href='/artwork/index.html';" value="Art Gallery">
|
||||
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</body>
|
Loading…
Reference in New Issue