-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
57 lines (50 loc) · 1.62 KB
/
aboutus.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
include 'core/init.php';
include 'includes/overall/header.php';
?>
<h1>About Us</h1>
<div id="montage-wrap">
<div class="montage-block1">
<span id="block"></span>
<div class="thumb_content2">
<h1>The Group</h1>
<p>This is our amazing group, made up of the most hard working, patient, and trustworthy people that anyone will meet, who are all co-founders of UniQuest.</p>
</div>
</div> <!-- block end -->
<div class="montage-block">
<span id="block1"></span>
<div class="thumb_content">
<h1>Syed Waleed Masoom</h1>
<p>This is the hardworking and diligent President.</p>
</div>
</div> <!-- block end -->
<div class="montage-block">
<span id="block2"></span>
<div class="thumb_content">
<h1>Pranjal Rastogi</h1>
<p>This is the motivating and energetic CEO.</p>
</div>
</div> <!-- block end -->
<div class="montage-block">
<span id="block3"></span>
<div class="thumb_content">
<h1>Avneesh Sachdev</h1>
<p>This is the trustworthy and accurate Director of Finances.</p>
</div>
</div> <!-- block end -->
<div class="montage-block">
<span id="block4"></span>
<div class="thumb_content">
<h1>Surya Ravichandran</h1>
<p>This is the creative and ambitious Director of Design.</p>
</div>
</div> <!-- block end -->
<div class="montage-block">
<span id="block5"></span>
<div class="thumb_content">
<h1>Shubham Saxena</h1>
<p>This is the confident and charming Director of Public Relations.</p>
</div>
</div> <!-- block end -->
</div> <!-- montage wrap -->
<?php include 'includes/overall/footer.php'; ?>