Skip to content

Commit

Permalink
14:12 02/06/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dipak committed Jun 2, 2023
1 parent f1e9f5c commit 336c12e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,4 +751,4 @@ input.checkbox:checked:after {
.main-w3layouts {
padding: 1em 0 0;
}
}
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h1 class="bannar-heading text-start">DESIGN. DEVELOP.</h1>
create amazing web-Applications.”
</p>
<div class="d-flex">
<img height="40px" width="55px" class="img-fluid rounded-circle" src="assets/img/profile_icon2.png"
<img height="55px" width="80px" class="img-fluid rounded-circle" src="assets/img/profile_icon2.png"
alt="woman image" />
<p class="testimony-person">Ntem, Kenyor, A1in1 Companies</p>
</div>
Expand All @@ -199,7 +199,7 @@ <h1 class="bannar-heading text-start">DESIGN. DEVELOP.</h1>
increased our workflow..”
</p>
<div class="d-flex">
<img height="40px" width="55px" class="img-fluid rounded-circle" src="assets/img/Ellipse (7).png"
<img height="55px" width="80px" class="img-fluid rounded-circle" src="assets/img/Ellipse (7).png"
alt="woman image" />
<p class="testimony-person">
Kelly Consuegra, Marves Industries
Expand All @@ -213,7 +213,7 @@ <h1 class="bannar-heading text-start">DESIGN. DEVELOP.</h1>
It just helps me increase my efficiency.”
</p>
<div class="d-flex">
<img height="40px" width="55px" class="img-fluid rounded-circle" src="assets/img/Ellipse (6).png"
<img height="50px" width="80px" class="img-fluid rounded-circle" src="assets/img/Ellipse (6).png"
alt="woman image" />
<p class="testimony-person">Icogrowser, Roynek-T Industries</p>
</div>
Expand Down Expand Up @@ -313,7 +313,7 @@ <h5>Subscribe to our newsletter</h5>
<p>Monthly digest of what's new and exciting from us.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<input id="newsletter1" type="email" class="form-control" placeholder="Email address">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
Expand Down

0 comments on commit 336c12e

Please sign in to comment.