diff options
Diffstat (limited to 'p')
-rw-r--r-- | p/index.html | 27 | ||||
-rw-r--r-- | p/index.tpl | 4 | ||||
-rw-r--r-- | p/m.htm | 5 |
3 files changed, 30 insertions, 6 deletions
diff --git a/p/index.html b/p/index.html index 04f8e8b..fd0c53e 100644 --- a/p/index.html +++ b/p/index.html @@ -1 +1,26 @@ -<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="../s/m.css" /><link rel="icon" type="image/png" href="../i/me.png" /><title>Projects</title></head><body><div id="m"><div id="h"><img src="../i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="../h">HOME</a> : <a href="../p">PROJECTS</a> : <a href="../w">ABOUT</a></div><div id="b"><h2>PROJECTS</h2><p><a href="../w">w</a> (HTML, CSS)<br />Website</p><p><a href="../wf">wf</a> (C#)<br />WinForms</p><p><a href="../sql">sql</a> (SQL, PLSQL)<br />SQL</p></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html> \ No newline at end of file +<!doctype html><html lang="en"><head> +<meta http-equiv="content-type" + content="text/html;charset=utf-8" /> +<meta name="viewport" + content="width=device-width,initial-scale=1" /> +<link rel="stylesheet" type="text/css" href="../s/m.css" /> +<link rel="icon" type="image/png" href="../i/me.png" /> +<title>Projects</title></head><body> +<div id="m"><div id="h"> + +<img src="../i/me.png" alt="photo of myself" /> +<h1>Porter Swanstrom</h1><br /> +<a href="../">HOME</a> : +<a href="../p">PROJECTS</a> : +<a href="../w">ABOUT</a> + +</div><div id="b"> + +<h2>PROJECTS</h2> +<p><a href="../w">w</a> (HTML, CSS)<br />Website</p> +<p><a href="../wf">wf</a> (C#)<br />WinForms</p> +<p><a href="../sql">sql</a> (SQL, PLSQL)<br />SQL</p> + +</div><div id="f"> +<p>Made by <a href="../">PORTER SWANSTROM</a></p> +</div></div></body></html> diff --git a/p/index.tpl b/p/index.tpl new file mode 100644 index 0000000..b2c1f95 --- /dev/null +++ b/p/index.tpl @@ -0,0 +1,4 @@ +<h2>PROJECTS</h2> +<p><a href="@pathtofile($[output-dir]w)">w</a> (HTML, CSS)<br />Website</p> +<p><a href="@pathtofile($[output-dir]wf)">wf</a> (C#)<br />WinForms</p> +<p><a href="@pathtofile($[output-dir]sql)">sql</a> (SQL, PLSQL)<br />SQL</p> diff --git a/p/m.htm b/p/m.htm deleted file mode 100644 index fc3867b..0000000 --- a/p/m.htm +++ /dev/null @@ -1,5 +0,0 @@ -Projects,../ -<h2>PROJECTS</h2> -<p><a href="/w">w</a> (HTML, CSS)<br />Website</p> -<p><a href="/wf">wf</a> (C#)<br />WinForms</p> -<p><a href="/sql">sql</a> (SQL, PLSQL)<br />SQL</p> |