website

The source code for https://bpaul.xyz
Log | Files | Refs

commit f74b1a97216eea6f550fe877bdcfebd6749e9a98
parent 5fd1cb0fef91f413d64b300375763f8cd42b76f4
Author: Benjamin Paul <bpaul848@gmail.com>
Date:   Wed,  2 Dec 2020 20:01:44 +1000

fix archive css

Diffstat:
Marchive/index.html | 10+++++-----
Marchive/projects/chess/index.html | 10+++++-----
Marchive/projects/cubing/index.html | 10+++++-----
Marchive/projects/index.html | 12++++++------
4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/archive/index.html b/archive/index.html @@ -1,17 +1,17 @@ <html> <head> <title>What should i put on this website</title> - <link rel="stylesheet" type="text/css" href="/index.css"> + <link rel="stylesheet" type="text/css" href="/archive/index.css"> </head> <body> <nav class="navbar"> <ul> - <li><a href="/">Home</a></li> + <li><a href="/archive/">Home</a></li> <li class="nav_projects"> - <a href="/projects/">Projects</a> + <a href="/archive/projects/">Projects</a> <div class="nav_projects_dropdown"> - <a href="/projects/cubing">Cubing</a> - <a href="/projects/chess">Chess</a> + <a href="/archive/projects/cubing">Cubing</a> + <a href="/archive/projects/chess">Chess</a> </div> </li> </ul> diff --git a/archive/projects/chess/index.html b/archive/projects/chess/index.html @@ -1,17 +1,17 @@ <html> <head> <title>What should i put on this website</title> - <link rel="stylesheet" type="text/css" href="/index.css"> + <link rel="stylesheet" type="text/css" href="/archive/index.css"> </head> <body> <nav class="navbar"> <ul> - <li><a href="/">Home</a></li> + <li><a href="/archive/">Home</a></li> <li class="nav_projects"> - <a href="/projects/">Projects</a> + <a href="/archive/projects/">Projects</a> <div class="nav_projects_dropdown"> - <a href="/projects/cubing">Cubing</a> - <a href="/projects/chess">Chess</a> + <a href="/archive/projects/cubing">Cubing</a> + <a href="/archive/projects/chess">Chess</a> </div> </li> </ul> diff --git a/archive/projects/cubing/index.html b/archive/projects/cubing/index.html @@ -1,17 +1,17 @@ <html> <head> <title>What should i put on this website</title> - <link rel="stylesheet" type="text/css" href="/index.css"> + <link rel="stylesheet" type="text/css" href="/archive/index.css"> </head> <body> <nav class="navbar"> <ul> - <li><a href="/">Home</a></li> + <li><a href="/archive/">Home</a></li> <li class="nav_projects"> - <a href="/projects/">Projects</a> + <a href="/archive/projects/">Projects</a> <div class="nav_projects_dropdown"> - <a href="/projects/cubing">Cubing</a> - <a href="/projects/chess">Chess</a> + <a href="/archive/projects/cubing">Cubing</a> + <a href="/archive/projects/chess">Chess</a> </div> </li> </ul> diff --git a/archive/projects/index.html b/archive/projects/index.html @@ -1,18 +1,18 @@ <html> <head> <title>What should i put on this website</title> - <link rel="stylesheet" type="text/css" href="/index.css"> - <link rel="stylesheet" type="text/css" href="/projects/projects.css"> + <link rel="stylesheet" type="text/css" href="/archive/index.css"> + <link rel="stylesheet" type="text/css" href="/archive/projects/projects.css"> </head> <body> <nav class="navbar"> <ul> - <li><a href="/">Home</a></li> + <li><a href="/archive/">Home</a></li> <li class="nav_projects"> - <a href="/projects/">Projects</a> + <a href="/archive/projects/">Projects</a> <div class="nav_projects_dropdown"> - <a href="/projects/cubing">Cubing</a> - <a href="/projects/chess">Chess</a> + <a href="/archive/projects/cubing">Cubing</a> + <a href="/archive/projects/chess">Chess</a> </div> </li> </ul>