Skip to content

Commit 5e6e168

Browse files
committed
theme added
0 parents  commit 5e6e168

File tree

1,471 files changed

+90914
-0
lines changed

Some content is hidden

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

1,471 files changed

+90914
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vickcodes.com

LICENSE

Lines changed: 21 additions & 0 deletions
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

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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 css` compiles SCSS files into CSS and minifies the compiled CSS
42+
- `gulp js` minifies the themes JS file
43+
- `gulp vendor` copies dependencies from node_modules to the vendor directory
44+
45+
You must have npm and Gulp installed globally on your machine in order to use these features.
46+
47+
## Troubleshooting and Help
48+
49+
Start Bootstrap has a public Slack channel which is a great place to ask questions about this template and all things related to Start Bootstrap.
50+
51+
**[Click here to join the Slack channel!](https://startbootstrap-slack.herokuapp.com/)**
52+
53+
## Bugs and Issues
54+
55+
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/).
56+
57+
## About
58+
59+
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.
60+
61+
* https://startbootstrap.com
62+
* https://twitter.com/SBootstrap
63+
64+
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
65+
66+
* http://davidmiller.io
67+
* https://twitter.com/davidmillerskt
68+
* https://github.com/davidtmiller
69+
70+
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).
71+
72+
## Copyright and License
73+
74+
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

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
/*!
2+
* Start Bootstrap - Resume v5.0.2 (https://startbootstrap.com/template-overviews/resume)
3+
* Copyright 2013-2018 Start Bootstrap
4+
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
5+
*/
6+
7+
body {
8+
font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
9+
padding-top: 54px;
10+
color: #868e96;
11+
}
12+
13+
@media (min-width: 992px) {
14+
body {
15+
padding-top: 0;
16+
padding-left: 17rem;
17+
}
18+
}
19+
20+
h1,
21+
h2,
22+
h3,
23+
h4,
24+
h5,
25+
h6 {
26+
font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
27+
font-weight: 700;
28+
text-transform: uppercase;
29+
color: #343a40;
30+
}
31+
32+
h1 {
33+
font-size: 6rem;
34+
line-height: 5.5rem;
35+
}
36+
37+
h2 {
38+
font-size: 3.5rem;
39+
}
40+
41+
h3 {
42+
font-size: 2rem;
43+
}
44+
45+
p.lead {
46+
font-size: 1.15rem;
47+
font-weight: 400;
48+
}
49+
50+
.subheading {
51+
text-transform: uppercase;
52+
font-weight: 500;
53+
font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
54+
font-size: 1.5rem;
55+
}
56+
57+
.social-icons a {
58+
display: inline-block;
59+
height: 3.5rem;
60+
width: 3.5rem;
61+
background-color: #495057;
62+
color: #fff !important;
63+
border-radius: 100%;
64+
text-align: center;
65+
font-size: 1.5rem;
66+
line-height: 3.5rem;
67+
margin-right: 1rem;
68+
}
69+
70+
.social-icons a:last-child {
71+
margin-right: 0;
72+
}
73+
74+
.social-icons a:hover {
75+
background-color: #BD5D38;
76+
}
77+
78+
.dev-icons {
79+
font-size: 3rem;
80+
}
81+
82+
.dev-icons .list-inline-item i:hover {
83+
color: #BD5D38;
84+
}
85+
86+
#sideNav .navbar-nav .nav-item .nav-link {
87+
font-weight: 800;
88+
letter-spacing: 0.05rem;
89+
text-transform: uppercase;
90+
}
91+
92+
#sideNav .navbar-toggler:focus {
93+
outline-color: #d48a6e;
94+
}
95+
96+
@media (min-width: 992px) {
97+
#sideNav {
98+
text-align: center;
99+
position: fixed;
100+
top: 0;
101+
left: 0;
102+
display: -webkit-box;
103+
display: -ms-flexbox;
104+
display: flex;
105+
-webkit-box-orient: vertical;
106+
-webkit-box-direction: normal;
107+
-ms-flex-direction: column;
108+
flex-direction: column;
109+
width: 17rem;
110+
height: 100vh;
111+
}
112+
#sideNav .navbar-brand {
113+
display: -webkit-box;
114+
display: -ms-flexbox;
115+
display: flex;
116+
margin: auto auto 0;
117+
padding: 0.5rem;
118+
}
119+
#sideNav .navbar-brand .img-profile {
120+
max-width: 10rem;
121+
max-height: 10rem;
122+
border: 0.5rem solid rgba(255, 255, 255, 0.2);
123+
}
124+
#sideNav .navbar-collapse {
125+
display: -webkit-box;
126+
display: -ms-flexbox;
127+
display: flex;
128+
-webkit-box-align: start;
129+
-ms-flex-align: start;
130+
align-items: flex-start;
131+
-webkit-box-flex: 0;
132+
-ms-flex-positive: 0;
133+
flex-grow: 0;
134+
width: 100%;
135+
margin-bottom: auto;
136+
}
137+
#sideNav .navbar-collapse .navbar-nav {
138+
-webkit-box-orient: vertical;
139+
-webkit-box-direction: normal;
140+
-ms-flex-direction: column;
141+
flex-direction: column;
142+
width: 100%;
143+
}
144+
#sideNav .navbar-collapse .navbar-nav .nav-item {
145+
display: block;
146+
}
147+
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
148+
display: block;
149+
}
150+
}
151+
152+
section.resume-section {
153+
padding-top: 5rem !important;
154+
padding-bottom: 5rem !important;
155+
max-width: 75rem;
156+
}
157+
158+
section.resume-section .resume-item .resume-date {
159+
min-width: none;
160+
}
161+
162+
@media (min-width: 768px) {
163+
section.resume-section {
164+
min-height: 100vh;
165+
}
166+
section.resume-section .resume-item .resume-date {
167+
min-width: 18rem;
168+
}
169+
}
170+
171+
@media (min-width: 992px) {
172+
section.resume-section {
173+
padding-top: 3rem !important;
174+
padding-bottom: 3rem !important;
175+
}
176+
}
177+
178+
.bg-primary {
179+
background-color: #BD5D38 !important;
180+
}
181+
182+
.text-primary {
183+
color: #BD5D38 !important;
184+
}
185+
186+
a {
187+
color: #BD5D38;
188+
}
189+
190+
a:hover, a:focus, a:active {
191+
color: #824027;
192+
}

css/resume.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)