forked from StartBootstrap/startbootstrap-business-casual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.php
69 lines (64 loc) · 2.84 KB
/
resume.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
58
59
60
61
62
63
64
65
66
67
68
69
<?php
$title = "Resume";
include 'includes/header.php';
?>
<!-- Start Page Body -->
<div class="row">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">My
<strong>Resume</strong>
</h2>
<hr>
</div>
<div class="col-lg-12">
<p>
Thanks for stopping by. You can <a href="hosted/GibbonsResume.pdf">download a current copy of my resume here</a>. As a student, however, I warn you that my resume needs updating quite frequenty. If you would like an up to date copy of my resume, feel free to <a href="contact">contact me</a>! If you give me a little information about what you are looking for as well, I may be able to provide you with a more tailored response with my experience in the field you are looking for.
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- End Page Body -->
<?php include 'includes/footer.php'; ?>
<?php
/* <div class="col-sm-4 text-center">
<a href="#"><img class="img-responsive" src="img/unami.png" alt=""></a>
<h3>Unami Lodge
<small>Web</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<a href="#"><img class="img-responsive" src="img/conclave.png" alt=""></a>
<h3>Conclave 2015
<small>Web</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<a href="#"><img class="img-responsive" src="http://placehold.it/750x450" alt=""></a>
<h3>KC3AFR
<small>Radio</small>
</h3>
</div>
<div class="clearfix"></div>
<div class="col-sm-4 text-center">
<a href="#"><img class="img-responsive" src="http://placehold.it/750x450" alt=""></a>
<h3>Multicopter
<small>Systems Design</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<a href="#"><img class="img-responsive" src="http://placehold.it/750x450" alt=""></a>
<h3>Electronics
<small>Merit Badge</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<a href="#"><img class="img-responsive" src="http://placehold.it/750x450" alt=""></a>
<h3>In Progress
<small></small>
</h3>
</div>
*/
?>