Committing edited website files

This commit is contained in:
Scott C. MacCallum 2023-02-15 00:44:40 +00:00
parent bb7af1d3fc
commit e9b1cb0037
2 changed files with 31 additions and 18 deletions

View File

@ -1,35 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic page needs -->
<meta charset="utf-8">
<title>The Home of SCM</title>
<meta name="The Home of SCM" content="">
<meta name="Scott C. MacCallum" content="">
<!-- Mobile specific metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary page layout -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>Welcome</h4>
<p>Thank you for taking the time to visit. This is where I talk tech. and anything else that comes to mind. This site is available as a dot plan file (finger scm on the SDF cluster), on the World Wide Web https://scm.sdf.org/, and Gopher gopher://sdf.org:70/1/users/scm/.<br><br>If your viewing this site with a web browser, you're seeing a standards compliant, revision controlled, GNU Emacs edited HTML file. If not, you're seeing the result of a converted HTML file to a form that's suitable for your client. It even looks good on mobile!</p>
<h4>2023-02-11 - Progress</h4>
<p>I've made a lot of progress with the conversion of this site for other protocols. I'm going to research Gemini next.</p>
<h4>2023-02-08 - A New Day</h4>
<p>Today is a new day! I'm done with WordPress and other overly complex technology solutions.</p>
</div>
<h3>Welcome</h3>
<p>Thank you for taking the time to visit. This is where I talk tech. and anything else that comes to mind.</p>
<h3>Posts</h3>
<h4><a href="https://scm.sdf.org/posts/2023/02.html">2023<a/></h4>
<h3>All of the Ways to Visit This Site</h3>
<p><b>Finger</b> e.g. <b>finger scm</b> on <b>sdf.org</b> or <b>ma.sdf.org</b><br>
<b>Gopher</b> e.g. <b>gopher gopher://sdf.org:70/1/users/scm/</b><br>
<b>World Wide Web</b> e.g. <b>lynx https://scm.sdf.org/</b><br>
<b>Gemini</b> e.g. <b>bombadillo gemini://gem.sdf.org/scm/</b><br>
<b>Source</b> e.g. <b>git clone https://git.sdf.org/scm/web.git</b></p>
</div>
</div>
<!-- End document-->
</body>
</html>

21
posts/2023/02.html Executable file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>February Posts</title>
<meta name="February Posts" content="">
<meta name="Scott C. MacCallum" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
<h4>2/11 - Progress</h4>
<p>I've made a lot of progress with making this site work with different protocols.</p>
<h4>2/8 - A New Day</h4>
<p>Today is a new day! Goodbye WordPress and other over-engineered software.</p>
</div>
</div>
</body>
</html>