-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |