generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
142beaa
commit 5b4b691
Showing
8 changed files
with
94 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,58 @@ | ||
--- | ||
layout: full_page | ||
title: Szolgáltatások | ||
icon: fas fa-laptop-code | ||
image: /assets/img/banner.png | ||
order: 2 | ||
show: true | ||
--- | ||
|
||
<h1 class="text-center mt-5 mb-3">Webfejlesztés, egyedi informatikai megoldások</h1> | ||
<h1 class="text-center mt-5 mb-3"> | ||
Webfejlesztés, egyedi informatikai megoldások | ||
</h1> | ||
|
||
<div class="row mb-2"> | ||
<div class="col-lg-4"> | ||
<img src="/assets/img/szolgaltatasok/standard.png" class="img-fluid w-50 mx-auto d-block" alt="Weboldal / Webshop készítés"> | ||
<h2>Weblap / Webshop készítés</h2> | ||
<p>Segítek megalkotni a kívánt weblapját, webáruházát a tervezéstől a megvalósításig. Legyen az magán, üzleti, intézményi vagy bármilyen más célú.</p> | ||
</div> | ||
<div class="col-lg-4"> | ||
<img | ||
src="/assets/img/szolgaltatasok/standard.png" | ||
class="img-fluid w-50 mx-auto d-block" | ||
alt="Weboldal / Webshop készítés" | ||
/> | ||
<h2>Weblap / Webshop készítés</h2> | ||
<p> | ||
Segítek megalkotni a kívánt weblapját, webáruházát a tervezéstől a | ||
megvalósításig. Legyen az magán, üzleti, intézményi vagy bármilyen más | ||
célú. | ||
</p> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<img src="/assets/img/szolgaltatasok/qt.png" class="img-fluid w-50 mx-auto d-block" alt="Weboldal karbantartás"> | ||
<h2>Webhely karbantartás</h2> | ||
<p>Ellátom a szükséges rendszeres vagy egyszeri karbantartásokat, mint a frissítések telepítését, biztonsági másolatok készítését.</p> | ||
</div> | ||
<div class="col-lg-4"> | ||
<img | ||
src="/assets/img/szolgaltatasok/qt.png" | ||
class="img-fluid w-50 mx-auto d-block" | ||
alt="Weboldal karbantartás" | ||
/> | ||
<h2>Webhely karbantartás</h2> | ||
<p> | ||
Ellátom a szükséges rendszeres vagy egyszeri karbantartásokat, mint a | ||
frissítések telepítését, biztonsági másolatok készítését. | ||
</p> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<img src="/assets/img/szolgaltatasok/error.png" class="img-fluid w-50 mx-auto d-block" alt="Weboldal javítás"> | ||
<h2>Weboldal javítás</h2> | ||
<p>Problémás a weboldala? Keressen fel hibaelhárításhoz, vagy akár költöztetéshez másik szolgáltatóhoz vagy rendszerre.</p> | ||
</div> | ||
<div class="col-lg-4"> | ||
<img | ||
src="/assets/img/szolgaltatasok/error.png" | ||
class="img-fluid w-50 mx-auto d-block" | ||
alt="Weboldal javítás" | ||
/> | ||
<h2>Weboldal javítás</h2> | ||
<p> | ||
Problémás a weboldala? Keressen fel hibaelhárításhoz, vagy akár | ||
költöztetéshez másik szolgáltatóhoz vagy rendszerre. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<p class="lead mx-2">Amennyiben felkeltettem érdeklődését, lépjen velem <a href="/kapcsolat">kapcsolat</a>ba!</p> | ||
<p class="lead mx-2"> | ||
Amennyiben felkeltettem érdeklődését, lépjen velem | ||
<a href="/kapcsolat">kapcsolat</a>ba! | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.me-3 { | ||
margin-right: 1rem !important; | ||
} | ||
|
||
.me-xl-3 { | ||
margin-right: 1rem !important; | ||
} | ||
|
||
.my-1 { | ||
margin-top: 0.25rem !important; | ||
margin-bottom: 0.25rem !important; | ||
} | ||
|
||
.mx-auto { | ||
margin-right: auto !important; | ||
margin-left: auto !important; | ||
} |