-
Notifications
You must be signed in to change notification settings - Fork 4
/
resume.html
171 lines (167 loc) · 11.2 KB
/
resume.html
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="My personal Website.">
<meta name="author" content="Leonard Box">
<meta name="keywords" content="">
<title>Résumé</title>
<link rel="stylesheet" href="./assets/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="./assets/js/main.js"></script>
</head>
<body class="aluminum">
<!-- Header -->
<header>
<nav>
<div class="menu-icon">
<i class="fa fa-bars fa-2x"></i>
</div>
<div class="logo">
LOGO
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="#">My Offer</a></li>
<li><a href="resume.html">My Rèsumè</a></li>
<li><a href="#">My Blog</a></li>
<li><a href="#">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<!-- Page Content -->
<div class="container-fluid">
<div class="row mt-3 mb-3">
<!-- Left Column -->
<div class="card card-resume col-md-3 offset-1">
<img class="card-img-top" src="./assets/images/me.jpg" alt="Avatar">
<div class="card-body">
<h2 class="card-title text-black"><b>Leonard Box</b></h2>
<p><i class="fa fa-briefcase fa-fw margin-right large text-madla"></i>Web Developer</p>
<p><i class="fa fa-home fa-fw margin-right large text-madla"></i>San Antonio, TX</p>
<p><i class="fa fa-envelope fa-fw margin-right large text-madla"></i>[email protected]</p>
<p><i class="fa fa-phone fa-fw margin-right large text-madla"></i>+1-877-867-5309</p>
<hr>
<p class="large"><b><i class="fa fa-globe fa-fw margin-right text-madla"></i>Languages</b></p>
<div class="round-xlarge small">
<h6>Java</h6>
<div class="center round-xlarge madla" style="width:90%">90%</div>
<br>
<h6>JavaScript</h6>
<div class="center round-xlarge madla" style="width:80%">80%</div>
<br>
<h6>Swift</h6>
<div class="center round-xlarge madla" style="width:75%">75%</div>
<br>
<h6>PHP</h6>
<div class="center round-xlarge madla" style="width:50%">50%</div>
<br>
<hr>
</div>
<p class="large w3-text-theme"><b><i class="fa fa-wrench fa-fw margin-right text-madla"></i>Tools</b></p>
<div class="round-xlarge small">
<h6>Eclipse</h6>
<div class="center round-xlarge madla" style="width:100%">100%</div>
<br>
<h6>Xcode</h6>
<div class="center round-xlarge madla" style="width:90%">90%</div>
<br>
<h6>Visual Studio Code</h6>
<div class="center round-xlarge madla" style="width:80%">80%</div>
<br>
</div>
</div>
</div>
<!-- Right Column -->
<div class="col-md-6 offset-1">
<div class="row mb-3">
<div class="card card-resume col-md-12 round-xlarge">
<div class="card-body">
<h2 class="text-black w3-padding-16"><i class="fa fa-graduation-cap fa-fw margin-right xlarge text-madla"></i><b>Education</b></h2>
<div class="container">
<h5 class="opacity"><b>Texas A&M University - San Antonio</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>Aug 2019 - <span class="tag madla round">Present</span></h6>
<p>Bachelor of Science in Computer Science</p>
<hr>
</div>
<div class="container">
<h5 class="opacity"><b>St. Philip's College</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>2017 - 2019</h6>
<p>Applied Associates of Science in Web and Mobile Development</p>
<hr>
</div>
<div class="container">
<h5 class="opacity"><b>Norwich University</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>1991 - 1996</h6>
<p>Bachelor of Arts in Political Science</p><br>
</div>
</div>
</div>
</div>
<div class="row mt-3 mb-3">
<div class="card card-resume col-md-12">
<div class="card-body">
<h2 class="text-black w3-padding-16"><i class="fa fa-suitcase fa-fw margin-right xlarge text-madla"></i><b>Work Experience</b></h2>
<div class="container">
<h5 class="opacity"><b>Project Management Office Intern / Accenture Federal Services</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>Oct 2018 - Dec 2018</h6>
<p>Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
<div class="container">
<h5 class="opacity"><b>Senior Target Analyst/Reporter / Camber Corporation</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>Jun 2016 - Sep 2016</h6>
<p>Consectetur adipisicing elit. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
<div class="container">
<h5 class="opacity"><b>Senior Cryptologic Linguist / United States Army</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>Aug 1996 - Aug 2015</h6>
<p>Consectetur adipisicing elit. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
</div>
</div>
</div>
<div class="row mt-3">
<div class="card card-resume col-md-12">
<div class="card-body">
<h2 class="text-black w3-padding-16"><i class="fa fa-heart fa-fw margin-right xlarge text-madla"></i><b>Volunteer Experience</b></h2>
<div class="container">
<h5 class="opacity"><b>Texas A&M Unversity - San Antonio - Association of Computing Machinery Student Chapter</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>Mar 2019 - <span class="w3-tag madla w3-round">Present</span></h6>
<p>Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
<div class="container">
<h5 class="opacity"><b>Technical Program Manager / CodePath.org</b></h5>
<h6 class="text-madla"><i class="fa fa-calendar fa-fw margin-right"></i>Nov 2018 - <span class="w3-tag madla w3-round">Present</span></h6>
<p>Consectetur adipisicing elit. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="container-fluid madla center margin-top">
<p>Find me on social media:</p>
<a class="text-white" href="https://facebook.com" target="_blank"><i class="fab fa-facebook hover-opacity"></i></a>
<a class="text-white" href="https://instagram.com" target="_blank"><i class="fab fa-instagram hover-opacity"></i></a>
<a class="text-white" href="https://twitter.com" target="_blank"><i class="fab fa-twitter hover-opacity"></i></a>
<a class="text-white" href="https://linkedin.com" target="_blank"><i class="fab fa-linkedin hover-opacity"></i></a>
<p><i class="fa fa-copyright text-white"></i> 2020, Leonard Box</p>
</footer>
</body>
</html>