"Three Column Grid Content Boxes"
Bootstrap 3.0.0 Snippet by wondermarq

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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<div class="become-a">
<h1>Become a...</h1>
<div class="col-md-4 job-seeker">
<h2>I WANT TO FIND A JOB IN THE SAME OCCUPATION OR INDUSTRY</h2>
<a href="/Job-Seekers.aspx">Learn More <i class="fa fa-chevron-circle-right"></i></a>
</div>
<div class="col-md-4 volunteer">
<h2>Volunteer Coach</h2>
<p>If you have a background in human resources, career counseling, recruiting, or related fields, consider volunteering as a NSCN career coach to help New Jersey's older, long-term unemployed job seekers. </p>
<a href="/Employers/Become-Our-Partner.aspx">Learn More <i class="fa fa-chevron-circle-right"></i></a>
</div>
<div class="col-md-4 employer">
<h2>Employer Partner</h2>
<p>NSCN seeks employers to partner with us on reducing the number of New Jersey's older, long-term unemployed and providing employment opportunities for qualified job seekers.</p>
<a href="/Volunteers/Become-a-Volunteer.aspx">Learn More <i class="fa fa-chevron-circle-right"></i></a>
</div>
<div class="col-md-4 community">
<h2>Community Partner</h2>
<p>Many national, state, and local partners are helping New Start Career Network provide resources to job seekers. Consider joining our network of partners.</p>
<a class="/About-Us/Partners">Learn More <i class="fa fa-chevron-circle-right"></i></a>
</div>
<div class="col-md-4 employer">
<h2>Employer Partner</h2>
<p>NSCN seeks employers to partner with us on reducing the number of New Jersey's older, long-term unemployed and providing employment opportunities for qualified job seekers.</p>
<a href="/Volunteers/Become-a-Volunteer.aspx">Learn More <i class="fa fa-chevron-circle-right"></i></a>
</div>
<div class="col-md-4 community">
<h2>Community Partner</h2>
<p>Many national, state, and local partners are helping New Start Career Network provide resources to job seekers. Consider joining our network of partners.</p>
<a class="/About-Us/Partners">Learn More <i class="fa fa-chevron-circle-right"></i></a>
</div>
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
.become-a .job-seeker {
background:url(http://via.placeholder.com/567x355.png);
}
.become-a .volunteer {
background:url(http://via.placeholder.com/567x355.png);
}
.become-a .employer {
background:url(http://via.placeholder.com/567x355.png);
}
.become-a .community {
background:url(http://via.placeholder.com/567x355.png);
}
.become-a > div {
height:355px;
border:4px solid #fff;
color:#fff;
font-size:18px;
font-family:"Roboto Condensed", sans-serif;
}
.become-a h2 {
color:#fff;
text-transform:uppercase;
font-size:32px;
}
.become-a a {
color:#fff;
font-size:24px;
}
.become-a h1 {
color:#E8284C;
font-family:"Playfair Display", serif;
font-size:44px;
margin-bottom:40px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: