Skip to content

Commit

Permalink
renamed src to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nxs_neo committed Feb 11, 2024
1 parent a1d6d85 commit cfcbbaa
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
24 changes: 12 additions & 12 deletions docs/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
<html>
<head>
<title>Neo's Portfolio</title>
<link rel="stylesheet" href="/src/css/style.css">
<link rel="stylesheet" href="/docs/css/style.css">
</head>
<body>
<header>
<a href="/src/html/index.html" class="name">NEO</a>
<a href="/docs/html/index.html" class="name">NEO</a>
<ul>
<li><a href="/src/html/index.html">Home</a></li>
<li><a href="/src/html/about.html" class="active">About</a></li>
<li><a href="/src/html/projects.html">Projects</a></li>
<li><a href="/src/html/contact.html">Contact</a></li>
<li><a href="/docs/html/index.html">Home</a></li>
<li><a href="/docs/html/about.html" class="active">About</a></li>
<li><a href="/docs/html/projects.html">Projects</a></li>
<li><a href="/docs/html/contact.html">Contact</a></li>
</ul>
</header>
<section class="desc">
<img src="/src/img/bg.png" id="bg">
<img src="/src/img/1.png" id="one">
<img src="/src/img/2.png" id="two">
<img src="/src/img/3.png" id="three">
<img src="/src/img/4.png" id="four">
<img src="/src/img/5.png" id="five">
<img src="/docs/img/bg.png" id="bg">
<img src="/docs/img/1.png" id="one">
<img src="/docs/img/2.png" id="two">
<img src="/docs/img/3.png" id="three">
<img src="/docs/img/4.png" id="four">
<img src="/docs/img/5.png" id="five">
<h3 id="scroll_txt">ABOUT</h3>
</section>
<div class="desc">
Expand Down
26 changes: 13 additions & 13 deletions docs/html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<html>
<head>
<title>Neo's Portfolio</title>
<link rel="stylesheet" href="/src/css/style.css">
<link rel="stylesheet" href="/src/css/contact.css">
<link rel="stylesheet" href="/docs/css/style.css">
<link rel="stylesheet" href="/docs/css/contact.css">
<script src="https://kit.fontawesome.com/a68d1360f7.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="/src/html/index.html" class="name">NEO</a>
<a href="/docs/html/index.html" class="name">NEO</a>
<ul>
<li><a href="/src/html/index.html">Home</a></li>
<li><a href="/src/html/about.html">About</a></li>
<li><a href="/src/html/projects.html">Projects</a></li>
<li><a href="/src/html/contact.html" class="active">Contact</a></li>
<li><a href="/docs/html/index.html">Home</a></li>
<li><a href="/docs/html/about.html">About</a></li>
<li><a href="/docs/html/projects.html">Projects</a></li>
<li><a href="/docs/html/contact.html" class="active">Contact</a></li>
</ul>
</header>
<section class="desc">
<img src="/src/img/bg.png" id="bg">
<img src="/src/img/1.png" id="one">
<img src="/src/img/2.png" id="two">
<img src="/src/img/3.png" id="three">
<img src="/src/img/4.png" id="four">
<img src="/src/img/5.png" id="five">
<img src="/docs/img/bg.png" id="bg">
<img src="/docs/img/1.png" id="one">
<img src="/docs/img/2.png" id="two">
<img src="/docs/img/3.png" id="three">
<img src="/docs/img/4.png" id="four">
<img src="/docs/img/5.png" id="five">
<h3 id="scroll_txt">CONTACT</h3>
</section>
<div class="desc">
Expand Down
24 changes: 12 additions & 12 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<html>
<head>
<title>Neo's Portfolio</title>
<link rel="stylesheet" href="/src/css/style.css">
<link rel="stylesheet" href="/docs/css/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="/src/html/index.html" class="name">NEO</a>
<a href="/docs/html/index.html" class="name">NEO</a>
<ul>
<li><a href="/src/html/index.html" class="active">Home</a></li>
<li><a href="/src/html/about.html">About</a></li>
<li><a href="/src/html/projects.html">Projects</a></li>
<li><a href="/src/html/contact.html">Contact</a></li>
<li><a href="/docs/html/index.html" class="active">Home</a></li>
<li><a href="/docs/html/about.html">About</a></li>
<li><a href="/docs/html/projects.html">Projects</a></li>
<li><a href="/docs/html/contact.html">Contact</a></li>
</ul>
</header>
<section class="desc">
<img src="/src/img/bg.png" id="bg">
<img src="/src/img/1.png" id="one">
<img src="/src/img/2.png" id="two">
<img src="/src/img/3.png" id="three">
<img src="/src/img/4.png" id="four">
<img src="/src/img/5.png" id="five">
<img src="/docs/img/bg.png" id="bg">
<img src="/docs/img/1.png" id="one">
<img src="/docs/img/2.png" id="two">
<img src="/docs/img/3.png" id="three">
<img src="/docs/img/4.png" id="four">
<img src="/docs/img/5.png" id="five">
<h3 id="scroll_txt">HOME</h3>
</section>
<div class="desc">
Expand Down
32 changes: 16 additions & 16 deletions docs/html/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
<html>
<head>
<title>Neo's Portfolio</title>
<link rel="stylesheet" href="/src/css/style.css">
<link rel="stylesheet" href="/src/css/projects.css">
<link rel="stylesheet" href="/docs/css/style.css">
<link rel="stylesheet" href="/docs/css/projects.css">
</head>
<body>
<header>
<a href="/src/html/index.html" class="name">NEO</a>
<a href="/docs/html/index.html" class="name">NEO</a>
<ul>
<li><a href="/src/html/index.html">Home</a></li>
<li><a href="/src/html/about.html">About</a></li>
<li><a href="/src/html/projects.html" class="active">Projects</a></li>
<li><a href="/src/html/contact.html">Contact</a></li>
<li><a href="/docs/html/index.html">Home</a></li>
<li><a href="/docs/html/about.html">About</a></li>
<li><a href="/docs/html/projects.html" class="active">Projects</a></li>
<li><a href="/docs/html/contact.html">Contact</a></li>
</ul>
</header>
<section class="desc">
<img src="/src/img/bg.png" id="bg">
<img src="/src/img/1.png" id="one">
<img src="/src/img/2.png" id="two">
<img src="/src/img/3.png" id="three">
<img src="/src/img/4.png" id="four">
<img src="/src/img/5.png" id="five">
<img src="/docs/img/bg.png" id="bg">
<img src="/docs/img/1.png" id="one">
<img src="/docs/img/2.png" id="two">
<img src="/docs/img/3.png" id="three">
<img src="/docs/img/4.png" id="four">
<img src="/docs/img/5.png" id="five">
<h3 id="scroll_txt">PROJECTS</h3>
</section>
<div class="desc">
<h2>Projects</h2>
<div class="project-container">
<div class="project">
<a href="https://github.com/nxs-neo/Arch-Update-Script" target="_blank"><img src="/src/img/archUpdate.png"></a>
<a href="https://github.com/nxs-neo/Arch-Update-Script" target="_blank"><img src="/docs/img/archUpdate.png"></a>
<div class="project-info">
<h5>Arch Update Script</h5>
<p>simple shell script to update Pacman, Flatpak and AUR packages for Arch Based Distros.</p>
Expand All @@ -40,10 +40,10 @@ <h5>Arch Update Script</h5>
<h5>Calculon</h5>
<p>A basic calculator app built using Kotlin and XML</p>
</div>
<img src="/src/img/calculon.jpeg" style="height: 48em;">
<img src="/docs/img/calculon.jpeg" style="height: 48em;">
</div>
<div class="project">
<a href="https://github.com/nxs-neo/fakebook" target="_blank"><img src="/src/img/fakebook.png"></a>
<a href="https://github.com/nxs-neo/fakebook" target="_blank"><img src="/docs/img/fakebook.png"></a>
<div class="project-info">
<h5>FakeBook</h5>
<p>A clone of the facebook login page made for a workshop using HTML and CSS. </p>
Expand Down

0 comments on commit cfcbbaa

Please sign in to comment.