-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<head>
<title>It's always enthusiastic amateur hour at mundek's coding site!</title>
</head>
<body>
<h1>Mundek's Coding Site</h1>
<p>Welcome to this barebones page and the others it links to.</p>
<h3>If you want to see my coding efforts, look no further than the following repository and example deploys:</h3>
<ul>
<li><a href="https://github.com/mundek" target="_blank">GitHub repo</a></li>
<li>Netlify deploys</li>
<ul>
<li><a href="https://svelte-spanish-accents.netlify.app" target="_blank">svelte-spanish-accents</a></li>
<li><a href="https://svelte-spanish-numbers.netlify.app" target="_blank">svelte-spanish-numbers</a></li>
<li><a href="https://64ceaf24d8fb100008fb7eb3--bio-104-click-dots.netlify.app/" target="_blank">BIO 104 :: An Environmental Simulation</a></li>
</ul>
</ul>
Anyone interested in collaborating on javascript apps (both svelte-compiled and vanilla) for mechanical language learning tasks should contact me through <a href="https://github.com/mundek" target="_blank">GitHub</a> or <a href="https://www.linkedin.com/in/raymond-meredith/" target="_blank">Linkedin</a>. I've got lots of ideas, but only so much time after a full-time job and a family I want to spend time with.
</body>
</html>