Skip to content

Commit 3b337c3

Browse files
committed
update dependencies and push version
1 parent b31eae4 commit 3b337c3

10 files changed

Lines changed: 353 additions & 442 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2020 Blackrock Digital LLC
3+
Copyright (c) 2013-2020 Start Bootstrap LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# [Start Bootstrap - Resume](https://startbootstrap.com/themes/resume/)
22

3-
[Resume](http://startbootstrap.com/themes/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.
3+
[Resume](https://startbootstrap.com/themes/resume/) is a resume and CV theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/). This theme features a fixed sidebar with content sections to build a simple, yet elegant resume.
44

55
## Preview
66

7-
[![Resume Preview](https://startbootstrap.com/assets/img/screenshots/themes/resume.png)](https://blackrockdigital.github.io/startbootstrap-resume/)
7+
[![Resume Preview](https://startbootstrap.com/assets/img/screenshots/themes/resume.png)](https://startbootstrap.github.io/startbootstrap-resume/)
88

9-
**[View Live Preview](https://blackrockdigital.github.io/startbootstrap-resume/)**
9+
**[View Live Preview](https://startbootstrap.github.io/startbootstrap-resume/)**
1010

1111
## Status
1212

13-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-resume/master/LICENSE)
13+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-resume/master/LICENSE)
1414
[![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)
15+
[![Build Status](https://travis-ci.org/StartBootstrap/startbootstrap-resume.svg?branch=master)](https://travis-ci.org/StartBootstrap/startbootstrap-resume)
16+
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-resume/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-resume)
17+
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-resume/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-resume?type=dev)
1818

1919
## Download and Installation
2020

2121
To begin using this template, choose one of the following options to get started:
2222

2323
- [Download the latest release on Start Bootstrap](https://startbootstrap.com/themes/resume/)
2424
- Install using npm: `npm i startbootstrap-resume`
25-
- Clone the repo: `git clone https://github.com/BlackrockDigital/startbootstrap-resume.git`
26-
- [Fork, Clone, or Download on GitHub](https://github.com/BlackrockDigital/startbootstrap-resume)
25+
- Clone the repo: `git clone https://github.com/StartBootstrap/startbootstrap-resume.git`
26+
- [Fork, Clone, or Download on GitHub](https://github.com/StartBootstrap/startbootstrap-resume)
2727

2828
## Usage
2929

@@ -50,7 +50,7 @@ You must have npm installed in order to use this build environment.
5050

5151
## Bugs and Issues
5252

53-
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 [theme overview page at Start Bootstrap](http://startbootstrap.com/themes/resume/).
53+
Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-resume/issues) here on GitHub or leave a comment on the [theme overview page at Start Bootstrap](https://startbootstrap.com/themes/resume/).
5454

5555
## About
5656

@@ -59,7 +59,7 @@ Start Bootstrap is an open source library of free Bootstrap themes and templates
5959
- <https://startbootstrap.com>
6060
- <https://twitter.com/SBootstrap>
6161

62-
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
62+
Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**.
6363

6464
- <http://davidmiller.io>
6565
- <https://twitter.com/davidmillerskt>
@@ -69,4 +69,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework
6969

7070
## Copyright and License
7171

72-
Copyright 2013-2020 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-resume/blob/gh-pages/LICENSE) license.
72+
Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-resume/blob/gh-pages/LICENSE) license.

dist/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@charset "UTF-8";
22
/*!
3-
* Start Bootstrap - Resume v6.0.0 (https://startbootstrap.com/template-overviews/resume)
3+
* Start Bootstrap - Resume v6.0.1 (https://startbootstrap.com/template-overviews/resume)
44
* Copyright 2013-2020 Start Bootstrap
5-
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
5+
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
66
*/
77
/*!
88
* Bootstrap v4.5.0 (https://getbootstrap.com/)

dist/index.html

Lines changed: 49 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
<body id="page-top">
1919
<!-- Navigation-->
2020
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
21-
<a class="navbar-brand js-scroll-trigger" href="#page-top"
22-
><span class="d-block d-lg-none">Clarence Taylor</span><span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/profile.jpg" alt="" /></span></a
23-
><button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
21+
<a class="navbar-brand js-scroll-trigger" href="#page-top">
22+
<span class="d-block d-lg-none">Clarence Taylor</span>
23+
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/profile.jpg" alt="" /></span>
24+
</a>
25+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
2426
<div class="collapse navbar-collapse" id="navbarSupportedContent">
2527
<ul class="navbar-nav">
2628
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
@@ -37,11 +39,20 @@
3739
<!-- About-->
3840
<section class="resume-section" id="about">
3941
<div class="resume-section-content">
40-
<h1 class="mb-0">Clarence <span class="text-primary">Taylor</span></h1>
41-
<div class="subheading mb-5">3542 Berry Street · Cheyenne Wells, CO 80810 · (317) 585-8468 · <a href="mailto:name@email.com">name@email.com</a></div>
42+
<h1 class="mb-0">
43+
Clarence
44+
<span class="text-primary">Taylor</span>
45+
</h1>
46+
<div class="subheading mb-5">
47+
3542 Berry Street · Cheyenne Wells, CO 80810 · (317) 585-8468 ·
48+
<a href="mailto:name@email.com">name@email.com</a>
49+
</div>
4250
<p class="lead mb-5">I am experienced in leveraging agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
4351
<div class="social-icons">
44-
<a class="social-icon" href="#"><i class="fab fa-linkedin-in"></i></a><a class="social-icon" href="#"><i class="fab fa-github"></i></a><a class="social-icon" href="#"><i class="fab fa-twitter"></i></a><a class="social-icon" href="#"><i class="fab fa-facebook-f"></i></a>
52+
<a class="social-icon" href="#"><i class="fab fa-linkedin-in"></i></a>
53+
<a class="social-icon" href="#"><i class="fab fa-github"></i></a>
54+
<a class="social-icon" href="#"><i class="fab fa-twitter"></i></a>
55+
<a class="social-icon" href="#"><i class="fab fa-facebook-f"></i></a>
4556
</div>
4657
</div>
4758
</section>
@@ -131,16 +142,20 @@ <h2 class="mb-5">Skills</h2>
131142
<div class="subheading mb-3">Workflow</div>
132143
<ul class="fa-ul mb-0">
133144
<li>
134-
<span class="fa-li"><i class="fas fa-check"></i></span>Mobile-First, Responsive Design
145+
<span class="fa-li"><i class="fas fa-check"></i></span>
146+
Mobile-First, Responsive Design
135147
</li>
136148
<li>
137-
<span class="fa-li"><i class="fas fa-check"></i></span>Cross Browser Testing & Debugging
149+
<span class="fa-li"><i class="fas fa-check"></i></span>
150+
Cross Browser Testing & Debugging
138151
</li>
139152
<li>
140-
<span class="fa-li"><i class="fas fa-check"></i></span>Cross Functional Teams
153+
<span class="fa-li"><i class="fas fa-check"></i></span>
154+
Cross Functional Teams
141155
</li>
142156
<li>
143-
<span class="fa-li"><i class="fas fa-check"></i></span>Agile Development & Scrum
157+
<span class="fa-li"><i class="fas fa-check"></i></span>
158+
Agile Development & Scrum
144159
</li>
145160
</ul>
146161
</div>
@@ -161,25 +176,42 @@ <h2 class="mb-5">Interests</h2>
161176
<h2 class="mb-5">Awards & Certifications</h2>
162177
<ul class="fa-ul mb-0">
163178
<li>
164-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>Google Analytics Certified Developer
179+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
180+
Google Analytics Certified Developer
165181
</li>
166182
<li>
167-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>Mobile Web Specialist - Google Certification
183+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
184+
Mobile Web Specialist - Google Certification
168185
</li>
169186
<li>
170-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>1<sup>st </sup>Place - University of Colorado Boulder - Emerging Tech Competition 2009
187+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
188+
1
189+
<sup>st</sup>
190+
Place - University of Colorado Boulder - Emerging Tech Competition 2009
171191
</li>
172192
<li>
173-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>1<sup>st </sup>Place - University of Colorado Boulder - Adobe Creative Jam 2008 (UI Design Category)
193+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
194+
1
195+
<sup>st</sup>
196+
Place - University of Colorado Boulder - Adobe Creative Jam 2008 (UI Design Category)
174197
</li>
175198
<li>
176-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>2<sup>nd </sup>Place - University of Colorado Boulder - Emerging Tech Competition 2008
199+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
200+
2
201+
<sup>nd</sup>
202+
Place - University of Colorado Boulder - Emerging Tech Competition 2008
177203
</li>
178204
<li>
179-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>1<sup>st </sup>Place - James Buchanan High School - Hackathon 2006
205+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
206+
1
207+
<sup>st</sup>
208+
Place - James Buchanan High School - Hackathon 2006
180209
</li>
181210
<li>
182-
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>3<sup>rd </sup>Place - James Buchanan High School - Hackathon 2005
211+
<span class="fa-li"><i class="fas fa-trophy text-warning"></i></span>
212+
3
213+
<sup>rd</sup>
214+
Place - James Buchanan High School - Hackathon 2005
183215
</li>
184216
</ul>
185217
</div>

dist/js/scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Start Bootstrap - Resume v6.0.0 (https://startbootstrap.com/template-overviews/resume)
2+
* Start Bootstrap - Resume v6.0.1 (https://startbootstrap.com/template-overviews/resume)
33
* Copyright 2013-2020 Start Bootstrap
4-
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
4+
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
55
*/
66
(function ($) {
77
"use strict"; // Start of use strict

0 commit comments

Comments
 (0)