-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (94 loc) · 2.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="/favicon-32x32.png" type="image/png" sizes="32x32" />
<link rel="icon" href="/favicon-16x16.png" type="image/png" sizes="16x16" />
<title>Michael Allen Smith (digitalcolony)</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="parent">
<h1>Michael Allen Smith (digitalcolony)</h1>
</header>
<main>
<article>
<p>
Welcome to my GitHub landing page. I used the GitPages service provided by GitHub. You can
setup a free page as well. Details
<a href="https://pages.github.com/">here</a>.
</p>
<p>
The technologies I use the most are SQL, VB.NET, C#, Blazor, ASP.NET, JavaScript, Astro,
and WordPress.
</p>
<ul>
<li>
<a href="https://github.com/digitalcolony" title="My code on GitHub">GitHub</a>
</li>
<li>
<a href="https://www.linkedin.com/in/digitalcolony/" title="My LinkedIn profile"
>LinkedIn</a
>
</li>
</ul>
<div class="parent">
<h2>My websites</h2>
</div>
<section>
<aside>
<h3>
<a href="https://ineedcoffee.com" title="Coffee brewing tutorials and reviews"
>INeedCoffee.com</a
>
</h3>
<p>One of the most popular coffee blogs on the Internet. Since 1999.</p>
</aside>
<aside>
<h3>
<a href="https://criticalmas.org" title="My non-tech interests">CriticalMAS.org</a>
</h3>
<p>My personal blog covering a wide range of topics including health and fitness.</p>
</aside>
<aside>
<h3>
<a href="https://ecofriendlycoffee.org" title="Coffee on the farm"
>EcoFriendlyCoffee.org</a
>
</h3>
<p>A coffee website devoted to science and agriculture.</p>
</aside>
<aside>
<h3>
<a href="https://neilrogers.org" title="5,000 hours of recovered audio"
>NeilRogers.org</a
>
</h3>
<p>An audio and historical archive for the late Neil Rogers, a radio legend.</p>
</aside>
<aside>
<h3>
<a href="https://michaelallensmith.com" title="All my projects"
>MichaelAllenSmith.com</a
>
</h3>
<p>My personal portal. You can start here if you like.</p>
</aside>
<aside>
<h3>
<a href="https://cat-trick.netlify.app" title="cats!">Cat Trick</a>
</h3>
<p>
This is a fun little project I built using Astro. It is a static website of cats that
I meet on my neighborhood walks. It gets the data from a Google Sheet via a Google
Form.
</p>
</aside>
</section>
</article>
</main>
</body>
</html>