Skip to content

Commit 632c730

Browse files
committed
Resume Page Updated
1 parent fa87b94 commit 632c730

File tree

96 files changed

+60211
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+60211
-37
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- "node"
5+
install: npm install
6+
script:
7+
- npm test
8+
- gulp
9+
cache:
10+
directories:
11+
- node_modules

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013-2018 Blackrock Digital LLC
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.

README.md

+71-37
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,71 @@
1-
## Welcome to GitHub Pages
2-
3-
You can use the [editor on GitHub](https://github.com/codeSG/codeSG.github.io/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
4-
5-
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
6-
7-
### Markdown
8-
9-
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
10-
11-
```markdown
12-
Syntax highlighted code block
13-
14-
# Header 1
15-
## Header 2
16-
### Header 3
17-
18-
- Bulleted
19-
- List
20-
21-
1. Numbered
22-
2. List
23-
24-
**Bold** and _Italic_ and `Code` text
25-
26-
[Link](url) and ![Image](src)
27-
```
28-
29-
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
30-
31-
### Jekyll Themes
32-
33-
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/codeSG/codeSG.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
34-
35-
### Support or Contact
36-
37-
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
1+
# [Start Bootstrap - Resume](https://startbootstrap.com/template-overviews/resume/)
2+
3+
[Resume](https://startbootstrap.com/template-overviews/resume/) is a resume and CV theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). This theme features a fixed sidebar with content sections to build a simple, yet elegant resume.
4+
5+
## Preview
6+
7+
[![Resume Preview](https://startbootstrap.com/assets/img/templates/resume.jpg)](https://blackrockdigital.github.io/startbootstrap-resume/)
8+
9+
**[View Live Preview](https://blackrockdigital.github.io/startbootstrap-resume/)**
10+
11+
## Status
12+
13+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-resume/master/LICENSE)
14+
[![npm version](https://img.shields.io/npm/v/startbootstrap-resume.svg)](https://www.npmjs.com/package/startbootstrap-resume)
15+
[![Build Status](https://travis-ci.org/BlackrockDigital/startbootstrap-resume.svg?branch=master)](https://travis-ci.org/BlackrockDigital/startbootstrap-resume)
16+
[![dependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-resume/status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-resume)
17+
[![devDependencies Status](https://david-dm.org/BlackrockDigital/startbootstrap-resume/dev-status.svg)](https://david-dm.org/BlackrockDigital/startbootstrap-resume?type=dev)
18+
19+
## Download and Installation
20+
21+
To begin using this template, choose one of the following options to get started:
22+
* [Download the latest release on Start Bootstrap](https://startbootstrap.com/template-overviews/resume/)
23+
* Install via npm: `npm i startbootstrap-resume`
24+
* Clone the repo: `git clone https://github.com/BlackrockDigital/startbootstrap-resume.git`
25+
* [Fork, Clone, or Download on GitHub](https://github.com/BlackrockDigital/startbootstrap-resume)
26+
27+
## Usage
28+
29+
### Basic Usage
30+
31+
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
32+
33+
### Advanced Usage
34+
35+
After installation, run `npm install` and then run `gulp dev` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
36+
37+
#### Gulp Tasks
38+
39+
- `gulp` the default task that builds everything
40+
- `gulp dev` browserSync opens the project in your default browser and live reloads when changes are made
41+
- `gulp sass` compiles SCSS files into CSS
42+
- `gulp minify-css` minifies the compiled CSS file
43+
- `gulp minify-js` minifies the themes JS file
44+
- `gulp copy` copies dependencies from node_modules to the vendor directory
45+
46+
## Bugs and Issues
47+
48+
Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-resume/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](http://startbootstrap.com/template-overviews/resume/).
49+
50+
## Custom Builds
51+
52+
You can hire Start Bootstrap to create a custom build of any template, or create something from scratch using Bootstrap. For more information, visit the **[custom design services page](https://startbootstrap.com/bootstrap-design-services/)**.
53+
54+
## About
55+
56+
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
57+
58+
* https://startbootstrap.com
59+
* https://twitter.com/SBootstrap
60+
61+
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
62+
63+
* http://davidmiller.io
64+
* https://twitter.com/davidmillerskt
65+
* https://github.com/davidtmiller
66+
67+
Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
68+
69+
## Copyright and License
70+
71+
Copyright 2013-2018 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-resume/blob/gh-pages/LICENSE) license.

css/resume.css

+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
body {
2+
font-family: 'Open Sans', serif;
3+
padding-top: 54px;
4+
color: #868e96;
5+
}
6+
7+
@media (min-width: 992px) {
8+
body {
9+
padding-top: 0;
10+
padding-left: 17rem;
11+
}
12+
}
13+
14+
h1,
15+
h2,
16+
h3,
17+
h4,
18+
h5,
19+
h6 {
20+
font-family: 'Saira Extra Condensed', serif;
21+
font-weight: 700;
22+
text-transform: uppercase;
23+
color: #343a40;
24+
}
25+
26+
h1 {
27+
font-size: 6rem;
28+
line-height: 5.5rem;
29+
}
30+
31+
h2 {
32+
font-size: 3.5rem;
33+
}
34+
35+
.subheading {
36+
text-transform: uppercase;
37+
font-weight: 500;
38+
font-family: 'Saira Extra Condensed', serif;
39+
font-size: 1.35rem;
40+
}
41+
42+
.list-social-icons a {
43+
color: #495057;
44+
}
45+
46+
.list-social-icons a:hover {
47+
color: #BD5D38;
48+
}
49+
50+
.list-social-icons a .fa-lg {
51+
font-size: 1.75rem;
52+
}
53+
54+
.list-icons {
55+
font-size: 3rem;
56+
}
57+
58+
.list-icons .list-inline-item i:hover {
59+
color: #BD5D38;
60+
}
61+
62+
#sideNav .navbar-nav .nav-item .nav-link {
63+
font-weight: 600;
64+
text-transform: uppercase;
65+
}
66+
67+
@media (min-width: 992px) {
68+
#sideNav {
69+
text-align: center;
70+
position: fixed;
71+
top: 0;
72+
left: 0;
73+
display: flex;
74+
flex-direction: column;
75+
width: 17rem;
76+
height: 100vh;
77+
}
78+
#sideNav .navbar-brand {
79+
display: flex;
80+
margin: auto auto 0;
81+
padding: 0.5rem;
82+
}
83+
#sideNav .navbar-brand .img-profile {
84+
max-width: 10rem;
85+
max-height: 10rem;
86+
border: 0.5rem solid rgba(255, 255, 255, 0.2);
87+
}
88+
#sideNav .navbar-collapse {
89+
display: flex;
90+
align-items: flex-start;
91+
flex-grow: 0;
92+
width: 100%;
93+
margin-bottom: auto;
94+
}
95+
#sideNav .navbar-collapse .navbar-nav {
96+
flex-direction: column;
97+
width: 100%;
98+
}
99+
#sideNav .navbar-collapse .navbar-nav .nav-item {
100+
display: block;
101+
}
102+
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
103+
display: block;
104+
}
105+
}
106+
107+
section.resume-section {
108+
border-bottom: 1px solid #dee2e6;
109+
padding-top: 5rem !important;
110+
padding-bottom: 5rem !important;
111+
}
112+
113+
section.resume-section .resume-item .resume-date {
114+
min-width: none;
115+
}
116+
117+
@media (min-width: 768px) {
118+
section.resume-section {
119+
min-height: 100vh;
120+
}
121+
section.resume-section .resume-item .resume-date {
122+
min-width: 18rem;
123+
}
124+
}
125+
126+
@media (min-width: 992px) {
127+
section.resume-section {
128+
padding-top: 3rem !important;
129+
padding-bottom: 3rem !important;
130+
}
131+
}
132+
133+
.bg-primary {
134+
background-color: #BD5D38 !important;
135+
}
136+
137+
.text-primary {
138+
color: #BD5D38 !important;
139+
}
140+
141+
a {
142+
color: #BD5D38;
143+
}
144+
145+
a:hover, a:focus, a:active {
146+
color: #824027;
147+
}

css/resume.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)