Skip to content

Commit 45c6b47

Browse files
committed
style updates
1 parent e1ecca1 commit 45c6b47

File tree

5 files changed

+27
-22
lines changed

5 files changed

+27
-22
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site settings
2-
title: Eabits Jobs
2+
title: Earbits Jobs
33
description: > # Earbits Jobs
44
baseurl: "" # the subpath of your site, e.g. /blog/
55
url: "http://jobs.earbits.com" # the base hostname & protocol for your site

_includes/extra.html

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
<hr />
22

3-
<div class="section">
4-
<h3>Open Jobs</h3>
5-
<ul>
6-
<li><a href="/jobs/fullstack.html">Senior Fullstack Developer</a></li> <!-- links to file in repo called /jobs/fullstack.html -->
7-
<li><a href="/jobs/android.html">Senior Android Developer</a></li>
8-
</ul>
9-
</div>
3+
104

115
<div class="section">
126
<h3>How To Apply</h3>
137
<p>Send us an email to <a href="mailto:[email protected]">[email protected]</a> with a short cover letter and your resume.</p>
148

159
</div>
1610

17-
18-
<div class="section">
19-
<h3>Additional Resources</h3>
20-
<ul>
21-
<li class="bullet"><a href="http://www.earbits.com">www.earbits.com</a></li>
22-
<li class="bullet"><a href="https://play.google.com/store/apps/details?id=com.earbits.earbitsradio">Android<a/></li>
23-
<li class="bullet"><a href="https://itunes.apple.com/us/app/radio-app-for-free-music-discovery/id701027627?mt=8">iPhone<a/></li>
24-
</ul>
25-
</div>

_layouts/default.html

+19-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,25 @@
2222

2323
<div class="container">
2424
<div class="row">
25-
<div class="col-md-2">
26-
<a href="/"><img class="logo" src="/radio-icon.png" /></a>
25+
<div class="col-md-3">
26+
<a href="/"><img class="logo" src="/radio-icon.png" /></a>
27+
<div class="section">
28+
<h3>Open Jobs</h3>
29+
<ul class="menu">
30+
<li><a href="/jobs/fullstack.html">Senior Fullstack Developer</a></li>
31+
<li><a href="/jobs/android.html">Senior Android Developer</a></li>
32+
</ul>
33+
</div>
34+
35+
<div class="section">
36+
<h3>Additional Resources</h3>
37+
<ul class="menu">
38+
<li class="bullet"><a href="http://www.earbits.com">Earbits</a></li>
39+
<li class="bullet"><a href="https://play.google.com/store/apps/details?id=com.earbits.earbitsradio">Android</a></li>
40+
<li class="bullet"><a href="https://itunes.apple.com/us/app/radio-app-for-free-music-discovery/id701027627?mt=8">iPhone</a></li>
41+
</ul>
42+
</div>
43+
2744
</div>
2845
<div class="col-md-8">
2946
{{ content }}

css/main.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ body {
77
}
88

99
.logo {
10-
width: 100%;
1110
margin-top: 25px;
1211
}
1312
h1, h2, h3, h4 {
1413
font-family: 'Francois One', sans-serif;
1514
}
16-
15+
.menu {
16+
list-style: none;
17+
padding: 0;
18+
margin: 0;
19+
}
1720
h2 {
1821
font-size: 34px;
1922
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
<div class="section">
7-
<h2>Earbits Careers</h2>
7+
<h2>About Earbits</h2>
88
<p>Earbits is a Y Combinator company, founded by musicians who saw the urgent need to disrupt the broken music industry. By combining a free streaming music with an Adwords business model bands and labels are able to bid per-song for airtime and use the consumer exposure to market their music and live events. Over 13,000 artists and labels are on Earbits, including countless Grammy winning and Platinum-certified artists. Earbits is available on the web, Android and iPhone.</p>
99
</div>
1010

0 commit comments

Comments
 (0)