misc changes

This commit is contained in:
jpez 2022-03-27 19:51:01 +01:00
parent ade706fb8e
commit 1a76ba36d9
6 changed files with 34 additions and 14 deletions

View File

@ -15,18 +15,23 @@
<link rel="stylesheet" href="style/main.css" media = "screen"> <link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)"> <link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="./blog.css" media="screen"> <link rel="stylesheet" href="blog/blog.css" media="screen">
</head> </head>
<body> <body id="clicked">
<nav class="navigation"> <nav class="navigation">
<a class="hidenav" href="blog/blog.html#"> X</a>
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a> <a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a> <a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="nav link" id="blog" href="./blog.html"><h2>Blog</h2></a> <a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
<a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a> <a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a>
<a class="arrow right"></a> <a class="arrow right"></a>
</nav> </nav>
<main>
<a class="shownav" href="blog/blog.html#clicked"></a>
</main>
<footer> <footer>
&copy; Joshua Perry 2022 &copy; Joshua Perry 2022
</footer> </footer>

View File

@ -15,18 +15,23 @@
<link rel="stylesheet" href="style/main.css" media = "screen"> <link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)"> <link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="./contact.css" media="screen"> <link rel="stylesheet" href="contact/contact.css" media="screen">
</head> </head>
<body> <body id="clicked">
<nav class="navigation"> <nav class="navigation">
<a class="hidenav" href="contact/contact.html#"> X</a>
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a> <a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a> <a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a> <a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
<a class="nav link" id="contact" href="./contact.html"><h2>Contact</h2></a> <a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a>
<a class="arrow right"></a> <a class="arrow right"></a>
</nav> </nav>
<main>
<a class="shownav" href="contact/contact.html#clicked"></a>
</main>
<footer> <footer>
&copy; Joshua Perry 2022 &copy; Joshua Perry 2022
</footer> </footer>

View File

@ -15,12 +15,12 @@
<link rel="stylesheet" href="style/main.css" media = "screen"> <link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="home/index.css" media="screen"> <link rel="stylesheet" href="home/index.css" media="screen">
<link rel="stylesheet" href="home/index_mobile.css" media ="screen and (max-width:800px)"> <link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
</head> </head>
<body id="clicked"> <body id="clicked">
<nav class="navigation"> <nav class="navigation">
<a class="hidenav" href="./home/index.html#"> X</a> <a class="hidenav" href="home/index.html#"> X</a>
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a> <a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a> <a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a> <a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
@ -29,7 +29,7 @@
</nav> </nav>
<main> <main>
<a class="shownav" href="./home/index.html#clicked"></a> <a class="shownav" href="home/index.html#clicked"></a>
<h1>Welcome to my little corner of the Internet :)</h1> <h1>Welcome to my little corner of the Internet :)</h1>
<p id="intro"> <p id="intro">
You might be wondering who I am and what I do. In which case, you are in luck. You might be wondering who I am and what I do. In which case, you are in luck.

View File

@ -15,18 +15,23 @@
<link rel="stylesheet" href="style/main.css" media = "screen"> <link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)"> <link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="./portfolio.css" media="screen"> <link rel="stylesheet" href="portfolio/portfolio.css" media="screen">
</head> </head>
<body> <body id="clicked">
<nav class="navigation"> <nav class="navigation">
<a class="hidenav" href="portfolio/portfolio.html#"> X</a>
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a> <a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
<a class="nav link" id="port" href="./portfolio.html"><h2>Portfolio</h2></a> <a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a> <a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
<a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a> <a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a>
<a class="arrow right"></a> <a class="arrow right"></a>
</nav> </nav>
<main>
<a class="shownav" href="portfolio/portfolio.html#clicked"></a>
</main>
<footer> <footer>
&copy; Joshua Perry 2022 &copy; Joshua Perry 2022
</footer> </footer>

View File

@ -15,11 +15,12 @@
<link rel="stylesheet" href="style/main.css" media = "screen"> <link rel="stylesheet" href="style/main.css" media = "screen">
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)"> <link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
<link rel="stylesheet" href="./sitereport.css" media="screen"> <link rel="stylesheet" href="sitereport/sitereport.css" media="screen">
</head> </head>
<body> <body id="clicked">
<nav class="navigation"> <nav class="navigation">
<a class="hidenav" href="sitereport/sitereport.html#"> X</a>
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a> <a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a> <a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a> <a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
@ -27,6 +28,10 @@
<a class="arrow right"></a> <a class="arrow right"></a>
</nav> </nav>
<main>
<a class="shownav" href="sitereport/sitereport.html#clicked"></a>
</main>
<footer> <footer>
&copy; Joshua Perry 2022 &copy; Joshua Perry 2022
</footer> </footer>