-Added prototype MenuSlider (HTML,CSS,Javascript):
https://itsys-projekt.github.io/Har-Tel-Li/version_1/index.html
-Added HTML which links all resources and versions together:
https://itsys-projekt.github.io/Har-Tel-Li/
-Added 5-star-rating resource (HTML,CSS):
https://itsys-projekt.github.io/Har-Tel-Li/5_star_rating/5_star_rating.html
-Added prototype MenuSwiper (HTML,CSS,Javascript(Babel)):
https://itsys-projekt.github.io/Har-Tel-Li/alternate_version%20_1/MenuSwipe/index.html
-Added Social Media Icons resource (HTML,CSS):
https://itsys-projekt.github.io/Har-Tel-Li/social_media_icons/social_media_icons.html
-Changed Name from Menu to HarTelLi
-Changed MenuSwipe(alternate_version) jsBabel to pure Javascript.
- File Splitting (Spaghetti Code) ;)
- Image upload to folder (maybe we have to load images from the folder to the site)
- Login for Admins (to upload images)
- Created a Markdown file where we find an example of loading all the images from a directory directly into the browser
-MenuSwipe is now Responsive with a black footer for future content.
-Added 5 star rating in the black footer.
-Changed the 5 star rating system (on MenuSwipe and 5_star_rating_resource)
->starsA stay selected, even if you select starsB
(As shown here: https://www.youtube.com/watch?v=r7Yv4O4wAwI)
-Added Social Media Icons to the bottom-right-side
-Changed opacity of the black footer (debatable if that looks better)
-Added custom font (symbols only);
->replaced stars with custom font stars
->replaced social media icons with custom font social media icons
-Font-Readme_How_to_use is in "fonts"-folder
-Added function newPic10Sec() => next Picture every 10s; after every pic goes back to starting pic.
-Made Website more responsive (responsiveness doesnt show, start website manualy)
-> Created new Project -> Symfony
-> Add to Cart Button with functionality -> Cart is loading Quantity and total price in Template
-> Removed Constants as a class and made it into a json where PHP is reading the different configuration (eg. prices.json, template names)
-> more structure, less spaghetti code...still some spaghetti in there