summaryrefslogtreecommitdiff
path: root/index.html
blob: 0a5899d13e4abc703cb5d749c8f60408c028684e (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns= "http://www.w3.org/1999/xhtml">
  <head>
    <title>Gustaf Rydholm's Webpage</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <meta charset="utf-8">
  </head>

  <body>


    <br /><center><h1>Gustaf Rydholm's Webpage</h1></center><br />
            

    <table width="100%"><tbody><tr><td width="10%"><td width="10%">
            <br />

            <p>Hello, world!</p>

            <p><a href="cv.html">📜 CV</a></p>

            <p>Various software and scripts I maintain and develop (replication x3):</p>
            <dl>
              <dt><a href="https://git.gustafrydholm.xyz"><img src="images/git.png" alt="git logo"> Personal Git</a></dt><dd> 
              <dt><a href="https://github.com/aktersnurra"><img src="images/github.png" alt="git logo"> GitHub</a></dt><dd> 
              <dt><a href="https://gitlab.com/aktersnurra"><img src="images/gitlab.png" alt="git logo"> GitLab</a></dt><dd> 
            </dl>


            <p>TBC...</p>
    </td><td width="10%"></td></tr></tbody></table>
  </body>
</html>