Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanEssam0110 committed Jan 15, 2024
1 parent fd400f4 commit a927bd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ let miniProjectList = [
{ title: 'MiniProjectJS [SliderJS]', demo: './MiniProjectJS [SliderJS]/index.html', img: './MiniProjectJS [SliderJS]/output.png' },
];
let miniProjectAPIList = [
{ title: '01- Check Internet Connection JS', demo: '../MiniProjectJS with API [Check Internet Connection JS]/index.html', img: '../MiniProjectJS with API [Check Internet Connection JS]/output.png' },
{ title: '02- QR Code Generator JS', demo: '../MiniProjectJS with API [QR Code Generator JS]/index.html', img: '../MiniProjectJS with API [QR Code Generator JS]/output.png' },
{ title: '03- QR Code Reader JS', demo: '../MiniProjectJS with API [QR Code Reader JS]/index.html', img: '../MiniProjectJS with API [QR Code Reader JS]/output.png' },
{ title: '01- Check Internet Connection JS', demo: './MiniProjectJS with API [Check Internet Connection JS]/index.html', img: './MiniProjectJS with API [Check Internet Connection JS]/output.png' },
{ title: '02- QR Code Generator JS', demo: './MiniProjectJS with API [QR Code Generator JS]/index.html', img: './MiniProjectJS with API [QR Code Generator JS]/output.png' },
{ title: '03- QR Code Reader JS', demo: './MiniProjectJS with API [QR Code Reader JS]/index.html', img: './MiniProjectJS with API [QR Code Reader JS]/output.png' },
]

// ^=============== JS FUNCTIONS ===============
function display(conteniarEl,list) {
function display(conteniarEl, list) {
let contant = '';
list.forEach(element => {
contant += `
Expand Down

0 comments on commit a927bd7

Please sign in to comment.