Skip to content

Commit

Permalink
feat: add styles.css link to index.html, blog.html, portfolio.html, r…
Browse files Browse the repository at this point in the history
…esume.html, and contact.html
  • Loading branch information
seanmnguyen committed Oct 6, 2023
1 parent 458e57a commit b5cfac1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Blog</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
Expand Down
1 change: 1 addition & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Contact Me</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Sean M. Nguyen - Personal Website</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
Expand Down
1 change: 1 addition & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
Expand Down
1 change: 1 addition & 0 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Resume</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
Expand Down

0 comments on commit b5cfac1

Please sign in to comment.