-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (73 loc) · 4.05 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>The Recruiter Roll</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Averia+Serif+Libre:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="images/trr-favicon.ico" type="image/x-icon">
<meta name="description" content="The Recruiter Roll is a weekly newsletter, hand-curated with the best articles on recruiting, culture, diversity and everything HR.">
<meta name="robots" content="index, follow">
<meta property="og:title" content="The Recruiter Roll">
<meta property="og:site_name" content="The Recruiter Roll">
<meta property="og:url" content="http://recruiterroll.belong.co/">
<meta property="og:description" content="The Recruiter Roll is a weekly newsletter, hand-curated with the best articles on recruiting, culture, diversity and everything HR.">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@BelongCo">
<meta name="twitter:creator" content="@SBelongCo">
<meta name="twitter:title" content="The Recruiter Roll">
<meta name="twitter:description" content="The Recruiter Roll is a weekly newsletter, hand-curated with the best articles on recruiting, culture, diversity and everything HR.">
<meta name="twitter:image" content="http://recruiterroll.belong.co/images/recruiter-roll-logo.png">
<title>The Recruiter Roll</title>
</head>
<body>
<div class="header-container">
<div class="header container-fluid">
<a href="https://belong.co/" target="_blank"><div class="main-logo-wrapper">
<img class="main-logo" src="http://cdn2.hubspot.net/hubfs/555378/Logo_Type_web-150dpi-27-8-15-06.png" />
</div></a>
</div>
</div>
<div class="content-container">
<div class="content container-fluid clearfix">
<div class="content-left column column-2-5">
<h2>The only newsletter you’ll need to keep up with everything in recruitment and HR.</h2>
<p>The internet is flooded with the good, bad and the ugly. Your time isn’t best spent trawling through it for relevant information. The Recruiter Roll brings you 5 choicest articles in the world of HR on topics like</p>
<ul>
<li>Trends, innovations, best-practices and how-to's</li>
<li>Technology in HR</li>
<li>Employer branding and culture</li>
</ul>
</div>
<div class="content-right column column-3-5">
<div class="content-right-inr">
<div class="registration-section">
<div class="row clearfix">
<div class="section-heading column column">
<img class="recruiter-roll-logo" src="images/recruiter-roll-logo.png" />
</div>
</div>
<div class="registration-form">
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
portalId: '555378',
formId: 'b56a39c5-2cbb-4e76-9c26-7dc578c965d1'
});
</script>
</div>
</div>
</div>
</div>
</div>
<div class="footer container-fluid">
<img class="footer-content" src="images/recruiter-roll-footer.png">
</div>
</div>
</body>
</html>