Skip to content

Commit

Permalink
added some links
Browse files Browse the repository at this point in the history
  • Loading branch information
tataw-cl committed Nov 5, 2023
1 parent d8bd96e commit fedf477
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions About.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me page</title>
<link rel="stylesheet" type="text/css" href="/sheet.css">
<link rel="stylesheet" type="text/css" href="sheet.css">
</head>

<body>
Expand All @@ -20,9 +20,9 @@
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="/About.html" class="active">About</a>
<a href="/Services.html">Services</a>
<a href="/contact.html">Contact me</a>
<a href="About.html" class="active">About</a>
<a href="Services.html">Services</a>
<a href="contact.html">Contact me</a>
</nav>
</header>

Expand Down
10 changes: 5 additions & 5 deletions Services.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services page</title>
<link rel="stylesheet" href="/sheet.css">
<link rel="stylesheet" href="sheet.css">
</head>

<body>

<header class="header">
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="/index.html">Home</a>
<a href="/About.html">About</a>
<a href="/Services.html" class="active">Services</a>
<a href="/contact.html">Contact me</a>
<a href="index.html">Home</a>
<a href="About.html">About</a>
<a href="Services.html" class="active">Services</a>
<a href="contact.html">Contact me</a>
</nav>
</header>
<section class="services">
Expand Down
10 changes: 5 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact page</title>
<link rel="stylesheet" type="text/css" href="/sheet.css">
<link rel="stylesheet" type="text/css" href="sheet.css">
</head>

<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="/index.html">Home</a>
<a href="/About.html">About</a>
<a href="/Services.html">Services</a>
<a href="/contact.html" class="active">Contact me</a>
<a href="index.html">Home</a>
<a href="About.html">About</a>
<a href="Services.html">Services</a>
<a href="contact.html" class="active">Contact me</a>
</nav>
</header>

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" type="text/css" href="/sheet.css">
<link rel="stylesheet" type="text/css" href="sheet.css">
</head>

<body>
Expand All @@ -16,9 +16,9 @@
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="index.html" class="active">Home</a>
<a href="/About.html">About</a>
<a href="/Services.html">Services</a>
<a href="/contact.html">Contact me</a>
<a href="About.html">About</a>
<a href="Services.html">Services</a>
<a href="contact.html">Contact me</a>
</nav>
</header>
<!-- <div style="height: 3cm; background-color:red;"> This is literally to distract</div>-->
Expand Down

0 comments on commit fedf477

Please sign in to comment.