Skip to content

Commit

Permalink
#19 Optimization for images on Trainings page
Browse files Browse the repository at this point in the history
  • Loading branch information
erolaliyev committed Jan 27, 2021
1 parent 4ece9ad commit b1050ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added src/Hosted/assets/trainings-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Hosted/assets/trainings-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/Hosted/trainings.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ <h1>Trainings by experts</h1>
</p>
</div>
<div class="col-lg-6">
<img class="margin-23 margin-md-23" src="http://via.placeholder.com/600x400" />
<img class="margin-23 margin-md-23" src="assets/trainings-1.jpg" />
</div>
</div>
<hr class="space" />
<hr class="space-lg" />
<div class="row">
<div class="col-lg-4">
<div class="cnt-box cnt-box-top">
<a href="#" class="img-box"><img src="http://via.placeholder.com/600x400" alt="" /></a>
<img src="assets/trainings-2.jpg" alt="" />
<div class="caption">
<h2>Designed for you</h2>
<span class="extra-field">Specific</span>
Expand All @@ -68,7 +68,7 @@ <h2>Designed for you</h2>
</div>
<div class="col-lg-4">
<div class="cnt-box cnt-box-top">
<a href="#" class="img-box"><img src="http://via.placeholder.com/600x400" alt="" /></a>
<img src="http://via.placeholder.com/600x400" alt="" />
<div class="caption">
<h2>Closed groups.</h2>
<span class="extra-field">Private</span>
Expand All @@ -80,7 +80,7 @@ <h2>Closed groups.</h2>
</div>
<div class="col-lg-4">
<div class="cnt-box cnt-box-top">
<a href="#" class="img-box"><img src="http://via.placeholder.com/600x400" alt="" /></a>
<img src="http://via.placeholder.com/600x400" alt="" />
<div class="caption">
<h2>Your data is safe.</h2>
<span class="extra-field">Secure</span>
Expand Down

0 comments on commit b1050ff

Please sign in to comment.