Skip to content

Commit e801753

Browse files
committed
12/6/21
1 parent 8c04c2d commit e801753

File tree

3 files changed

+44
-23
lines changed

3 files changed

+44
-23
lines changed

css/styles.css

+32-5
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,36 @@ opacity: 1;
1313
color: red;
1414
}
1515

16-
#navbar2 {height: 80px;
16+
#navbar2 {
17+
height: 80px;
18+
19+
}
20+
21+
22+
23+
#navbar-title {
24+
font-weight: 400;
25+
font-size: xx-large;
26+
27+
}
28+
29+
.calendar{
30+
margin-left: 750px;
31+
top: 200px;
32+
position: absolute;
1733

1834
}
1935

2036
.logo-image{
2137
width: 75px;
2238
height: 75px;
23-
margin-left: 20px;
39+
margin-left: 250px;
2440
}
2541

26-
.title {top: 73px;
42+
.title {top: 70px;
2743
left: 469px;
2844
width: 300px;
29-
height: 68px;
45+
height: 80px;
3046
/* UI Properties */
3147
color: var(--unnamed-color-000000);
3248
text-align: left;
@@ -39,6 +55,7 @@ opacity: 1;
3955
.herobg {
4056
background-image: url(/images/jonas-geschke-C8wjnVxmVUI-unsplash.jpg);
4157
background-size: cover;
58+
height: 700px;
4259
}
4360

4461
.herotext {
@@ -48,7 +65,17 @@ opacity: 1;
4865
margin-top: 5rem;
4966
}
5067

51-
.hero {padding-bottom: 15rem;}
68+
.quotetext{
69+
background-color: white;
70+
padding: 1rem;
71+
border-radius: 1rem;
72+
margin-top: 5rem;
73+
}
74+
75+
.hero {padding-bottom: 15rem;
76+
margin-bottom: 400px;
77+
78+
}
5279

5380
.card-custom-text {
5481
text-align: center;

images/Meeting Calendar.png

47.1 KB
Loading

index.html

+12-18
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
<img src="images/logo.png" class="logo-image">
1919
</div>
2020
</a>
21-
22-
2321
<div class="container-fluid">
24-
<a class="navbar-brand" href="#">Wellbriety</a>
22+
<a id="navbar-title" class="navbar-brand" href="#">Wellbriety</a>
2523
</li>
2624
</ul>
2725
<form class="d-flex">
@@ -33,7 +31,6 @@
3331
</nav>
3432
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #660000;">
3533
<div class="container-fluid">
36-
<a class="navbar-brand" href="#">Wellbriety</a>
3734
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3835
<span class="navbar-toggler-icon"></span>
3936
</button>
@@ -65,28 +62,25 @@
6562
</nav>
6663
<div class="container-fluid herobg">
6764
<div class="container hero">
68-
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
69-
<div class="col-10 col-sm-8 col-lg-6">
70-
71-
</div>
65+
<div class="row">
7266
<div class="col-lg-6">
7367
<h1 class="display-5 fw-bold lh-1 mb-3 herotext">Get the help you deserve now <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
74-
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_nzGclg.json" background="transparent" speed="1" style="width: 150px; height: 150px; position: absolute; top: 174px; right: 620px;" loop autoplay></lottie-player></h1>
75-
76-
<p class="lead">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
77-
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
78-
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
79-
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
80-
</div>
68+
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_nzGclg.json" background="transparent" speed="1" style="width: 150px; height: 200px; position: absolute;top: 180px; right: 700px;" loop autoplay></lottie-player></h1>
69+
<h2 class="display-10 fw-light lh-1 mb-3 quotetext">“Life, the circle, a measurement with no beginning and no end."
70+
</h2>
8171
</div>
8272
</div>
73+
</div>
74+
<div class="col-lg-6">
75+
<img src="images/Meeting Calendar.png" class="calendar">
76+
</div>
8377
</div>
8478
</div>
8579
<div class="container-fluid">
8680
<div class="row" style="pad: 20px;">
8781
<div class="col">
8882
<div class="card" style="width: 30rem; z-index: 3; ; box-shadow: 0px 3px 10px #00000029; bottom: 60px; border-radius: 9px;">
89-
<img style="border-radius: 10em; padding: 20px; height: 200px; width: 200px; margin: auto;"src="https://via.placeholder.com/150" class="card-img-top" alt="...">
83+
<img style="border-radius: 10em; padding: 20px; height: 150px; width: 150px; margin: auto;"src="https://via.placeholder.com/150" class="card-img-top" alt="...">
9084
<div class="card-body">
9185
<h4 class="card-text card-custom-title"> Robert, 23</h4>
9286
<p class="card-text card-custom-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
@@ -95,7 +89,7 @@ <h4 class="card-text card-custom-title"> Robert, 23</h4>
9589
</div>
9690
<div class="col">
9791
<div class="card" style="width: 30rem; z-index: 3; ; box-shadow: 0px 3px 10px #00000029; bottom: 60px; border-radius: 9px;">
98-
<img style="border-radius: 10em; padding: 20px; height: 200px; width: 200px; margin: auto;"src="https://via.placeholder.com/150" class="card-img-top" alt="...">
92+
<img style="border-radius: 10em; padding: 20px; height: 150px; width: 150px; margin: auto;"src="https://via.placeholder.com/150" class="card-img-top" alt="...">
9993
<div class="card-body">
10094
<h4 class="card-text card-custom-title"> Robert, 23</h4>
10195
<p class="card-text card-custom-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
@@ -104,7 +98,7 @@ <h4 class="card-text card-custom-title"> Robert, 23</h4>
10498
</div>
10599
<div class="col">
106100
<div class="card" style="width: 30rem; z-index: 3; ; box-shadow: 0px 3px 10px #00000029; bottom: 60px; border-radius: 9px;">
107-
<img style="border-radius: 10em; padding: 20px; height: 200px; width: 200px; margin: auto;"src="https://via.placeholder.com/150" class="card-img-top" alt="...">
101+
<img style="border-radius: 10em; padding: 20px; height: 150px; width: 150px; margin: auto;"src="https://via.placeholder.com/150" class="card-img-top" alt="...">
108102
<div class="card-body">
109103
<h4 class="card-text card-custom-title"> Robert, 23</h4>
110104
<p class="card-text card-custom-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>

0 commit comments

Comments
 (0)