Skip to content

Commit

Permalink
[feature] Update for Arel shop (#19)
Browse files Browse the repository at this point in the history
Update for Arel shop
  • Loading branch information
wkobiela authored Nov 3, 2024
1 parent d338e2f commit ad781b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,23 @@ <h2>Obsługiwane sklepy</h2>
<div class="container-internal">
<div class="shop-card">
<a href="https://dixiepomerania.pl/?page_id=55" target="_blank">Dixie Pomerania</a>
<p>Klucz -&gt; nazwa produktu</p>
<p>Klucz -&gt; nazwa produktu (single page)</p>
<p>Dostępność? -&gt; tak, z opisu produktu</p>
</div>
<div class="shop-card">
<a href="https://www.gardaarms.pl/produkty/amunicja/2-239" target="_blank">Garda Arms</a>
<p>Klucz -&gt; link</p>
<p>Klucz -&gt; link do strony produktu</p>
<p>Dostępność? -&gt; tak, ze strony produktu</p>
</div>
<div class="shop-card">
<a href="https://rusznikarnia.eu/kategoria/amunicja/" target="_blank">Rusznikarnia</a>
<p>Klucz -&gt; link</p>
<p>Klucz -&gt; link do strony produktu</p>
<p>Dostępność? -&gt; tak, ze strony produktu</p>
</div>
<div class="shop-card">
<a href="https://dharel.pl/pl/c/AMUNICJA/18" target="_blank">DH Arel</a>
<p>Klucz -&gt; link do strony produktu</p>
<p>Dostępność? -&gt; tak, dedukcja z istnienia</p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
margin: 5px;
text-align: center;
background-color: #f9f9f9;
width: 150px;
height: 50px;
width: 200px;
height: 60px;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit ad781b7

Please sign in to comment.