Skip to content

Commit

Permalink
changed filenames to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMaarton committed Mar 18, 2024
1 parent ed750ca commit d337d2e
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions app/components/advertisement-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ export default Component.extend({
{
title: 'Qorting.nl',
link: 'https://qorting.nl/',
image: 'advertisements/qorting.png',
image: 'advertisements/Qorting.png',
full: true,
},
{
title: 'Sponsorkliks',
link: 'https://www.sponsorkliks.com/products/shops.php?club=4509',
image: 'advertisements/sponsorkliks.png',
image: 'advertisements/SponsorKliks.png',
full: true,
},
{
Expand All @@ -38,17 +38,17 @@ export default Component.extend({
{
title: 'Boeketcadeau',
link: 'https://www.boeketcadeau.nl/',
image: 'advertisements/Boeketcadeau.png',
image: 'advertisements/BoeketCadeau.png',
},
{
title: 'Baktotaal',
link: 'https://www.baktotaal.nl/',
image: 'advertisements/Bouwhuis.png',
image: 'advertisements/Baktotaal.png',
},
{
title: 'Comfort Producten',
link: 'https://www.comfort-producten.nl/nl/',
image: 'advertisements/Comfort_products.png',
image: 'advertisements/ComfortProducts.png',
},
{
title: 'Huurzone',
Expand All @@ -58,12 +58,12 @@ export default Component.extend({
{
title: 'Inshared',
link: 'https://www.inshared.nl/',
image: 'advertisements/inshared.png',
image: 'advertisements/Inshared.png',
},
{
title: 'Ledlampenkopen.nu',
link: 'https://www.ledlampenkopen.nu/',
image: 'advertisements/Ledlampenkopen.png',
image: 'advertisements/LedlampenKopen.png',
},
{
title: 'Parcel Pro',
Expand All @@ -79,12 +79,12 @@ export default Component.extend({
{
title: 'Rotimshop',
link: 'https://www.rotimshop.nl/',
image: 'advertisements/Rotimshop.png',
image: 'advertisements/RotimShop.png',
},
{
title: 'Shops United',
link: 'https://shops-united.nl/',
image: 'advertisements/Shops-united.png',
image: 'advertisements/ShopsUnited.png',
},
{
title: 'Sleiderink',
Expand All @@ -94,12 +94,12 @@ export default Component.extend({
{
title: 'Sliponline',
link: 'https://www.sliponline.nl/kinderen/kinder-nachtkleding/kinder-pyjama/',
image: 'advertisements/Sliponline.png',
image: 'advertisements/SlipOnline.png',
},
{
title: 'Stellingstunt',
link: 'https://www.stellingstunt.nl/',
image: 'advertisements/stellingstunt.png',
image: 'advertisements/StellingStunt.png',
},
{
title: 'Traffic Today',
Expand Down
2 changes: 1 addition & 1 deletion app/styles/components/advertisement-tool.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// CSS3 code for animation of advertisements
$amount-of-advertisements: 19;
$amount-of-advertisements: 18;
$single-advertisement-width: 175px;
$advertisement-animation-duration: 16s;
$advertisement-animation-holder-width: -$amount-of-advertisements *
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
File renamed without changes

0 comments on commit d337d2e

Please sign in to comment.