update packages
This commit is contained in:
parent
4971c41d62
commit
d6cfde343d
3099
source/package-lock.json
generated
3099
source/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,37 +3,37 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start": "ng serve --open",
|
||||
"build": "ng build --statsJson=true --progress=true --prod=true",
|
||||
"pwa": "node ./PWAGenerator.js"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~9.1.6",
|
||||
"@angular/animations": "^9.1.13",
|
||||
"@angular/cdk": "^9.2.4",
|
||||
"@angular/common": "~9.1.6",
|
||||
"@angular/compiler": "~9.1.6",
|
||||
"@angular/core": "~9.1.6",
|
||||
"@angular/forms": "~9.1.6",
|
||||
"@angular/common": "^9.1.13",
|
||||
"@angular/compiler": "^9.1.13",
|
||||
"@angular/core": "^9.1.13",
|
||||
"@angular/forms": "^9.1.13",
|
||||
"@angular/material": "^9.2.4",
|
||||
"@angular/platform-browser": "~9.1.6",
|
||||
"@angular/platform-browser-dynamic": "~9.1.6",
|
||||
"@angular/router": "~9.1.6",
|
||||
"@popperjs/core": "^2.4.2",
|
||||
"bootstrap": "^4.5.0",
|
||||
"@angular/platform-browser": "^9.1.13",
|
||||
"@angular/platform-browser-dynamic": "^9.1.13",
|
||||
"@angular/router": "^9.1.13",
|
||||
"@popperjs/core": "^2.6.0",
|
||||
"bootstrap": "^4.5.3",
|
||||
"jquery": "^3.5.1",
|
||||
"pwa-asset-generator": "^3.1.1",
|
||||
"pwa-asset-generator": "^3.2.3",
|
||||
"rxjs": "~6.5.4",
|
||||
"tslib": "^1.10.0",
|
||||
"tslib": "^1.14.1",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.901.5",
|
||||
"@angular/cli": "~9.1.5",
|
||||
"@angular/compiler-cli": "~9.1.6",
|
||||
"@types/node": "^12.11.1",
|
||||
"@types/jasmine": "~3.5.0",
|
||||
"@angular-devkit/build-angular": "^0.901.13",
|
||||
"@angular/cli": "^9.1.13",
|
||||
"@angular/compiler-cli": "^9.1.13",
|
||||
"@types/jasmine": "^3.6.2",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^12.19.12",
|
||||
"codelyzer": "^5.1.2",
|
||||
"jasmine-core": "~3.5.0",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
@ -44,7 +44,7 @@
|
||||
"karma-jasmine-html-reporter": "^1.4.2",
|
||||
"protractor": "~5.4.3",
|
||||
"ts-node": "~8.3.0",
|
||||
"tslint": "~6.1.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "~3.8.3"
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
<mat-card class="content-container bg-info text-white" style="border-radius:20px;">
|
||||
<mat-card class="content-container bg-primary text-white" style="border-radius:20px;">
|
||||
<mat-card-title>
|
||||
<h1 class="my-3 display-1 text-center">
|
||||
<span style="color:#ffffff">R</span><span style="color:#020077">obert</span>
|
||||
@ -24,10 +24,10 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-4"><a href="#skills">
|
||||
<h3 class="mt-2 mb-3 text-center">Skilltree</h3>
|
||||
<div class="text-center" id="pro">
|
||||
<h5 class="imgcent text-center text-muted">Progamming </h5>
|
||||
<h5 class="imgcent text-center text-light">Progamming </h5>
|
||||
<div class="show_first" id="pro1">
|
||||
<p>
|
||||
<span class="txt-rotate" data-period="2000" data-rotate='[ "C", "C#", "C++", "Python", "Java" ]'></span>
|
||||
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center" id="full">
|
||||
<h5 class="imgcent text-center text-muted">Web Development </h5>
|
||||
<h5 class="imgcent text-center text-light">Web Development </h5>
|
||||
<div class="show_first" id="full1">
|
||||
<p>
|
||||
<span class="txt-rotate" data-period="2000" data-rotate='[ "HTML5", "CSS", "JavaScript", "PHP", "NodeJS", "SQL", "MongoDB" ]'></span>
|
||||
@ -45,14 +45,14 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center" id="cad">
|
||||
<h5 class="imgcent text-center text-muted">CAD, Graphic & Design </h5>
|
||||
<h5 class="imgcent text-center text-light">CAD, Graphic & Design </h5>
|
||||
<div class="show_first" id="cad1">
|
||||
<p>
|
||||
<span class="txt-rotate" data-period="2000" data-rotate='[ "Inventor", "OpenSCAD", "Photoshop", "Gimp", "Bootstrap" ]'></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</mat-card-content>
|
||||
|
Loading…
Reference in New Issue
Block a user