Skip to content

Commit

Permalink
use css and remove nested bootstrap column
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMinos committed Apr 25, 2019
1 parent b9c6af2 commit 03f7b82
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ocfweb/about/templates/about/staff.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,14 @@ <h3>Computer Lab &amp; Printing</h3>
<div class="ocf-lab">
<div class="container">
<div class="row">
<div class="col-md-7 align-items-center">
<div class="col-md-7">
<br/>
<br/>
</div>
<div class="col-md-7" style="padding-top:3em;">
<img src="{% static 'img/about/171-mlk-lab.jpg' %}" alt="OCF at MLK building, 2019 Spring" />
</div>
<div class="col-md-5">
<div class="col-md-5" style="padding-bottom:1.5em;">
<h2>We have a spiffy computer lab on southside.</h2>
<h3><a href="{% url 'register' %}">Create an account</a> and drop by!</h3>
<p>Our computer lab, located in <a href="{% url 'doc' 'services/lab' %}">171 MLK Student Union</a>, features high-res scanners, free printing, and high-end desktops with mechanical keyboards and GTX graphics cards, all running Debian GNU/Linux.</p>
<div class="col-md-12">
<img src="{% static 'img/about/servers.jpg' %}" alt="a photo of servers in the rack, 2019 Spring" />
</div>
<img src="{% static 'img/about/servers.jpg' %}" alt="a photo of servers in the rack, 2019 Spring" />
</div>
</div>
</div>
Expand Down

0 comments on commit 03f7b82

Please sign in to comment.