Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 06d3735

Browse files
committed
actual portfolio page
1 parent 13491f2 commit 06d3735

File tree

5 files changed

+36
-24
lines changed

5 files changed

+36
-24
lines changed

.astro/content-assets.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default new Map();

.astro/content-modules.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default new Map();

.astro/data-store.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.1.9","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"https://mmatt.net\",\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"server\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"index.js\",\"redirects\":false,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false},\"legacy\":{\"collections\":false}}"]

src/layouts/BlogLayout.astro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,5 @@ import Layout from "./Layout.astro";
239239
</div>
240240
</a>
241241
</div>
242-
<div>
243-
<a class="underline" href="https://xn--sr8hvo.ws/previous">←</a>
244-
An <a class="underline" href="https://xn--sr8hvo.ws">IndieWeb Webring</a> 🕸💍
245-
<a class="underline" href="https://xn--sr8hvo.ws/next">→</a>
246-
</div>
247242
</div>
248243
</Layout>

src/pages/index.astro

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,44 @@ export const prerender = true;
1111
>
1212
<h1 class="text-4xl font-bold">hello!</h1>
1313
<p>
14-
my name is matt morris and i'm head technologist for <a
14+
my name is <b>matt morris</b> and i'm head technologist for <a
1515
class="underline"
1616
href="https://songish.app?ref=mmatt.net">Songish</a
17-
>. 🧑‍🔬
18-
</p>
19-
<p>
20-
currently in a little experimental era 🧪 so that's whats going on
21-
here... soon i'll have a brand new website design, but i gotta figure
22-
out what I like!!!! <a
17+
>, part time maintainer for <a
2318
class="underline"
24-
href="https://web.archive.org/web/20231207164012/https://mmatt.net/"
25-
>(here's what this page looked like before)</a
26-
>
19+
href="https://teal.fm?ref=mmatt.net">teal.fm</a
20+
>, resident at <a class="underline" href="https://opn.haus"
21+
>Open House*</a
22+
>, and student at <a class="underline" href="https://mtsu.edu">MTSU</a> 🧑‍🔬
2723
</p>
28-
<p>anyways, you aren't missing much. here's everywhere I am:</p>
2924

30-
<ul class="list-disc">
25+
<p>my previous projects include:</p>
26+
<ul class="list-disc -mt-5">
27+
<li>
28+
<a
29+
class="underline"
30+
href="https://github.com/mmattDonk/AI-TTS-Donations"
31+
>the <b>first</b> free and open source AI Text to Speech program for
32+
Twitch Streamers.</a
33+
>
34+
</li>
35+
<li>
36+
<a class="underline" href="https://github.com/mmattDonk/TwitchTunes"
37+
>the (at the time) best way for Spotify users to recieve Song
38+
Requests on Twitch.</a
39+
>
40+
</li>
41+
<li>
42+
<a class="underline" href="https://github.com/mmattbtw/Super-VCs"
43+
>the <b>best</b> automatic voice channel bot on Discord.</a
44+
>
45+
</li>
46+
<a class="underline" href="https://github.com/mmattbtw">and more...</a>
47+
</ul>
48+
49+
<p>you can find me all over the web at:</p>
50+
51+
<ul class="list-disc -mt-5">
3152
<li>
3253
<a
3354
class="underline"
@@ -67,13 +88,6 @@ export const prerender = true;
6788
>
6889
</p>
6990

70-
<div>
71-
<a class="underline" href="https://xn--sr8hvo.ws/previous">←</a>
72-
An <a class="underline" href="https://xn--sr8hvo.ws">IndieWeb Webring</a
73-
> 🕸💍
74-
<a class="underline" href="https://xn--sr8hvo.ws/next">→</a>
75-
</div>
76-
7791
<style>
7892
html {
7993
font-family: system-ui, sans-serif;

0 commit comments

Comments
 (0)