Skip to content

Commit

Permalink
removed /docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nxs_neo committed Feb 11, 2024
1 parent 6ca5e9a commit f6b7d89
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 108 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions docs/html/about.html → 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="/docs/css/style.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<a href="/docs/html/index.html" class="name">NEO</a>
<a href="/html/index.html" class="name">NEO</a>
<ul>
<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>
<li><a href="/html/index.html">Home</a></li>
<li><a href="/html/about.html" class="active">About</a></li>
<li><a href="/html/projects.html">Projects</a></li>
<li><a href="/html/contact.html">Contact</a></li>
</ul>
</header>
<section class="desc">
<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">
<img src="/img/bg.png" id="bg">
<img src="/img/1.png" id="one">
<img src="/img/2.png" id="two">
<img src="/img/3.png" id="three">
<img src="/img/4.png" id="four">
<img src="/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 → 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="/docs/css/style.css">
<link rel="stylesheet" href="/docs/css/contact.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/contact.css">
<script src="https://kit.fontawesome.com/a68d1360f7.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="/docs/html/index.html" class="name">NEO</a>
<a href="/html/index.html" class="name">NEO</a>
<ul>
<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>
<li><a href="/html/index.html">Home</a></li>
<li><a href="/html/about.html">About</a></li>
<li><a href="/html/projects.html">Projects</a></li>
<li><a href="/html/contact.html" class="active">Contact</a></li>
</ul>
</header>
<section class="desc">
<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">
<img src="/img/bg.png" id="bg">
<img src="/img/1.png" id="one">
<img src="/img/2.png" id="two">
<img src="/img/3.png" id="three">
<img src="/img/4.png" id="four">
<img src="/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 → 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="/docs/css/style.css">
<link rel="stylesheet" href="/css/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="/docs/html/index.html" class="name">NEO</a>
<a href="/html/index.html" class="name">NEO</a>
<ul>
<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>
<li><a href="/html/index.html" class="active">Home</a></li>
<li><a href="/html/about.html">About</a></li>
<li><a href="/html/projects.html">Projects</a></li>
<li><a href="/html/contact.html">Contact</a></li>
</ul>
</header>
<section class="desc">
<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">
<img src="/img/bg.png" id="bg">
<img src="/img/1.png" id="one">
<img src="/img/2.png" id="two">
<img src="/img/3.png" id="three">
<img src="/img/4.png" id="four">
<img src="/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 → 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="/docs/css/style.css">
<link rel="stylesheet" href="/docs/css/projects.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/projects.css">
</head>
<body>
<header>
<a href="/docs/html/index.html" class="name">NEO</a>
<a href="/html/index.html" class="name">NEO</a>
<ul>
<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>
<li><a href="/html/index.html">Home</a></li>
<li><a href="/html/about.html">About</a></li>
<li><a href="/html/projects.html" class="active">Projects</a></li>
<li><a href="/html/contact.html">Contact</a></li>
</ul>
</header>
<section class="desc">
<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">
<img src="/img/bg.png" id="bg">
<img src="/img/1.png" id="one">
<img src="/img/2.png" id="two">
<img src="/img/3.png" id="three">
<img src="/img/4.png" id="four">
<img src="/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="/docs/img/archUpdate.png"></a>
<a href="https://github.com/nxs-neo/Arch-Update-Script" target="_blank"><img src="/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="/docs/img/calculon.jpeg" style="height: 48em;">
<img src="/img/calculon.jpeg" style="height: 48em;">
</div>
<div class="project">
<a href="https://github.com/nxs-neo/fakebook" target="_blank"><img src="/docs/img/fakebook.png"></a>
<a href="https://github.com/nxs-neo/fakebook" target="_blank"><img src="/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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
55 changes: 0 additions & 55 deletions index.html

This file was deleted.

0 comments on commit f6b7d89

Please sign in to comment.