Skip to content

Commit 4601f80

Browse files
committed
update dependencies, run npm start script from local gulp install
1 parent 3e9c4a9 commit 4601f80

36 files changed

Lines changed: 488 additions & 265 deletions

css/freelancer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Start Bootstrap - Freelancer v5.1.1 (https://startbootstrap.com/template-overviews/freelancer)
2+
* Start Bootstrap - Freelancer v5.1.2 (https://startbootstrap.com/template-overviews/freelancer)
33
* Copyright 2013-2019 Start Bootstrap
44
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
55
*/

css/freelancer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/contact_me.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/freelancer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jqBootstrapValidation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": "Freelancer",
33
"name": "startbootstrap-freelancer",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"scripts": {
6-
"start": "gulp watch"
6+
"start": "node_modules/.bin/gulp watch"
77
},
88
"description": "A freelancer portfolio HTML theme for Bootstrap.",
99
"keywords": [
@@ -29,14 +29,14 @@
2929
"url": "https://github.com/BlackrockDigital/startbootstrap-freelancer.git"
3030
},
3131
"dependencies": {
32-
"@fortawesome/fontawesome-free": "5.8.2",
32+
"@fortawesome/fontawesome-free": "5.9.0",
3333
"bootstrap": "4.3.1",
3434
"jquery": "3.4.1",
3535
"jquery.easing": "^1.4.1",
3636
"magnific-popup": "^1.1.0"
3737
},
3838
"devDependencies": {
39-
"browser-sync": "2.26.5",
39+
"browser-sync": "2.26.7",
4040
"del": "4.1.1",
4141
"gulp": "4.0.2",
4242
"gulp-autoprefixer": "6.1.0",

vendor/fontawesome-free/css/all.css

Lines changed: 61 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
*/
55
.fa,
@@ -443,6 +443,12 @@ readers do not read off random characters that represent icons */
443443
.fa-balance-scale:before {
444444
content: "\f24e"; }
445445

446+
.fa-balance-scale-left:before {
447+
content: "\f515"; }
448+
449+
.fa-balance-scale-right:before {
450+
content: "\f516"; }
451+
446452
.fa-ban:before {
447453
content: "\f05e"; }
448454

@@ -512,6 +518,9 @@ readers do not read off random characters that represent icons */
512518
.fa-bicycle:before {
513519
content: "\f206"; }
514520

521+
.fa-biking:before {
522+
content: "\f84a"; }
523+
515524
.fa-bimobject:before {
516525
content: "\f378"; }
517526

@@ -599,6 +608,15 @@ readers do not read off random characters that represent icons */
599608
.fa-bootstrap:before {
600609
content: "\f836"; }
601610

611+
.fa-border-all:before {
612+
content: "\f84c"; }
613+
614+
.fa-border-none:before {
615+
content: "\f850"; }
616+
617+
.fa-border-style:before {
618+
content: "\f853"; }
619+
602620
.fa-bowling-ball:before {
603621
content: "\f436"; }
604622

@@ -1472,6 +1490,9 @@ readers do not read off random characters that represent icons */
14721490
.fa-facebook-square:before {
14731491
content: "\f082"; }
14741492

1493+
.fa-fan:before {
1494+
content: "\f863"; }
1495+
14751496
.fa-fantasy-flight-games:before {
14761497
content: "\f6dc"; }
14771498

@@ -2150,6 +2171,9 @@ readers do not read off random characters that represent icons */
21502171
.fa-icicles:before {
21512172
content: "\f7ad"; }
21522173

2174+
.fa-icons:before {
2175+
content: "\f86d"; }
2176+
21532177
.fa-id-badge:before {
21542178
content: "\f2c1"; }
21552179

@@ -2663,9 +2687,6 @@ readers do not read off random characters that represent icons */
26632687
.fa-nimblr:before {
26642688
content: "\f5a8"; }
26652689

2666-
.fa-nintendo-switch:before {
2667-
content: "\f418"; }
2668-
26692690
.fa-node:before {
26702691
content: "\f419"; }
26712692

@@ -2849,15 +2870,24 @@ readers do not read off random characters that represent icons */
28492870
.fa-phone:before {
28502871
content: "\f095"; }
28512872

2873+
.fa-phone-alt:before {
2874+
content: "\f879"; }
2875+
28522876
.fa-phone-slash:before {
28532877
content: "\f3dd"; }
28542878

28552879
.fa-phone-square:before {
28562880
content: "\f098"; }
28572881

2882+
.fa-phone-square-alt:before {
2883+
content: "\f87b"; }
2884+
28582885
.fa-phone-volume:before {
28592886
content: "\f2a0"; }
28602887

2888+
.fa-photo-video:before {
2889+
content: "\f87c"; }
2890+
28612891
.fa-php:before {
28622892
content: "\f457"; }
28632893

@@ -3080,6 +3110,9 @@ readers do not read off random characters that represent icons */
30803110
.fa-registered:before {
30813111
content: "\f25d"; }
30823112

3113+
.fa-remove-format:before {
3114+
content: "\f87d"; }
3115+
30833116
.fa-renren:before {
30843117
content: "\f18b"; }
30853118

@@ -3416,24 +3449,42 @@ readers do not read off random characters that represent icons */
34163449
.fa-sort-alpha-down:before {
34173450
content: "\f15d"; }
34183451

3452+
.fa-sort-alpha-down-alt:before {
3453+
content: "\f881"; }
3454+
34193455
.fa-sort-alpha-up:before {
34203456
content: "\f15e"; }
34213457

3458+
.fa-sort-alpha-up-alt:before {
3459+
content: "\f882"; }
3460+
34223461
.fa-sort-amount-down:before {
34233462
content: "\f160"; }
34243463

3464+
.fa-sort-amount-down-alt:before {
3465+
content: "\f884"; }
3466+
34253467
.fa-sort-amount-up:before {
34263468
content: "\f161"; }
34273469

3470+
.fa-sort-amount-up-alt:before {
3471+
content: "\f885"; }
3472+
34283473
.fa-sort-down:before {
34293474
content: "\f0dd"; }
34303475

34313476
.fa-sort-numeric-down:before {
34323477
content: "\f162"; }
34333478

3479+
.fa-sort-numeric-down-alt:before {
3480+
content: "\f886"; }
3481+
34343482
.fa-sort-numeric-up:before {
34353483
content: "\f163"; }
34363484

3485+
.fa-sort-numeric-up-alt:before {
3486+
content: "\f887"; }
3487+
34373488
.fa-sort-up:before {
34383489
content: "\f0de"; }
34393490

@@ -3455,6 +3506,9 @@ readers do not read off random characters that represent icons */
34553506
.fa-speaker-deck:before {
34563507
content: "\f83c"; }
34573508

3509+
.fa-spell-check:before {
3510+
content: "\f891"; }
3511+
34583512
.fa-spider:before {
34593513
content: "\f717"; }
34603514

@@ -4097,6 +4151,9 @@ readers do not read off random characters that represent icons */
40974151
.fa-vnv:before {
40984152
content: "\f40b"; }
40994153

4154+
.fa-voicemail:before {
4155+
content: "\f897"; }
4156+
41004157
.fa-volleyball-ball:before {
41014158
content: "\f45f"; }
41024159

0 commit comments

Comments
 (0)