Skip to content

Commit 9285717

Browse files
author
Itzi Zubeldia
committed
Adding mkdocs site
1 parent 7ffc54a commit 9285717

File tree

6 files changed

+28
-7
lines changed

6 files changed

+28
-7
lines changed

docs/careers/digital-marketing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Digital Marketing Specialist
22

3-
**Part-Time, 20 hrs/week**
3+
<ul class="job-info">
4+
<li> Location: Mississippi State, MS </li>
5+
<li> Part-time 20 hrs/week</li>
6+
</ul>
47

58
## Position Overview
69

docs/careers/field-marketing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Field Marketing Specialist
22

3-
**Part-Time, 20 hrs/week**
3+
<ul class="job-info">
4+
<li> Location: Mississippi State, MS </li>
5+
<li> Part-time 20 hrs/week</li>
6+
</ul>
47

58
## Position Overview:
69

docs/careers/systems-developer.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
#Systems Developer
1+
# Systems Developer
22

3-
**Part-Time, 20 hrs/week**
3+
<ul class="job-info">
4+
<li> Location: Mississippi State, MS </li>
5+
<li> Part-time 20 hrs/week</li>
6+
</ul>
47

58
## Position Overview
69

docs/careers/web-developer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Web Developer
22

3-
**Part-Time, 20 hrs/week**
4-
3+
<ul class="job-info">
4+
<li> Location: Mississippi State, MS </li>
5+
<li> Part-time 20 hrs/week</li>
6+
</ul>
57

68
## Position Overview
79

docs/stylesheets/extra.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,14 @@
3030

3131
.md-header__inner {
3232
margin-bottom: 15px;
33+
}
34+
.md-typeset h1 {
35+
font-weight: 500;
36+
color: black;
37+
}
38+
39+
.job-info {
40+
list-style: none !important;
41+
margin: 0;
42+
padding: 0;
3343
}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_url: https://careers.hintjen.com
33
site_description: Hintjen is a global leader in the development of innovative software solutions.
44
theme:
55
name: material
6-
# logo: images/hintjen.png
6+
logo: images/H.png
77
favicon: images/hintjen.png
88
extra_css:
99
- stylesheets/extra.css

0 commit comments

Comments
 (0)