update instructor images

This commit is contained in:
tsb1995 2022-03-06 20:44:18 -08:00
parent 806cc5ae34
commit f0532e746a
3 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -141,16 +141,16 @@
<div class="col-lg-6 ">
<div class="img-container tab-content">
<div class="img-box tab-pane fade show active" id="img1" role="tabpanel">
<img src="{% static 'images/instructor-img1.jpg' %}" alt="" />
<img src="{% static 'images/instructor-img1.jpg' %}" alt="image of instructor" />
</div>
<div class="img-box tab-pane fade " id="img2" role="tabpanel">
<img src="{% static 'images/instructor-img2.jpg' %}" alt="" />
<img src="{% static 'images/instructor-img2.jpg' %}" alt="image of instructor" />
</div>
<div class="img-box tab-pane fade " id="img3" role="tabpanel">
<img src="{% static 'images/instructor-img3.jpg' %}" alt="" />
<img src="{% static 'images/instructor-img3.jpg' %}" alt="image of instructor" />
</div>
<div class="img-box tab-pane fade " id="img4" role="tabpanel">
<img src="{% static 'images/service-img.jpg' %}" alt="" />
<img src="{% static 'images/instructor-img4.png' %}" alt="image of instructor" />
</div>
</div>
</div>

View File

@ -23,10 +23,10 @@
<img src="{% static 'images/instructor-img2.jpg' %}" alt=""/>
</div>
<div class="img-box tab-pane fade " id="img3" role="tabpanel">
<img src="{% static 'images/service-img.jpg' %}" alt=""/>
<img src="{% static 'images/instructor-img3.jpg' %}" alt=""/>
</div>
<div class="img-box tab-pane fade " id="img4" role="tabpanel">
<img src="{% static 'images/service-img.jpg' %}" alt=""/>
<img src="{% static 'images/instructor-img4.png' %}" alt=""/>
</div>
</div>
</div>