summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-11-28 15:15:32 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-11-28 15:15:32 -0600
commit1b6a3b61340078f39fc11f09f6ac21b00e08a963 (patch)
treebc6155945e357c8fb5072fa4285b4636ca61f446 /index.html
parent10694535121ed72b70f5c71a5c212a1e25bac29a (diff)
added about page
Diffstat (limited to 'index.html')
-rw-r--r--index.html36
1 files changed, 20 insertions, 16 deletions
diff --git a/index.html b/index.html
index 67b3ffd..5fc8067 100644
--- a/index.html
+++ b/index.html
@@ -2,24 +2,28 @@
<html>
<head>
-<link rel="stylesheet" href="style.css"/>
-<body>
+ <link rel="stylesheet" href="style.css"/>
+ <script src="app.js"></script>
</head>
+<body>
+
+ <h1>Nick Chopper</h1>
+ <p>
+ I do not know what this website will be long term. I am just developing this for experience and portential exposure to recruiters.
+ </p>
-<h1>Nick Chopper</h1>
-<p>
- I do not know what this website will be long term. I am just developing this for experience and portential exposure to recruiters.
-</p>
+ <a href="about.html">About Me</a>
+
+ <h2>Links</h2>
+ <ul>
+ <li>
+ chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
+ </li>
+ <li>
+ GitHub <a href="https://github.com/TinWoodman92">github.com/TinWoodman92</a>
+ </li>
+ </ul>
-<h2>Links</h2>
-<ul>
- <li>
- chess.com <a href="https://www.chess.com/member/tinwoodman92">chess.com/member/tinwoodman92</a>
- </li>
- <li>
- GitHub <a href="https://github.com/TinWoodman92">github.com/TinWoodman92</a>
- </li>
-</ul>
</body>
-<script src="app.js"></script>
+
</html> \ No newline at end of file