added the sponsors

This commit is contained in:
Rushil Umaretiya 2020-10-21 15:48:05 -04:00
parent 207460bbf7
commit 095f5c9598
4 changed files with 23 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -21,7 +21,9 @@ html {
.photo {
width: 300px;
height: 300px;
margin: 15px;
object-fit: cover;
border-radius: 10px;
box-shadow: 12px 12px rgb(0, 0, 0, 0.1), -12px -12px rgb(0, 0, 0, 0.3);
}

View File

@ -85,7 +85,7 @@
</div>
</div>
<div class="row">
<div class="col-md-4 offset-md-4">
<div class="col-md-4">
<div class="person">
<img src="{% static 'pages/css/img/katelyn.png' %}" class="photo">
<div class="details">
@ -95,6 +95,26 @@
</div>
</div>
</div>
<div class="col-md-4">
<div class="person">
<img src="{% static 'pages/css/img/stern.jpg' %}" class="photo">
<div class="details">
<h3><b>The Sponsor</b></h3>
<p><a>Mx. Stern</a></p>
<i></i>
</div>
</div>
</div>
<div class="col-md-4">
<div class="person">
<img src="{% static 'pages/css/img/wickliff.jpg' %}" class="photo">
<div class="details">
<h3><b>The Sponsor</b></h3>
<p><a>Mr. Wickliff</a></p>
<i></i>
</div>
</div>
</div>
</div>
</div>