mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-10 23:30:17 -04:00
added the sponsors
This commit is contained in:
parent
207460bbf7
commit
095f5c9598
BIN
pages/static/pages/css/img/stern.jpg
Normal file
BIN
pages/static/pages/css/img/stern.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
pages/static/pages/css/img/wickliff.jpg
Normal file
BIN
pages/static/pages/css/img/wickliff.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user