Skip to content

Commit

Permalink
Fixed About Us page
Browse files Browse the repository at this point in the history
  • Loading branch information
S-JZ committed Oct 17, 2021
1 parent ce59c8a commit dcb8be0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file removed media/doodle/Doodle.png
Binary file not shown.
Binary file removed media/doodle/Doodle_I7GAHW4.png
Binary file not shown.
Binary file removed media/doodle/Doodle_ucMtVOg.png
Binary file not shown.
6 changes: 3 additions & 3 deletions templates/virtualscreen/about_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="display-4">TELEKNIGHTS</h1>

<!-- Team item -->
<div class="col-xl-3 col-sm-6 mb-5">
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="{% static 'assets/img/Sristi.jpg' %}" alt="" width="120" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm">
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="{% static 'assets/img/Sristi.jpeg' %}" alt="" width="120" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm">
<h5 class="mb-0">Sristi</h5><span class="small text-uppercase text-muted">IGDTUW New Delhi</span>
<br>
<li class="list-inline-item"> <a href="https://www.linkedin.com/mwlite/in/sristi-4a680b207" class="social-link"><i class="fa fa-linkedin-square" style="font-size:36px"></i></a></li>
Expand All @@ -63,7 +63,7 @@ <h5 class="mb-0">Sristi</h5><span class="small text-uppercase text-muted">IGDTUW
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="{% static 'assets/img/harshita.jpg' %}" alt="" width="85" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm">
<h5 class="mb-0">Harshita Mangotra</h5><span class="small text-uppercase text-muted">IGDTUW New Delhi</span>
<br>
<li class="list-inline-item"> <a href="https://www.linkedin.com/in/anushka-pandey-a1aa32221/" class="social-link"><i class="fa fa-linkedin-square" style="font-size:36px"></i></a></li>
<li class="list-inline-item"> <a href="https://www.linkedin.com/in/harshita-mangotra-4b6b751ba/" class="social-link"><i class="fa fa-linkedin-square" style="font-size:36px"></i></a></li>

</div>
</div><!-- End -->
Expand All @@ -82,7 +82,7 @@ <h5 class="mb-0">Anushka Pandey</h5><span class="small text-uppercase text-muted

<!-- Team item -->
<div class="col-xl-3 col-sm-6 mb-5">
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="{% static 'assets/img/harshitan.jpeg' %}" alt="" width="60" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm">
<div class="bg-white rounded shadow-sm py-5 px-4"><img src="{% static 'assets/img/harshita_n.jpg' %}" alt="" width="108" class="img-fluid rounded-circle mb-3 img-thumbnail shadow-sm">
<h5 class="mb-0">Harshita Neelisetty</h5><span class="small text-uppercase text-muted">svecw Andhra Pradesh</span>
<br>
<li class="list-inline-item"> <a href="https://www.linkedin.com/in/neelisetty-harshita-6721bb223/" class="social-link"><i class="fa fa-linkedin-square" style="font-size:36px"></i></a></li>
Expand Down
Binary file added virtualscreen/static/assets/img/Sristi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified virtualscreen/static/assets/img/Sristi.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 virtualscreen/static/assets/img/harshita_n.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcb8be0

Please sign in to comment.