Skip to content

Commit 06e6d76

Browse files
committed
Refactored the file structure for website hosting
Signed-off-by: Infinite-Null <[email protected]>
1 parent 5aba0ef commit 06e6d76

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

JavascriptProjectsMainWebsite/script.js renamed to script.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,61 @@ const projects=[
22
{
33
title:"BMI CALCULATOR",
44
discription: "BMI is a web-based project that offers users the ability to Calculate there Body Mass Index.",
5-
link:"../BMI calculator/index.html",
5+
link:"./BMI calculator/index.html",
66
image:"https://vitalityweightlossinstitute.com/wp-content/uploads/2023/05/bmi.png"
77
},
88
{
99
title:"Calculator",
1010
discription: "Calculator project made using HTML CSS Javascript",
11-
link:"../Calculator/index.html",
11+
link:"./Calculator/index.html",
1212
image:"https://www.cdgi.com/wp-content/uploads/2018/08/Calculator.jpg"
1313
},
1414
{
1515
title:"Drum Kit",
1616
discription: "A simple web-based drum kit application built with HTML, CSS, and JavaScript. Play various drum sounds by clicking on the buttons or pressing the corresponding keys on your keyboard.",
17-
link:"../Drum Kit/index.html",
17+
link:"./Drum Kit/index.html",
1818
image:"https://us.123rf.com/450wm/leonidalexeevich/leonidalexeevich2304/leonidalexeevich230400021/201521946-vector-image-of-the-drum-set.jpg?ver=6"
1919
},
2020
{
2121
title:"E-Commerce Website",
2222
discription:"This is an E-Commerce Website Hope you like it!",
23-
link:"../E-Commerce Website/index.html",
23+
link:"./E-Commerce Website/index.html",
2424
image:"https://5.imimg.com/data5/SELLER/Default/2022/11/TY/OY/EH/102316464/ecommerce-website-design.jpg"
2525
},
2626
{
2727
title:"Guess my Number",
2828
discription:"Welcome to the Guess the Number Game! This simple and fun game allows you to guess a number between 0 and 20. Your objective is to guess the correct number while maintaining the highest score possible. For every wrong guess, your score will decrease by 1. You can also reset the game by pressing the \"Again\" button to start over. Let's see how high you can score!",
29-
link:"../Guess my Number/index.html",
29+
link:"./Guess my Number/index.html",
3030
image:"https://content.instructables.com/FGE/F6F0/K1NVATVK/FGEF6F0K1NVATVK.jpg?auto=webp"
3131
},
3232
{
3333
title:"Happy Birthday wisher",
3434
discription:"This is a web project that wishes you happy birthday made using html, css and js.",
35-
link:"../Happy Birthday wisher/HBD.html",
35+
link:"./Happy Birthday wisher/HBD.html",
3636
image:"https://wishes.moonzori.com/wp-content/uploads/2022/10/Happy-Birthday-Wishes-for-Kids-Moonzori-760x428.png"
3737
},
3838
{
3939
title:"Micro Code Editor in the Browser",
4040
discription:"This project implements a simple micro code editor in the browser using HTML, CSS, and JavaScript.",
41-
link:"../Micro Code Editor in the Browser/index.html",
41+
link:"./Micro Code Editor in the Browser/index.html",
4242
image:"https://user-images.githubusercontent.com/91379432/147645646-e60b70b4-86af-498f-b141-ffa5ccd6ce8e.PNG"
4343
},
4444
{
4545
title:"Stopwatch",
4646
discription:"\"Stopwatch\" is a web-based project in wich user can track their time taken to do a activity.",
47-
link:"../Stopwatch/index.html",
47+
link:"./Stopwatch/index.html",
4848
image:"https://media.istockphoto.com/id/1366275800/vector/stopwatch-timer-speed-being-held-by-a-persons-hand.jpg?b=1&s=612x612&w=0&k=20&c=-4d6m0i6z9iACH0kDAyC2p2Z-ykIJH5zHjp2303gj2Q="
4949
},
5050
{
5151
title:"Temperature Converter",
5252
discription:"In this project, user just have to type from which temperature they want to convert to which temperature. It will automatically convert the temperature from one to another.",
53-
link:"../Temperature Converter/index.html",
53+
link:"./Temperature Converter/index.html",
5454
image:"https://static.toiimg.com/thumb/msid-99610753,width-1280,height-720,resizemode-4/.jpg"
5555
},
5656
{
5757
title:"To-Do",
5858
discription:"\"To-Do\" is a web-based project that offers users the ability to create, manage, and organize their tasks and to-do lists. \"To-Do\" help users to stay organized and productive.",
59-
link:"../To-Do/index.html",
59+
link:"./To-Do/index.html",
6060
image:"https://play-lh.googleusercontent.com/HUuQc4Zpl6x7fUyX-jFMmcuUbW77REw4UKl5rfhHfP4VY6ctBU1w1I_RZWsXaojFgIo"
6161
},
6262

File renamed without changes.

0 commit comments

Comments
 (0)