Skip to content

Commit

Permalink
initial index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighs6 committed Apr 27, 2024
1 parent 36051ce commit 43d1918
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<title>wrighs6.com</title>
</head>
<body>
<header>
<a href="/"><h1>wrighs6.com</h1></a>
</header>
<main>
<p>
Welcome to my website!
</p>
<p>
I'm Stephen, a student pursuing a degree in Information Technology and Web Science with a focus on cybersecurity.
Alongside my academic endeavors, I work as a Salesforce administrator developing business automations with Flow Builder.
</p>
<p>
This website will serve as my personal portfolio, showcasing my web development skills as well as any other projects I've undertaken.
</p>
</main>
<footer>
<a href="mailto:[email protected]">[email protected]</a> |
<a href="https://github.com/wrighs6">github.com/wrighs6</a> |
<a href="https://www.linkedin.com/in/wrighs6/">linkedin.com/in/wrighs6</a>
</footer>
</body>

0 comments on commit 43d1918

Please sign in to comment.