~sky/blog

fde3f1448e6fe5ed32f91ac3165494da3d86dd39 — sky 2 years ago 9b4fc76
Fixed broken links to sky.d2evs.net (redirected to
blog.skylermarks.com), tweaked css, edited index.html for better access
to email list, and updated about.html to match.
3 files changed, 18 insertions(+), 12 deletions(-)

M about.html
M index.html
M styles.css
M about.html => about.html +8 -3
@@ 24,7 24,7 @@
	Articles By Publish Date
	</h5>
<subsection>
	<li><a href = https://sky.d2evs.net/>2021-01-30: Home Page Update</a></li>
	<li><a href = https://blog.skylermarks.com/>2021-01-30: Home Page Update</a></li>
</subsection>

</bytime>


@@ 34,9 34,14 @@
	Information
	</h4>
	<subsection>
	<h4>
		Contact
	</h4>
	</subsection>
	<subsection>
	<h5>Links</h5>
	<li><a href = https://sky.d2evs.net/>Home</a></li>
	<li><a href = https://sky.d2evs.net/archive/>Archive</a></li>
	<li><a href = https://blog.skylermarks.com/>Home</a></li>
	<li><a href = https://blog.skylermarks.com/archive/>Archive</a></li>
	<li>This blog is hosted on <a href = https://d2evs.net/>d2evs.net</a></li>
	</subsection>
	

M index.html => index.html +7 -6
@@ 24,7 24,7 @@
	Articles By Publish Date
	</h5>
<subsection>
	<li><a href = https://sky.d2evs.net/>2021-01-30: Home Page Update</a></li>
	<li><a href = https://blog.skylermarks.com/>2021-01-30: Home Page Update</a></li>
</subsection>

</bytime>


@@ 34,9 34,13 @@
	Information
	</h4>
	<subsection>
	<h5>Contact</h5>
	Please mail thoughts, comments, and concerns to <a href = mailto:~sky/skyler-writing@lists.d2evs.net/>this mailing list</a>
	</subsection>
	<subsection>
	<h5>Links</h5>
	<li><a href = https://sky.d2evs.net/>Home</a></li>
	<li><a href = https://sky.d2evs.net/archive/>Archive</a></li>
	<li><a href = https://blog.skylermarks.com/>Home</a></li>
	<li><a href = https://blog.skylermarks.com/archive/>Archive</a></li>
	<li>This blog is hosted on <a href = https://d2evs.net/>d2evs.net</a></li>
	</subsection>
	


@@ 51,9 55,6 @@
			https://en.wikipedia.org/wiki/The_Open_Definition> the
			open definition</a>.</p>
	</subsection>
	<subsection>
	Please mail thoughts, comments, and concerns to <a href = mailto:~sky/skyler-writing@lists.d2evs.net/>this mailing list</a>
	</subsection>
</misc>



M styles.css => styles.css +3 -3
@@ 93,7 93,7 @@ nav li {
header{
    padding-top: 4%;
    background-image: linear-gradient(LightBlue, white);
    padding-bottom: 5%;
    padding-bottom: 2%;
    text-align: center;
    margin-bottom: 0%;
}


@@ 114,8 114,8 @@ article{
    margin-right: 23%;
    width: 50%;
    clear: none;
    margin-top: 1%;
    padding: 2%;
    margin-top: 0%;
    padding: 1%;

}