broke everything
revert Segregated all files
This commit is contained in:
parent
4fd4b19011
commit
31fbe13613
7 changed files with 9 additions and 55 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>HTML5 Boilerplate</title>
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>HTML5 Boilerplate</title>
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
<!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>
|
||||
|
|
@ -3,15 +3,15 @@
|
|||
<html lang="en-AU">
|
||||
<head>
|
||||
<title>astolfo.org</title>
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<ul>
|
||||
<li><a class="header-links" href="./html/store.html">store</a></li>
|
||||
<li><a class="header-links" href="./html/blog.html">blog</a></li>
|
||||
<li><a class="header-links" href="./html/services.html">services</a></li>
|
||||
<li><a class="header-links" href="./html/about.html">about</a></li>
|
||||
<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>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>HTML5 Boilerplate</title>
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>store.astolfo.org</title>
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
</head>
|
||||
|
||||
<body style="background-color:rgb(231, 151, 207);">
|
||||
Loading…
Add table
Add a link
Reference in a new issue