xxxxxxxxxx
1
<div class="container my-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text p-5">
6
7
<!-- Grid row -->
8
<div class="row">
9
10
<!-- Grid column -->
11
<div class="col-md-5 mb-4 mb-md-0">
12
13
<div class="view">
14
<img src="https://mdbootstrap.com/img/illustrations/undraw_Group_chat_unwm.svg" class="img-fluid" alt="smaple image">
15
</div>
16
17
</div>
18
<!-- Grid column -->
19
20
<!-- Grid column -->
21
<div class="col-md-7 mb-lg-0 mb-4">
22
23
<!-- Form -->
24
<form class="" action="">
25
26
<!-- Section heading -->
27
<h3 class="font-weight-bold my-3">Subscribe</h3>
28
29
<p class="text-muted mb-4 pb-2">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam vitae, fuga similique quos aperiam tenetur quo ut rerum debitis.</p>
30
31
<div class="input-group">
32
<input type="email" class="form-control" placeholder="Enter your email address" aria-label="Enter your email address"
33
aria-describedby="button-addon2">
34
<div class="input-group-append">
35
<button class="btn btn-md btn-primary rounded-right m-0 px-3 py-2 z-depth-0 waves-effect" type="submit" id="button-addon2">Button</button>
36
</div>
37
</div>
38
<small class="form-text black-text"><strong>* Leave your email addres to be notified first.</strong></small>
39
40
</form>
41
<!-- Form -->
42
43
</div>
44
<!-- Grid column -->
45
46
</div>
47
<!-- Grid row -->
48
49
</section>
50
<!--Section: Content-->
51
52
53
</div>
1
1
1
1
Console errors: 0