"Resume"
Bootstrap 3.3.0 Snippet by MikeClark

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="sectionTitle">Employment History</div>
<ul class="job">
<li>
<h4><strong>VintageBikes.mossycity.com(1/1/12-Present)</strong></h4>
<div class="techEnviro">
<h4><strong>Technical Environment:</strong></h4><span>c#, php, html, mysql, WordPress</span></div>
<ul class="responsible">
<li>Restore vintage bikes/resell. Coded various versions of the business web site. The curent version is in WordPress. </li>
</ul>
</li>
<li>
<h4><strong>Senior Software Contractor (11/22/10-2/22/11)</strong></h4>
<h4><strong>Chipton Ross/Boeing</strong></h4>
<div class="techEnviro">
<h4><strong>Technical Environment:</strong></h4><span>C#, HTML, javascript, jquery, .Net, Excel, SQL Server, Stored Procedures, Full Text Search</span></div>
<ul class="responsible">
<li>Gathered requirements designed and implemented a custom web site to act an authenticated portal for Engineers to search and download for various project files. Features included the ability of admin Users to dynamically create web content and upload project files. Web pages could be configured to restrict access to Users belonging to specific security roles. In addition, these pages allowed in place editing of content.</li>
<li>Gathered requirements designed and implemented a system tray windows program for Users to quickly open group directories and files.</li>
<li>Gathered requirements, designed and implemented an MS Excel shared macro to quickly set the working folding.</li>
</ul>
</li>
<li>
<h4><strong>MCSoftware - Freelance Projects (7/06-Present)</strong></h4>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.sectionTitle {
padding: 0 0 0px 70px;
margin: 50px 0;
position: relative;
}
.sectionTitle:before {
background-color: #33a4c9;
border-radius: 25px;
content: ' ';
display: block;
height: 50px;
left: 0;
position: absolute;
top: 0px;
width: 50px;
}
.sectionTitle-font, .sectionTitle {
font-size: 2.5rem;
}
section {
font-size: 1.5rem;
}
ul.job > li > h4 {
margin: 0;
padding: 0;
}
.job-title-font, ul.job > li > h4 {
font-size: 1.5rem;
}
ul.job {
padding: 0px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: