-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
14 lines (13 loc) · 832 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<section>
<div class="container" >
<h1 class="text-center" style="padding: 40px">ABOUT US</h1>
<div class="row mx-auto">
<div class="col-xs-4 col-md-4 col-lg-4">
<p>Lecture Booking is a site that provides lecture booking times of CELT, G-BLOCK AND LECTURE THEARTRE (LT) on UCC Campus. Its purpose is to allow students, lecturers, association executives and course reps to be able to easily book venues and give the general UCC population a platform to be able to view all lecture venues on campus and its associated timetable.</p>
</div>
<div class="col-xs-8 col-md-8 col-lg-8" >
<img src="img/UCC.jpg" alt="UCC Library Complex" class="img-responsive img-thumbnail shadow p-3 mb-5 rounded" id="venues-view">
</div>
</div>
</div>
</section>