Segregated all files
This commit is contained in:
parent
e4fc566f43
commit
4fd4b19011
7 changed files with 55 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>HTML5 Boilerplate</title>
|
<title>HTML5 Boilerplate</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>HTML5 Boilerplate</title>
|
<title>HTML5 Boilerplate</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
46
src/html/index.html
Normal file
46
src/html/index.html
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html lang="en-AU">
|
||||||
|
<head>
|
||||||
|
<title>astolfo.org</title>
|
||||||
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<ul>
|
||||||
|
<li><a class="header-links" href="./store.html">store</a></li>
|
||||||
|
<li><a class="header-links" href="./blog.html">blog</a></li>
|
||||||
|
<li><a class="header-links" href="./services.html">services</a></li>
|
||||||
|
<li><a class="header-links" href="./about.html">about</a></li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div id="landing" style="height: 70vh; max-height: 70vh;">
|
||||||
|
<div id="landing-inner">
|
||||||
|
<h1 id="float-header">
|
||||||
|
<span style="animation-delay: 0.1s;">a</span>
|
||||||
|
<span style="animation-delay: 0.2s;">s</span>
|
||||||
|
<span style="animation-delay: 0.3s;">t</span>
|
||||||
|
<span style="animation-delay: 0.4s;">o</span>
|
||||||
|
<span style="animation-delay: 0.5s;">l</span>
|
||||||
|
<span style="animation-delay: 0.6s;">f</span>
|
||||||
|
<span style="animation-delay: 0.7s;">o</span>
|
||||||
|
<span style="animation-delay: 0.8s;">.</span>
|
||||||
|
<span style="animation-delay: 0.9s;">o</span>
|
||||||
|
<span style="animation-delay: 1s; ">r</span>
|
||||||
|
<span style="animation-delay: 1.1s;">g</span>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<marquee id="footer-scroll" style="font-size: 13vw; width: 50%; box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; background-color: var(--accent2); border-radius: var(--rounding)">astolfo.org</marquee>
|
||||||
|
<!-- idk put astolfo in a train here, learn pixel art someday -->
|
||||||
|
<div>
|
||||||
|
<p>all text, html and css licensed under BSD0 unless noted otherwise.</p>
|
||||||
|
<hr>
|
||||||
|
<p>site build at commit [PUT COMMIT HERE]. source avaliable at git.astolfo.org/nico/astolfo.org</p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>HTML5 Boilerplate</title>
|
<title>HTML5 Boilerplate</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>store.astolfo.org</title>
|
<title>store.astolfo.org</title>
|
||||||
<link rel="stylesheet" href="./styles.css">
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="background-color:rgb(231, 151, 207);">
|
<body style="background-color:rgb(231, 151, 207);">
|
||||||
|
|
@ -3,15 +3,15 @@
|
||||||
<html lang="en-AU">
|
<html lang="en-AU">
|
||||||
<head>
|
<head>
|
||||||
<title>astolfo.org</title>
|
<title>astolfo.org</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="header-links" href="./store.html">store</a></li>
|
<li><a class="header-links" href="./html/store.html">store</a></li>
|
||||||
<li><a class="header-links" href="./blog.html">blog</a></li>
|
<li><a class="header-links" href="./html/blog.html">blog</a></li>
|
||||||
<li><a class="header-links" href="./services.html">services</a></li>
|
<li><a class="header-links" href="./html/services.html">services</a></li>
|
||||||
<li><a class="header-links" href="./about.html">about</a></li>
|
<li><a class="header-links" href="./html/about.html">about</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue