Skip to content

Commit

Permalink
ft<fixing-some-errors> fixing and improving some parts of the system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndevu12 committed Aug 6, 2024
2 parents a42cb53 + c7a856d commit 3fac872
Show file tree
Hide file tree
Showing 47 changed files with 555 additions and 5,311 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Ignore node_modules directory
node_modules/

#Just for now
# /BackEnd/

# Ignore macOS specific files
.DS_Store

Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"liveServer.settings.port": 5501,
"files.autoSave": "afterDelay",
"editor.mouseWheelZoom": true
"editor.mouseWheelZoom": true,
"CodeGPT.apiKey": "CodeGPT Plus Beta"
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ As a Full Stack Developer, I am committed to delivering seamless and innovative
- **Web Development:** Crafting responsive and user-centric websites with captivating frontend interfaces and robust backend architectures.
- **UX Design:** Elevate your digital presence with intuitive and visually engaging user experiences.

## Deployment Status

[![Netlify Status](https://api.netlify.com/api/v1/badges/a9e4b7ce-1ea6-45f4-8bb2-95563b978c99/deploy-status)](https://app.netlify.com/sites/ndevuspace/deploys)

## Contact

Do you have questions or want to connect with me? Reach out on my social media platforms or through the [contact form](#fragment) on my portfolio.
Expand All @@ -31,3 +27,7 @@ Feel free to explore my code and creations. Let's build something amazing togeth
## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

<!-- git push origin fixingDeploymentErros
git credential-manager erase -->
57 changes: 34 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,29 @@

<!-- LINK FOR SHARE ICON -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">


<link rel="icon" type="image/png" href="../images/logo1.png">
<!-- lINK FOR ROBOTO -->
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> -->

<link rel="icon" type="image/png" href="./images/logo1.png">

<title>NdevuSpace</title>
</head>
<body>
<header>
<div class="logo">
<a href="index.html" target="_self"><img src="../images/logo1.png" alt="logo"></a>
<a href="index.html" target="_self"><img src="./images/logo1.png" alt="logo"></a>
</div>
<div class="">
<div class="naviga">

<input type="checkbox" id="sidebar-active">
<label for="sidebar-active" class="open-sidebar-button">
<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 -960 960 960" width="32"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg>
</label>
<label id="overlay" for="sidebar-active"></label>

<div class="navigation flex-row">
<a href="./views/skills.html">Skills</a>
<a href="./views/about.html">About</a>
Expand All @@ -49,11 +60,11 @@
<a href="./views/projects.html">Portfolio</a>
<a href="./views/profile_view.html">
<div class="admin">
<img src="../images/mypic.png" alt="My Picture">
<img src="./images/mypic.png" alt="My Picture">
</div>
</a>
</div>
<button class="menu-btn"><img src="../images/menu.png" alt="Menu"></button>

</div>
</header>

Expand Down Expand Up @@ -86,7 +97,7 @@ <h4>And I'm Software Developer, Web Developer, UI/UX Designer, and I act as a F

<div class="face">
<div class="mypic">
<img src="../images/mypic.png" alt="My Picture">
<img src="./images/mypic.png" alt="My Picture">
</div>
<p>
Do you want to get insight directly on my Skills and Specifications?
Expand All @@ -99,7 +110,7 @@ <h4>And I'm Software Developer, Web Developer, UI/UX Designer, and I act as a F

<section id="aboutme" class="intro-about">
<div class="coding-image">
<img src="../images/technology.jpg" alt="Coding&Tech">
<img src="./images/technology.jpg" alt="Coding&Tech">
</div>
<div class="about-class">
<h1 class="btn">About <span class="yell">Me</span></h1>
Expand All @@ -124,7 +135,7 @@ <h1 class="btn">Our <span class="yell">Services</span></h1>
<article>
<div class="ux-design">
<div class="ux">
<img src="../images/UX design.jfif" alt="Coding&Tech">
<img src="./images/UX design.jfif" alt="Coding&Tech">
</div>
<h2>UX-UI Design</h2>
<p>
Expand All @@ -138,7 +149,7 @@ <h2>UX-UI Design</h2>
<article>
<div class="full-stack-dev">
<div class="full-stack">
<img src="../images/full.jfif" alt="Coding&Tech">
<img src="./images/full.jfif" alt="Coding&Tech">
</div>
<h2>Full stack Developer</h2>
<p>
Expand All @@ -156,7 +167,7 @@ <h2>Full stack Developer</h2>
<article>
<div class="web-dev">
<div class="web">
<img src="../images/web.jfif" alt="Coding&Tech">
<img src="./images/web.jfif" alt="Coding&Tech">
</div>
<h2>Web Development</h2>
<p>
Expand All @@ -174,7 +185,7 @@ <h1 class="btn">Our <span class="yell">Project</span></h1>
<article>
<div class="simple-shell">
<div class="sample">
<img src="../images/shell.jfif" alt="Unix shell image">
<img src="./images/shell.jfif" alt="Unix shell image">
</div>
<h2 class="shell">Simple Shell</h2>
<p class="unix">
Expand All @@ -186,7 +197,7 @@ <h2 class="shell">Simple Shell</h2>
<article>
<div class="airbnb">
<div class="sample">
<img src="../images/airbnb.png" alt="AirBnB image">
<img src="./images/airbnb.png" alt="AirBnB image">
</div>
<h2 class="air">AirBnB Clone</h2>
<p class="bnb">
Expand All @@ -204,7 +215,7 @@ <h2 class="air">AirBnB Clone</h2>
<article>
<div class="monty">
<div class="sample">
<img src="../images/monty.jfif" alt="Monty image">
<img src="./images/monty.jfif" alt="Monty image">
</div>
<h2 class="mon">Monty</h2>
<p class="byte">
Expand Down Expand Up @@ -383,13 +394,13 @@ <h1 class="my"><span class="yell">Contact</span> Me</h1>
<footer>
<div class="logo">
<a href="index.html" target="_self">
<img src="../images/logo1.png" alt="logo">
<img src="./images/logo1.png" alt="logo">
</a>
</div>

<!-- link for my social medias -->
<div class="socialmedia"><img src="../images/linkedin-logo.png" alt="linkin link">
<img src="../images/twitter-logo.png" alt="twitter link">
<div class="socialmedia"><img src="./images/linkedin-logo.png" alt="linkin link">
<img src="./images/twitter-logo.png" alt="twitter link">
</div>

<div class="footerdesc">
Expand Down Expand Up @@ -429,11 +440,11 @@ <h2>Explore My Work:</h2>
</footer>

<!-- SCRIPTS -->
<script src="../scripts/like.js" defer></script>
<script src="../scripts/share.js" defer></script>
<script src="../scripts/comment.js" defer></script>
<script src="scripts/subscribe.js" defer></script>
<script src="scripts/contact_me.js" defer></script>
<script src="scripts/ToggleMenu.js" defer></script>
<script src="./scripts/like.js" defer></script>
<script src="./scripts/share.js" defer></script>
<script type="module" src="./scripts/comment.js" defer></script>
<script src="./scripts/comment.js" defer></script>
<script src="./scripts/subscribe.js" defer></script>
<script src="./scripts/contact_me.js" defer></script>
</body>
</html>
Loading

0 comments on commit 3fac872

Please sign in to comment.