Compare commits

..

2 Commits

Author SHA1 Message Date
Kriszti d0f2871d4a Merge branch 'main' of https://git2.aycode.com/Kriszti/MangoWeb 2024-04-12 12:12:37 +02:00
Kriszti d7afed7e92 style changes 2024-04-12 12:12:31 +02:00
3 changed files with 9 additions and 7 deletions

View File

@ -8,12 +8,12 @@
<div class="py-5" style="position: relative">
<h1 class="display-5 fw-bold text-white" style="position:relative; z-index:100">Üdv a MangoWebnél!</h1>
<h1 class="display-5 fw-bold text-white" style="position:relative; z-index:100">Welcome to MangoWeb!</h1>
<div class="col-lg-6 mx-auto" style="position:relative; z-index:100">
<h3 style="position:relative; z-index:100">
A mai világban a tervezés egy jobb világ.
</h3>
<p class="fs-5 mb-4" style="position:relative; z-index:100">Üdvözöllek a végtelen képzelet és határtalan kreativitás világában! Együtt induljunk el egy különleges úton, ahol az álmok valósággá válnak.</p>
<p class="fs-5 mb-4" style="position:relative; z-index:100">At MangoWeb, we're dedicated to bringing your digital dreams to life. As your trusted digital partner, we specialize in crafting bespoke web and app development solutions that elevate your online presence and drive tangible results for your business.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center" style="position:relative; z-index:100">
<button type="button" class="btn glass btn-lg px-4">What we do</button>
<button type="button" class="btn glass btn-lg px-4">View works</button>

View File

@ -7,7 +7,7 @@
<TitlePlusImageLeftComponent titlePlusImageModel="@contentModel1"></TitlePlusImageLeftComponent>
@code {
public TitlePlusImageModel contentModel1 = new TitlePlusImageModel("Software Development", ContentModel1Description, "https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8c29mdHdhcmUlMjBkZXZlbG9wbWVudHxlbnwwfHwwfHx8MA%3D%3D", CButtons);
public TitlePlusImageModel contentModel1 = new TitlePlusImageModel("Software Development", ContentModel1Description, "https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8c29mdHdhcmUlMjBkZXZlbG9wbWVudHxlbnwwfHwwfHx8MA%3D%3Dk", CButtons);
public static List<DescriptionContent> ContentModel1Description = new List<DescriptionContent>
{

View File

@ -56,9 +56,11 @@ body {
box-shadow: 0 8px 32px 0 rgba( 30, 30, 30, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
color: white;
border-radius: 40px;
border: 0,2px solid rgba( 255, 255, 255, 0.18 );
color: #dbdada;
font-size: 18px;
}
.hero {