Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matks committed Dec 21, 2023
1 parent 9039024 commit f46d83e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 54 deletions.
4 changes: 1 addition & 3 deletions components/Beginners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<div class="contributors-section">
<div class="col-12">
<h2 class="text-center">Beginners</h2>
<div class="text-center date">
(1 to 5 contrib.)
</div>
<div class="text-center date">(1 to 5 contrib.)</div>
</div>

<ul id="newbie-contributors-list" class="col-md-12">
Expand Down
6 changes: 2 additions & 4 deletions components/Enthusiasts.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<template>
<div class="contributors-section">
<div class="contributors-section">
<div class="col-12">
<h2 class="text-center">Enthusiasts</h2>
<div class="text-center date">
(6 to 25 contrib.)
</div>
<div class="text-center date">(6 to 25 contrib.)</div>
</div>
<div class="row col-10 offset-1 pb-4">
<avatar
Expand Down
4 changes: 1 addition & 3 deletions components/Experts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<div class="contributors-section">
<div class="col-12">
<h2 class="text-center">Experts</h2>
<div class="text-center date">
(More than 25 contrib.)
</div>
<div class="text-center date">(More than 25 contrib.)</div>
</div>

<div class="row col-10 offset-1 pb-4">
Expand Down
39 changes: 20 additions & 19 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
To join the community and help the project, go to GitHub's
PrestaShop page and register.
</div>
<a
href="https://github.com/PrestaShop/PrestaShop"
class="btn"
>
<a href="https://github.com/PrestaShop/PrestaShop" class="btn">
Contribute now
</a>
</div>
Expand Down Expand Up @@ -42,34 +39,38 @@
</a>
</div>
</div>

</div>
</div>
<div class="container">
<div class="row">
<div class="col-12"><hr/></div>
<div class="col-12">
<hr/>

Check failure on line 46 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Insert `·`
</div>
<div class="col-12 mt-2">
<a class="d-block h3 mb-3" href="https://www.prestashop-project.org/">

<img width="200px" class="img-fluid" src="../static/img/prestashop-logo.png" alt="PrestaShop Project - Open Source e-Commerce platform">

Check failure on line 50 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Replace `··<img·width="200px"·class="img-fluid"·src="../static/img/prestashop-logo.png"·alt="PrestaShop·Project·-·Open·Source·e-Commerce·platform"` with `<img⏎··············width="200px"⏎··············class="img-fluid"⏎··············src="../static/img/prestashop-logo.png"⏎··············alt="PrestaShop·Project·-·Open·Source·e-Commerce·platform"⏎············/`

</a>
</div>
<div class="col-12 mt-2">
<ul class="list-unstyled footer-list">

<li class="d-inline-block"><a href="https://build.prestashop-project.org" title="Blog">Blog </a></li>

<li class="d-inline-block"><a href="https://github.com/PrestaShop/PrestaShop/" title="GitHub">GitHub </a></li>

<li class="d-inline-block"><a href="https://www.prestashop-project.org/slack/" title="Slack">Slack </a></li>
<li class="d-inline-block">
<a href="https://build.prestashop-project.org" title="Blog">Blog </a>

Check failure on line 56 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Replace `Blog` with `⏎················Blog⏎·············`
</li>
<li class="d-inline-block">
<a href="https://github.com/PrestaShop/PrestaShop/" title="GitHub">GitHub </a>

Check failure on line 59 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Replace `·href="https://github.com/PrestaShop/PrestaShop/"·title="GitHub">GitHub` with `⏎················href="https://github.com/PrestaShop/PrestaShop/"⏎················title="GitHub"⏎··············>⏎················GitHub⏎·············`
</li>

Check failure on line 60 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Delete `··`
<li class="d-inline-block">
<a href="https://www.prestashop-project.org/slack/" title="Slack">Slack </a>

Check failure on line 62 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Replace `Slack` with `⏎················Slack⏎·············`
</li>
</ul>
</div>
<div class="col-12">
<ul class="list-unstyled footer-list">

<li class="d-inline-block"><a href="https://docs.prestashop-project.org/v.8-documentation/v/english/" title="User documentation">User documentation</a></li>

<li class="d-inline-block"><a href="https://devdocs.prestashop-project.org" title="Developer documentation">Developer documentation</a></li>
<li class="d-inline-block">
<a href="https://docs.prestashop-project.org/v.8-documentation/v/english/" title="User documentation">User documentation</a>

Check failure on line 69 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Replace `·href="https://docs.prestashop-project.org/v.8-documentation/v/english/"·title="User·documentation">User·documentation` with `⏎················href="https://docs.prestashop-project.org/v.8-documentation/v/english/"⏎················title="User·documentation"⏎··············>⏎················User·documentation⏎··············`
</li>
<li class="d-inline-block">
<a href="https://devdocs.prestashop-project.org" title="Developer documentation">Developer documentation</a>

Check failure on line 72 in components/Footer.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Replace `·href="https://devdocs.prestashop-project.org"·title="Developer·documentation">Developer·documentation` with `⏎················href="https://devdocs.prestashop-project.org"⏎················title="Developer·documentation"⏎··············>⏎················Developer·documentation⏎··············`
</li>
</ul>
</div>
</div>
Expand Down
43 changes: 21 additions & 22 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,27 @@
<div class="gradient">
<div id="header-section" class="container">
<div class="justify-content-md-center">
<div class="row col-12 mt-2">
<img width="200px" class="img-fluid" src="../static/img/prestashop-logo.png" alt="PrestaShop Project - Open Source e-Commerce platform">
</div>
<div class="row col-12 mt-2">
<h1>Top contribution achievements</h1>
<p class="black-text">
Welcome!
<br />
<br />
This page is dedicated to the code contributors building
PrestaShop every day. Check below to see how much you helped the
community, thanks to your involvement in open source.
</p>
</div>
<div class="row align-items-start">
<a
href="https://github.com/PrestaShop/PrestaShop"
class="btn large-padding"
>
Contribute now
</a>
</div>
<div class="row col-12 mt-2">
<img
width="200px" class="img-fluid"

Check failure on line 8 in components/Header.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Insert `⏎·············`
src="../static/img/prestashop-logo.png"
alt="PrestaShop Project - Open Source e-Commerce platform">

Check failure on line 10 in components/Header.vue

View workflow job for this annotation

GitHub Actions / eslint (ubuntu-latest, 14)

Insert `⏎············/`
</div>
<div class="row col-12 mt-2">
<h1>Top contribution achievements</h1>
<p class="black-text">
Welcome!
<br />
<br />
This page is dedicated to the code contributors building
PrestaShop every day. Check below to see how much you helped the
community, thanks to your involvement in open source.
</p>
</div>
<div class="row align-items-start">
<a
href="https://github.com/PrestaShop/PrestaShop"
class="btn large-padding">Contribute now</a>
</div>
</div>
</div>
Expand Down
4 changes: 1 addition & 3 deletions components/TopContributors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<div v-if="!loading" class="row contributors-container">
<div class="col-12">
<h2 class="text-center">Top contributors:</h2>
<div class="text-center date">
Last update: {{ today }}
</div>
<div class="text-center date">Last update: {{ today }}</div>
</div>
<div class="col-5 left-column">
<top-avatar
Expand Down

0 comments on commit f46d83e

Please sign in to comment.