slenderresumetheme 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +80 -0
- data/_layouts/default.html +79 -0
- data/_sass/default.scss +62 -0
- data/assets/main.scss +5 -0
- metadata +92 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: aa177a4d78f85b9aab8dc7a74e248cc82f3b7fb2
|
4
|
+
data.tar.gz: 56d243264c17475974a5b84119e310ac1cae002c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fb92624196fd673ec4eb6af94ba4e48988c89548d041ff3c8af9439a1b2187ddcfde940bc1f8767ea273040d1315672f2457cc9a26ad01849ebf9f704cc540da
|
7
|
+
data.tar.gz: 6077eb7ff284776ba04dedad2cf5ccd791af0a98ed2876ca975d1d382e327b100c53d796888cc896823bda7d2afc1cb2ed970d258f97e5321e4a88dfc3e851c2
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2017 Angela
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
|
2
|
+
## Sample index.md:
|
3
|
+
```
|
4
|
+
---
|
5
|
+
# You don't need to edit this file, it's empty on purpose.
|
6
|
+
# Edit theme's home layout instead if you wanna make some changes
|
7
|
+
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
8
|
+
layout: default
|
9
|
+
fullname: "Sarah Tanner"
|
10
|
+
email: "stanner@gmail.com"
|
11
|
+
phonenumber: "123-456-7890"
|
12
|
+
college: "Texas State"
|
13
|
+
citystate: "Austin, TX"
|
14
|
+
graduationdate: "May 2010"
|
15
|
+
degreetype: "Bachelor of Science in Computer Science"
|
16
|
+
gpa: "GPA 3.0"
|
17
|
+
skills:
|
18
|
+
- name: "Languages"
|
19
|
+
data: ["Familiar with Java and C++<br/>Exposure to Python, PHP, bash"]
|
20
|
+
- name: "Tools"
|
21
|
+
data: ["Used xCode and atom to develop. Microsoft Office"]
|
22
|
+
experience:
|
23
|
+
- company: "FakeCompany"
|
24
|
+
position: "Intern"
|
25
|
+
date: "2009-2010"
|
26
|
+
work:
|
27
|
+
- product: "Fake Services"
|
28
|
+
tasks: [
|
29
|
+
"Text Text Text Text Text Text Text Text",
|
30
|
+
"Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text"]
|
31
|
+
- company: "Texas State"
|
32
|
+
position: "Proctor CS101"
|
33
|
+
date: "Fall 2009"
|
34
|
+
work:
|
35
|
+
- product: "Duties"
|
36
|
+
tasks: [
|
37
|
+
"Grade projects and tests.",
|
38
|
+
"Break down and simplify programming concepts for students."]
|
39
|
+
- company: "XCoolCompany"
|
40
|
+
position: "Software Developer"
|
41
|
+
date: "2012-2017"
|
42
|
+
work:
|
43
|
+
- product: "Big Fish Testing Suite"
|
44
|
+
tasks: [
|
45
|
+
"Text Text Text Text Text Text Text Text",
|
46
|
+
"Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text",
|
47
|
+
"Text Text Text Text Text Text Text Text"]
|
48
|
+
- product: "Bigger Fish the Complete Suite"
|
49
|
+
tasks: ["Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text"]
|
50
|
+
other:
|
51
|
+
- category: "Personal Projects"
|
52
|
+
lines: [
|
53
|
+
"Text Text Text Text Text Text Text Text",
|
54
|
+
"Text Text Text Text Text Text Text Text",
|
55
|
+
"Text Text Text Text Text Text Text Text",
|
56
|
+
"Text Text Text Text Text Text Text Text",
|
57
|
+
"Text Text Text Text Text Text Text Text"]
|
58
|
+
---
|
59
|
+
```
|
60
|
+
|
61
|
+
Run `jekyll serve`
|
62
|
+
|
63
|
+
## Usage instructions
|
64
|
+
* `gem install bundler`
|
65
|
+
* `jekyll new resume`
|
66
|
+
* `cd resume`
|
67
|
+
* replace the line `gem 'minima',`.. with `gem 'slenderresumetheme', '~> 0.0.1'`
|
68
|
+
* `bundle install` to install ^ dependency
|
69
|
+
* if ubuntu user may need to supply passwork or use sudo.
|
70
|
+
* from `_config.yml` remove the following
|
71
|
+
```
|
72
|
+
theme: minima
|
73
|
+
plugins:
|
74
|
+
- jekyll-feed
|
75
|
+
```
|
76
|
+
and replace it with `theme: slenderresumetheme`
|
77
|
+
* remove some of the default generated files using the script: `rm -rf _posts && rm about.md 404.html`
|
78
|
+
* Open index.md and edit: `layout: home` to `layout: default`
|
79
|
+
* `jekyll serve`
|
80
|
+
* access the site on : `http://localhost:4000`
|
@@ -0,0 +1,79 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<link rel="stylesheet" href="/assets/main.css">
|
4
|
+
</head>
|
5
|
+
<body>
|
6
|
+
<div class="navigation">
|
7
|
+
TODO: Add navigation
|
8
|
+
</div>
|
9
|
+
<div class="pageContent">
|
10
|
+
<div class="ResumeHead">
|
11
|
+
<p class="fullname">{{page.fullname}}</p>
|
12
|
+
<p>{{page.email}}</p>
|
13
|
+
<p>{{page.phonenumber}}</p>
|
14
|
+
</div>
|
15
|
+
|
16
|
+
<div class="content-group">
|
17
|
+
<label>Education</label>
|
18
|
+
<hr/>
|
19
|
+
<span>
|
20
|
+
<span><strong>{{page.college}}</strong>   {{page.citystate}}</span>
|
21
|
+
<span>{{page.graduationdate}}</span>
|
22
|
+
</span>
|
23
|
+
<span>
|
24
|
+
<span>{{page.degreetype}}</span>
|
25
|
+
<span>{{page.gpa}}</span>
|
26
|
+
</span>
|
27
|
+
</div>
|
28
|
+
|
29
|
+
<div class="content-group">
|
30
|
+
<label>Technical Skills</label>
|
31
|
+
<hr/>
|
32
|
+
<div class="skills">
|
33
|
+
{% for item in page.skills %}
|
34
|
+
<span class="item-category">{{item.name}}:</span>
|
35
|
+
<span class="item-data">{{item.data}}</span>
|
36
|
+
<br/>
|
37
|
+
{% endfor %}
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="content-group">
|
42
|
+
<label>Experience</label>
|
43
|
+
<hr/>
|
44
|
+
{% for job in page.experience %}
|
45
|
+
<div class="experience">
|
46
|
+
<strong>{{job.company}}</strong>
|
47
|
+
<span>{{job.position}}   {{job.date}}</span>
|
48
|
+
{% for product in job.work %}
|
49
|
+
<div class="product-content">
|
50
|
+
<span>{{product.product}}</span>
|
51
|
+
<ul>
|
52
|
+
{% for task in product.tasks %}
|
53
|
+
<li>{{task}}</li>
|
54
|
+
{% endfor %}
|
55
|
+
</ul>
|
56
|
+
</div>
|
57
|
+
{% endfor %}
|
58
|
+
</div>
|
59
|
+
{% endfor %}
|
60
|
+
</div>
|
61
|
+
|
62
|
+
{% for item in page.other %}
|
63
|
+
<div class="content-group">
|
64
|
+
<label>{{item.category}}</label>
|
65
|
+
<hr/>
|
66
|
+
<ul>
|
67
|
+
{% for line in item.lines %}
|
68
|
+
<li>{{line}}</li>
|
69
|
+
{% endfor %}
|
70
|
+
</ul>
|
71
|
+
</div>
|
72
|
+
{% endfor %}
|
73
|
+
|
74
|
+
|
75
|
+
</div>
|
76
|
+
</body>
|
77
|
+
</html>
|
78
|
+
|
79
|
+
{{ content }}
|
data/_sass/default.scss
ADDED
@@ -0,0 +1,62 @@
|
|
1
|
+
$PRIMARY_COLOR : #021E29;
|
2
|
+
|
3
|
+
body{
|
4
|
+
background-color: $PRIMARY_COLOR;
|
5
|
+
}
|
6
|
+
|
7
|
+
.pageContent{
|
8
|
+
background-color: white;
|
9
|
+
opacity: 0.7;
|
10
|
+
margin-left: 10%;
|
11
|
+
margin-right: 10%;
|
12
|
+
padding: 10px 20px;
|
13
|
+
|
14
|
+
label{
|
15
|
+
font-weight: bold
|
16
|
+
}
|
17
|
+
|
18
|
+
hr{
|
19
|
+
margin-top: 0px;
|
20
|
+
border-top-width: 2px;
|
21
|
+
border-top-color: $PRIMARY_COLOR;
|
22
|
+
}
|
23
|
+
|
24
|
+
.ResumeHead{
|
25
|
+
text-align: center;
|
26
|
+
p{
|
27
|
+
margin: 2px auto;
|
28
|
+
}
|
29
|
+
|
30
|
+
.fullname{
|
31
|
+
font-size:1.5em;
|
32
|
+
margin: 0px;
|
33
|
+
padding-top: 10px;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
.content-group{
|
38
|
+
padding-bottom:10px;
|
39
|
+
span{
|
40
|
+
display: flex;
|
41
|
+
flex-direction: row;
|
42
|
+
justify-content: space-between;
|
43
|
+
}
|
44
|
+
.skills{
|
45
|
+
.item-category{
|
46
|
+
font-weight: bold;
|
47
|
+
}
|
48
|
+
.item-data{
|
49
|
+
margin-left:20%;
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
.experience{
|
54
|
+
.product-content{
|
55
|
+
margin-left: 5%;
|
56
|
+
ul{
|
57
|
+
margin-top: 0px;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
data/assets/main.scss
ADDED
metadata
ADDED
@@ -0,0 +1,92 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: slenderresumetheme
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Angela Lloyd
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.5'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.5'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.15'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.15'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '10.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '10.0'
|
55
|
+
description:
|
56
|
+
email:
|
57
|
+
- aml2732@github.com
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- LICENSE.txt
|
63
|
+
- README.md
|
64
|
+
- _layouts/default.html
|
65
|
+
- _sass/default.scss
|
66
|
+
- assets/main.scss
|
67
|
+
homepage: https://github.com/aml2732/slenderResumeTheme
|
68
|
+
licenses:
|
69
|
+
- MIT
|
70
|
+
metadata:
|
71
|
+
plugin_type: theme
|
72
|
+
post_install_message: "\n\n"
|
73
|
+
rdoc_options: []
|
74
|
+
require_paths:
|
75
|
+
- lib
|
76
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - ">="
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '0'
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
|
+
requirements:
|
83
|
+
- - ">="
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: '0'
|
86
|
+
requirements: []
|
87
|
+
rubyforge_project:
|
88
|
+
rubygems_version: 2.5.1
|
89
|
+
signing_key:
|
90
|
+
specification_version: 4
|
91
|
+
summary: A simple theme for displaying resumes
|
92
|
+
test_files: []
|