summary refs log tree commit diff
path: root/index.html
blob: 9a471367deae9e1cc668a02b808820b5f0766182 (plain)
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
<!doctype html>
<html lang=en>
  <meta charset=utf-8>
  <title>venomade.com - home</title>
  <meta name="description" content="Venomade's Personal Site">
  <link rel="stylesheet" href="css/style.css">
  <link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon">

  <main>
    <nav>

      <header>Site Sections</header>
      <ul>
        <li><a href="nsfaq.html">NSFAQ</a>
        <li><a href="projects.html">Projects</a>
        <li><a href="articles.html">Articles</a>
      </ul>

      <header>Articles</header>
      <p> <!-- Nothing Yet -->

      <header>Other</header>
      <ul>
        <li><a href="startpage.html">Startpage [JS]</a>
        <li><a href="credits.html">Credits</a>
      </ul>

      <header>Services</header>
      <ul>
        <li><a href="https://git.venomade.com">Git</a>
        <li><a href="https://cloud.venomade.com">Nextcloud [JS]</a>
        <li><a href="https://iv.venomade.com">Invidious</a>
      </ul>

    </nav>

    <article>
      <div class=box><div class=inner>

          <a href="res/venomade_pfp.jpg">
            <img src="res/venomade_pfp_small.jpg" alt="[terry davis petting a cat]" class="inline-image">
          </a>

          <p>
            <strong>
              Welcome to venomade.com!
            </strong>

          <p>
            I am <strong>Venomade</strong>, a Student and Junior Software Engineer currently working with C and Common Lisp.
            You can read more about me in my <a href="nsfaq.html">NSFAQ</a>.

          <p>
            I'm always working on some personal project, however none of them are currently fit for public release.
            When that changes you'll be able to find them <a href="projects.html">here</a>.

          <p>
            For anything else, just use the sidebar and have a good rest of your day!

      </div></div>
    </article>

  </main>

  <footer>
    <figure>
    </figure>
    <aside>
      <div class=footer-box><div class=inner>
      Links:
      <a href="https://github.com/venomade">GitHub</a>,
      <a href="https://mas.to/@venomade">Mastodon</a>,
      <a href="https://bsky.app/profile/venomade.bsky.social">Bluesky</a>,
      <a href="mailto:venomade@venomade.com">Email</a>
      </div></div>
    </aside>
  </footer>