Lets actually include everyone in teh about page, okay?

This commit is contained in:
Jeremy Zhang 2017-09-01 04:41:10 +00:00
parent a3971960e1
commit 71462ba628
3 changed files with 35 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -86,12 +86,42 @@ etc.</p>
<div class="card-panel indigo lighten-5 z-depth-1 no-height-padding"> <div class="card-panel indigo lighten-5 z-depth-1 no-height-padding">
<div class="row valign-wrapper"> <div class="row valign-wrapper">
<div class="col s2"> <div class="col s2">
<img src="{{ url_for('static', filename='img/people/riva.png') }}" alt="Riva" class="circle responsive-img"> <img src="{{ url_for('static', filename='img/people/appledash.png') }}" alt="AppleDash" class="circle responsive-img">
</div>
<div class="col s10">
<h5 class="black-text card-title">AppleDash</h5>
<p class="black-text flow-text">Server Hosting</p>
<p class="black-text">From the shadows of Poniverse, AppleDash swiftly jumps in and offered his server to make websockets possible!</p>
</div>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel indigo lighten-5 z-depth-1 no-height-padding">
<div class="row valign-wrapper">
<div class="col s2">
<img src="/static/img/people/riva.png" alt="Riva" class="circle responsive-img">
</div> </div>
<div class="col s10"> <div class="col s10">
<h5 class="black-text card-title">Riva</h5> <h5 class="black-text card-title">Riva</h5>
<p class="black-text flow-text">Bot Hosting</p> <p class="black-text flow-text">Previous Bot Hosting</p>
<p class="black-text">This guy hosts our lovely bot, without him Titan would probably not exist.</p> <p class="black-text">This guy hosts our lovely bot, without him Titan would probably not been that great (ahem, indefinitely offline bot).</p>
</div>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel indigo lighten-5 z-depth-1 no-height-padding">
<div class="row valign-wrapper">
<div class="col s2">
<img src="/static/img/people/dotjs.jpg" alt="dotJS" class="circle responsive-img">
</div>
<div class="col s10">
<h5 class="black-text card-title">dotJS</h5>
<p class="black-text flow-text">CSS Architect</p>
<p class="black-text">Although been well known for his name of JavaScript, he helped us design the embeds with his CSS skillz.</p>
</div> </div>
</div> </div>
</div> </div>
@ -105,8 +135,8 @@ etc.</p>
</div> </div>
<div class="col s10"> <div class="col s10">
<h5 class="black-text card-title">Semic</h5> <h5 class="black-text card-title">Semic</h5>
<p class="black-text flow-text">Logo/Asset Designer</p> <p class="black-text flow-text">Logo Designer</p>
<p class="black-text">Semic made most of our graphics such as the Logo and moooooore.</p> <p class="black-text">From our friends over at ProCord, Semic made most of our awesome and heroic Titan logo.</p>
</div> </div>
</div> </div>
</div> </div>