Skip to content

Commit c4acbfd

Browse files
committed
Added img folder and moved stylesheet.css to css folder
1 parent 95299ef commit c4acbfd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.

img/Avatar.webp

595 KB
Loading

img/texture-light.png

2.75 KB
Loading

img/texture.png

2.69 KB
Loading

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

55
<title>Alex Jessup</title>
6-
<link rel="stylesheet" type="text/CSS" href="stylesheet.css">
6+
<link rel="stylesheet" type="text/CSS" href="css/stylesheet.css">
77

88
<meta charset="UTF-8">
99
<meta name="description" content="GimpyHand's Protfolio">
@@ -50,19 +50,19 @@
5050
<div class="container">
5151

5252
<img src="img/Avatar.webp" alt="Illustrated headshot of Alex">
53-
53+
5454
<h1>Alex Jessup</h1>
55-
55+
5656
<h2>GimpyHand</h2>
5757

5858
<p>I’m not your typical "computer guy"</p>
5959

6060
<div class="available">Available for hire</div>
61-
61+
6262
<h2 class="projects">Projects</h2>
6363
<ul>
6464
<li><a href="/projects/password-verification/index.html" title="Password Complexity Verification" target="_blank">Password Verifier</a></li>
65-
<li><a href="" title="" target="_blank">Test </a></li>
65+
<!-- <li><a href="" title="" target="_blank">Test </a></li> -->
6666
</ul>
6767
<h2 class="Socials">Socials</h2>
6868
<ul>

0 commit comments

Comments
 (0)