Add site content and config
This commit is contained in:
35
static/testing_index.html
Normal file
35
static/testing_index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Taylors.Life Home</title>
|
||||
<link rel="stylesheet" href="tufte.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="menu"><a href="/">Home</a></div>
|
||||
<!-- <div class="menu"><a href="/everything.html">Everything</a></div> -->
|
||||
<!-- <div class="menu"><a href="/tagcloud.html">Topics</a></div> -->
|
||||
<!-- <div class="menu"><a href="/visitor_statistics.html">Statistics</a></div> -->
|
||||
<!-- <div class="menu"><a href="/legal.html">Legal</a></div> -->
|
||||
</nav>
|
||||
<article>
|
||||
<section>
|
||||
<script src="as-dithered-image.js"></script>
|
||||
<h1>Taylors.Life</h1>
|
||||
|
||||
<p>Welcome to our website</p>
|
||||
<p>
|
||||
<as-dithered-image id="picture" src="assets/holding_flowers.jpeg" crunch="auto"></as-dithered-image>
|
||||
</p>
|
||||
<h4>Jaime and Tanya w/ Cut Flowers</h4>
|
||||
<p>
|
||||
<as-dithered-image id="picture" src="assets/summer_dog01.jpeg" crunch="auto"></as-dithered-image>
|
||||
</p>
|
||||
<h4>Summer Dog looking majestic</h4>
|
||||
</section>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user