Skip to content

Commit

Permalink
Update frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Jun 13, 2018
1 parent b526564 commit 1f05768
Show file tree
Hide file tree
Showing 15 changed files with 2,711 additions and 47 deletions.
51 changes: 14 additions & 37 deletions guide-frontend/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[email protected]
[email protected]
(OFL-1.1 AND MIT)
(OFL-1.1 AND MIT)

[email protected]
MIT
Copyright (c) 2014-2017 Denis Pushkarev
The MIT License (MIT)

Copyright (c) 2011-2018 Twitter, Inc.
Copyright (c) 2011-2018 The Bootstrap Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,34 +27,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

[email protected]
[email protected]
MIT
Copyright JS Foundation and other contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[email protected]
MIT
The MIT License

Copyright (c) 2016 Google, Inc.
Copyright (c) 2014-2018 Denis Pushkarev

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

@angular/[email protected]
[email protected]
MIT
MIT

[email protected]
MIT
The MIT License (MIT)
The MIT License

Copyright (c) 2011-2017 Twitter, Inc.
Copyright (c) 2011-2017 The Bootstrap Authors
Copyright (c) 2016-2018 Google, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions guide-frontend/fontawesome-webfont.912ec66d7572ff821749.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 14 additions & 1 deletion guide-frontend/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Client</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.5350a7da1d29f2302041.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.8cf1d78716445f379d2a.bundle.js"></script><script type="text/javascript" src="polyfills.f20484b2fa4642e0dca8.bundle.js"></script><script type="text/javascript" src="main.94884b54e31d89db13fe.bundle.js"></script></body></html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FrontendDemo</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.5fb2bf02f9b45c52796c.css"></head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.e3633a42d1123afc5fc9.js"></script><script type="text/javascript" src="main.5ee3db5062407a9058a8.js"></script></body>
</html>
1 change: 0 additions & 1 deletion guide-frontend/inline.8cf1d78716445f379d2a.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions guide-frontend/main.5ee3db5062407a9058a8.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion guide-frontend/main.94884b54e31d89db13fe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions guide-frontend/polyfills.e3633a42d1123afc5fc9.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion guide-frontend/polyfills.f20484b2fa4642e0dca8.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions guide-frontend/runtime.a66f828dca56eeb90e02.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions guide-frontend/styles.5350a7da1d29f2302041.bundle.css

This file was deleted.

9 changes: 9 additions & 0 deletions guide-frontend/styles.5fb2bf02f9b45c52796c.css

Large diffs are not rendered by default.

0 comments on commit 1f05768

Please sign in to comment.