Skip to content

Commit bc190ff

Browse files
committed
Auto-generated commit
1 parent 1b95f2b commit bc190ff

24 files changed

Lines changed: 3333 additions & 22 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

3rdpartylicenses.txt

Lines changed: 97 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
THE SOFTWARE.
2222

23-
webpack@3.7.1
23+
zone.js@0.8.20
24+
MIT
25+
The MIT License
26+
27+
Copyright (c) 2016 Google, Inc.
28+
29+
Permission is hereby granted, free of charge, to any person obtaining a copy
30+
of this software and associated documentation files (the "Software"), to deal
31+
in the Software without restriction, including without limitation the rights
32+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33+
copies of the Software, and to permit persons to whom the Software is
34+
furnished to do so, subject to the following conditions:
35+
36+
The above copyright notice and this permission notice shall be included in
37+
all copies or substantial portions of the Software.
38+
39+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45+
THE SOFTWARE.
46+
47+
cache-loader@1.2.2
2448
MIT
2549
Copyright JS Foundation and other contributors
2650

@@ -43,11 +67,66 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4367
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4468
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4569

46-
zone.js@0.8.18
70+
@angular-devkit/build-optimizer@0.3.2
4771
MIT
4872
The MIT License
4973

50-
Copyright (c) 2016 Google, Inc.
74+
Copyright (c) 2017 Google, Inc.
75+
76+
Permission is hereby granted, free of charge, to any person obtaining a copy
77+
of this software and associated documentation files (the "Software"), to deal
78+
in the Software without restriction, including without limitation the rights
79+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
80+
copies of the Software, and to permit persons to whom the Software is
81+
furnished to do so, subject to the following conditions:
82+
83+
The above copyright notice and this permission notice shall be included in all
84+
copies or substantial portions of the Software.
85+
86+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
88+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
89+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
90+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
91+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
92+
SOFTWARE.
93+
94+
webpack@3.11.0
95+
MIT
96+
Copyright JS Foundation and other contributors
97+
98+
Permission is hereby granted, free of charge, to any person obtaining
99+
a copy of this software and associated documentation files (the
100+
'Software'), to deal in the Software without restriction, including
101+
without limitation the rights to use, copy, modify, merge, publish,
102+
distribute, sublicense, and/or sell copies of the Software, and to
103+
permit persons to whom the Software is furnished to do so, subject to
104+
the following conditions:
105+
106+
The above copyright notice and this permission notice shall be
107+
included in all copies or substantial portions of the Software.
108+
109+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
110+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
111+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
112+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
113+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
114+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
115+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
116+
117+
@angular/core@5.2.9
118+
MIT
119+
MIT
120+
121+
@angular/common@5.2.9
122+
MIT
123+
MIT
124+
125+
@angular/cdk@5.2.4
126+
MIT
127+
The MIT License
128+
129+
Copyright (c) 2018 Google LLC.
51130

52131
Permission is hereby granted, free of charge, to any person obtaining a copy
53132
of this software and associated documentation files (the "Software"), to deal
@@ -67,15 +146,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67146
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
68147
THE SOFTWARE.
69148

70-
@angular/core@4.4.6
149+
@angular/platform-browser@5.2.9
71150
MIT
72151
MIT
73152

74-
@angular/material@2.0.0-beta.12
153+
@angular/material@5.2.4
75154
MIT
76155
The MIT License
77156

78-
Copyright (c) 2017 Google, Inc.
157+
Copyright (c) 2018 Google LLC.
79158

80159
Permission is hereby granted, free of charge, to any person obtaining a copy
81160
of this software and associated documentation files (the "Software"), to deal
@@ -95,11 +174,19 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
95174
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
96175
THE SOFTWARE.
97176

98-
@angular/cdk@2.0.0-beta.12
177+
@angular/forms@5.2.9
178+
MIT
179+
MIT
180+
181+
@angular/animations@5.2.9
182+
MIT
183+
MIT
184+
185+
@angular/flex-layout@5.0.0-beta.13
99186
MIT
100187
The MIT License
101188

102-
Copyright (c) 2017 Google, Inc.
189+
Copyright (c) 2018 Google LLC.
103190

104191
Permission is hereby granted, free of charge, to any person obtaining a copy
105192
of this software and associated documentation files (the "Software"), to deal
@@ -119,14 +206,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
119206
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
120207
THE SOFTWARE.
121208

122-
@angular/animations@4.4.6
123-
MIT
124-
MIT
125-
126-
@angular/platform-browser@4.4.6
209+
@angular/router@5.2.9
127210
MIT
128211
MIT
129212

130-
@angular/common@4.4.6
213+
@angular/platform-browser-dynamic@5.2.9
131214
MIT
132215
MIT

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Nilberto Rodriguez</title><base href="https://nlbcode.github.io"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><link href="styles.3b1f36827a50c22fb888.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.291ad4e02a9b6b19ab75.bundle.js"></script><script type="text/javascript" src="polyfills.e1f97a0070e18e96a6be.bundle.js"></script><script type="text/javascript" src="vendor.2b6319b2132212723e68.bundle.js"></script><script type="text/javascript" src="main.1a4e025551644975bd8c.bundle.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Nilberto Rodríguez</title><base href="https://nlbcode.github.io"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><link href="styles.c2d742a1a3bed5478bb0.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.4c07618fff5c8f65eb3b.bundle.js"></script><script type="text/javascript" src="main.552c9158376bd36776da.bundle.js"></script></body></html>

assets/img/home.jpg

148 KB
Loading

assets/img/logo.svg

Lines changed: 210 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)