Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 23, 2021
0 parents commit 394ce48
Show file tree
Hide file tree
Showing 222 changed files with 2,075 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions .nojekyll.br
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
;
Empty file added .nojekyll.gz
Empty file.
41 changes: 41 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404 Not Found - Unity I Tell You</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script takes the current url and converts the path and query
// string into just a query string, and then redirects the browser
// to the new url with only a query string and hash fragment,
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// http://www.foo.tld/?p=/one/two&q=a=b~and~c=d#qwe
// Note: this 404.html file must be at least 512 bytes for it to work
// with Internet Explorer (it is currently > 512 bytes)

// If you're creating a Project Pages site and NOT using a custom domain,
// then set segmentCount to 1 (enterprise users may need to set it to > 1).
// This way the code will only replace the route part of the path, and not
// the real directory in which the app resides, for example:
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
// Otherwise, leave segmentCount as 0.
var segmentCount = 1;

var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?p=/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);

</script>
</head>
<body>
</body>
</html>
Binary file added 404.html.br
Binary file not shown.
Binary file added 404.html.gz
Binary file not shown.
137 changes: 137 additions & 0 deletions UnityITellYou.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-l5xbv64vo8] {
position: relative;
display: flex;
flex-direction: column;
}

.main[b-l5xbv64vo8] {
flex: 1;
}



.sidebar[b-l5xbv64vo8] {
/*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
background: #383838;
}

.top-row[b-l5xbv64vo8] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-l5xbv64vo8] a, .top-row .btn-link[b-l5xbv64vo8] {
white-space: nowrap;
margin-left: 1.5rem;
}

.top-row a:first-child[b-l5xbv64vo8] {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-l5xbv64vo8] {
display: none;
}

.top-row.auth[b-l5xbv64vo8] {
justify-content: space-between;
}

.top-row a[b-l5xbv64vo8], .top-row .btn-link[b-l5xbv64vo8] {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-l5xbv64vo8] {
flex-direction: row;
}

.sidebar[b-l5xbv64vo8] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-l5xbv64vo8] {
position: sticky;
top: 0;
z-index: 1;
}

.main > div[b-l5xbv64vo8] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qpcfnu9brx] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qpcfnu9brx] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qpcfnu9brx] {
font-size: 1.1rem;
}

.oi[b-qpcfnu9brx] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-qpcfnu9brx] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-qpcfnu9brx] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-qpcfnu9brx] {
padding-bottom: 1rem;
}

.nav-item[b-qpcfnu9brx] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-qpcfnu9brx] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-qpcfnu9brx] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-qpcfnu9brx] {
display: none;
}

.collapse[b-qpcfnu9brx] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
Binary file added UnityITellYou.styles.css.br
Binary file not shown.
Binary file added UnityITellYou.styles.css.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Configuration.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.dll.gz
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.dll.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Immutable.dll
Binary file not shown.
Binary file added _framework/System.Collections.Immutable.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Immutable.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.NonGeneric.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.Specialized.dll.gz
Binary file not shown.
Binary file added _framework/System.Collections.dll
Binary file not shown.
Binary file added _framework/System.Collections.dll.br
Binary file not shown.
Binary file added _framework/System.Collections.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll.br
Binary file not shown.
Binary file added _framework/System.ComponentModel.dll.gz
Binary file not shown.
Binary file added _framework/System.Console.dll
Binary file not shown.
Binary file added _framework/System.Console.dll.br
Binary file not shown.
Binary file added _framework/System.Console.dll.gz
Binary file not shown.
Binary file added _framework/System.IO.Pipelines.dll
Binary file not shown.
Binary file added _framework/System.IO.Pipelines.dll.br
Binary file not shown.
Binary file added _framework/System.IO.Pipelines.dll.gz
Binary file not shown.
Binary file added _framework/System.Linq.dll
Binary file not shown.
Binary file added _framework/System.Linq.dll.br
Binary file not shown.
Binary file added _framework/System.Linq.dll.gz
Binary file not shown.
Binary file added _framework/System.Memory.dll
Binary file not shown.
Binary file added _framework/System.Memory.dll.br
Binary file not shown.
Binary file added _framework/System.Memory.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.dll
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.dll
Binary file not shown.
Binary file added _framework/System.Net.Http.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Http.dll.gz
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll.br
Binary file not shown.
Binary file added _framework/System.Net.Primitives.dll.gz
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll.br
Binary file not shown.
Binary file added _framework/System.ObjectModel.dll.gz
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll.br
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll.br
Binary file not shown.
Binary file added _framework/System.Private.Uri.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.dll.br
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.dll.gz
Binary file not shown.
Binary file added _framework/System.Text.Json.dll
Binary file not shown.
Binary file added _framework/System.Text.Json.dll.br
Binary file not shown.
Binary file added _framework/System.Text.Json.dll.gz
Binary file not shown.
Binary file added _framework/UnityITellYou.dll
Binary file not shown.
Binary file added _framework/UnityITellYou.dll.br
Binary file not shown.
Binary file added _framework/UnityITellYou.dll.gz
Binary file not shown.
65 changes: 65 additions & 0 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"cacheBootResources": true,
"config": [
"appsettings.json"
],
"debugBuild": false,
"entryAssembly": "UnityITellYou",
"icuDataMode": 0,
"linkerEnabled": true,
"resources": {
"assembly": {
"Microsoft.AspNetCore.Components.dll": "sha256-QbyiWeq4fK12slzIZ\/L0reSUl1egjhPmdHVe2W6Fz6M=",
"Microsoft.AspNetCore.Components.Web.dll": "sha256-GK7blUDCn4XnlmtkvZ\/vklvyxAuTEWRi9rH1CcODQXQ=",
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-jyPM6R2Q988oSbJyC3MxKsUmY3R\/G3DlinczzJQX1Sg=",
"Microsoft.Extensions.Configuration.dll": "sha256-rXUfE+DfZ2X+Oi+NS+XNd0cC\/iOp8cUUOUBAkMHTMvE=",
"Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-YZswcxoBdZNTL8pb3lWfaJxf6upSw8Mf\/vumYwAzW8M=",
"Microsoft.Extensions.Configuration.Binder.dll": "sha256-YJYDFQRTIulYy2aiAJjYEeNhxMsTd02tL9lotNgCsN0=",
"Microsoft.Extensions.Configuration.Json.dll": "sha256-cwzKuqTaJjYc5QXknt6NaBt\/MWSt9DYHfmu0I\/CV2mc=",
"Microsoft.Extensions.DependencyInjection.dll": "sha256-RfYbZ4MOyCEpnQBIR0qs18tLOmNv9CRuNJgykdUHFzQ=",
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-\/ktDqtdUWoewsd1gbg9z6SjAtx2s7+cp6E\/oTdjd78Q=",
"Microsoft.Extensions.Logging.dll": "sha256-SozZnCb38JE0AZkWYzjZ0ZSZx5WGRjD2xu0lZYPuoL0=",
"Microsoft.Extensions.Logging.Abstractions.dll": "sha256-TSzg6qsgsxZ162vc0deudnTvJ85ORFBpjYjqJ7LqFSA=",
"Microsoft.Extensions.Options.dll": "sha256-g1C9Fnh++M4k1mLduCz2yUnf\/70tTCbdZ\/s6bDjsmZM=",
"Microsoft.Extensions.Primitives.dll": "sha256-32yXMbcCMbfUq7vtlIPput8uO7SZK8E9m3V8EXMScBc=",
"Microsoft.JSInterop.dll": "sha256-21OaCJJX+k6M+dYEFb5j1eJU+K+Sk6lvYDaRnsKqy8A=",
"Microsoft.JSInterop.WebAssembly.dll": "sha256-E1ZVZc8ppcbuan9B4K4NDw+BijA0pjKkIIwlnGerx9g=",
"System.IO.Pipelines.dll": "sha256-CETD5tkXtiKEgbXyN\/lp0Ejf6LcHIhgeQIEyow2mhmY=",
"UnityITellYou.dll": "sha256-TyNMgr8VB+yUQg9Nluqd7YMed0H4BPtsMXho0tw2wWo=",
"System.Collections.Concurrent.dll": "sha256-VHhDzcEQ3ZYGuqvs7E57xEmSkbKXYL1Ib+VJoFmBXn4=",
"System.Collections.Immutable.dll": "sha256-uS5M5rBmOQ95hMeVBy5WZtOr67diYJ87oxlwu53r1Gs=",
"System.Collections.NonGeneric.dll": "sha256-cSMEW\/LRNUm32cBoCzLUcjLfNrScbxUvYeezEvMA9fs=",
"System.Collections.Specialized.dll": "sha256-Ydm42Tf81gg66ZM2PjmylY7yovKZzmX0ZQ00jd3M1s0=",
"System.Collections.dll": "sha256-v6hFVQeKPXxyCrz046h+qsGg97OR9YDETeM76\/m73yA=",
"System.ComponentModel.Primitives.dll": "sha256-ifRhEL711H0IN1mPPhe1vYXyDljW6\/VfiGoYOC2G56M=",
"System.ComponentModel.TypeConverter.dll": "sha256-S1C+JzjZVmsnLVrnjmSafcMYfObMAJPIo7Z5pwBhknQ=",
"System.ComponentModel.dll": "sha256-EYkkC\/o0L2uyDZV9cqpd1gXZ72aRb\/g4rk3RPeBrPF8=",
"System.Console.dll": "sha256-oZ\/rdgebNtr5emGeCrDSRnzfZHmAt9ezxs3E+zL3Nco=",
"System.Linq.dll": "sha256-m1I27CYy6VNnNdto5b+obpZK+Jymzh761CUpk6DgJiY=",
"System.Memory.dll": "sha256-YImBhysyleu2NZ2ktOaHnVqi5wueG235Z2T0++Qmshw=",
"System.Net.Http.Json.dll": "sha256-8P9w9QL3ycPfjje1wLSk4JQhZYQdxcL40dP\/jUqPEz0=",
"System.Net.Http.dll": "sha256-5UJtFfWx8rzKMvgtRpsK5Gw29cgcfBXiUN2vsRF0Hv8=",
"System.Net.Primitives.dll": "sha256-yy63WwvEfLZLBIaost2z+Y+o+7Su9OuIbe6St7t6FF0=",
"System.ObjectModel.dll": "sha256-QiNcF97zh9LPTOV+VkHtGQEEbNIpR79zhXmhnKHqByM=",
"System.Private.Runtime.InteropServices.JavaScript.dll": "sha256-ogvAGAteqx32OWEUZ7GDbBimyZU\/cj1dDOh8awjs+is=",
"System.Private.Uri.dll": "sha256-CrKijPtargIX7IHvzn\/vuDYWWbm3mcWVzueWGg\/cBL4=",
"System.Runtime.CompilerServices.Unsafe.dll": "sha256-+DcHEo4Aj9fAXHDHh4YmmyMyIHFm4y6odyaera4nHYA=",
"System.Runtime.InteropServices.RuntimeInformation.dll": "sha256-JCBKAHToxo6EaI3tAAIPedfNTiqFCPA82vurvbJi6MU=",
"System.Text.Encodings.Web.dll": "sha256-7zfVa0Sh3YX3rjXhVE9KavYLMY3oPRdMurK29PgghFA=",
"System.Text.Json.dll": "sha256-q5Q39YWJFEF6YVbvEVApUFPYBdBdv83u0bmXqP1RlOI=",
"System.Private.CoreLib.dll": "sha256-sffGQjuPGDXH+4K\/PwTCMlBbVmlcDOgBHHaVUHlp0pM="
},
"lazyAssembly": null,
"pdb": null,
"runtime": {
"dotnet.timezones.blat": "sha256-rFG55cwkAnfHzxmxwBL2tTwfj8X8cjcSEAlco4bc1eo=",
"dotnet.wasm": "sha256-+NqBIg7FTMeA2q0mxzbehfuE2WPrnq53yqLsu47afbY=",
"icudt.dat": "sha256-m7NyeXyxM+CL04jr9ui1Z6pVfMWwhHusuz5qNZWpAwA=",
"icudt_CJK.dat": "sha256-91bygK5voY9lG5wxP0\/uj7uH5xljF9u7iWnSldT1Z\/g=",
"icudt_EFIGS.dat": "sha256-DPfeOLph83b2rdx40cKxIBcfVZ8abTWAFq+RBQMxGw0=",
"icudt_no_CJK.dat": "sha256-oM7Z6aN9jHmCYqDMCBwFgFAYAGgsH1jLC\/Z6DYeVmmk=",
"dotnet.5.0.3.js": "sha256-sf1arnHfzSTa9MZNpdWBkQTecBMQBQRynOZ8+\/iLMUg="
},
"satelliteResources": null
}
}
Binary file added _framework/blazor.boot.json.br
Binary file not shown.
Binary file added _framework/blazor.boot.json.gz
Binary file not shown.
1 change: 1 addition & 0 deletions _framework/blazor.webassembly.js

Large diffs are not rendered by default.

Binary file added _framework/blazor.webassembly.js.br
Binary file not shown.
Binary file added _framework/blazor.webassembly.js.gz
Binary file not shown.
280 changes: 280 additions & 0 deletions _framework/dotnet.5.0.3.js

Large diffs are not rendered by default.

Binary file added _framework/dotnet.5.0.3.js.br
Binary file not shown.
Binary file added _framework/dotnet.5.0.3.js.gz
Binary file not shown.
Binary file added _framework/dotnet.timezones.blat
Binary file not shown.
Binary file added _framework/dotnet.timezones.blat.br
Binary file not shown.
Binary file added _framework/dotnet.timezones.blat.gz
Binary file not shown.
Binary file added _framework/dotnet.wasm
Binary file not shown.
Binary file added _framework/dotnet.wasm.br
Binary file not shown.
Binary file added _framework/dotnet.wasm.gz
Binary file not shown.
Binary file added _framework/icudt.dat
Binary file not shown.
Binary file added _framework/icudt.dat.br
Binary file not shown.
Binary file added _framework/icudt.dat.gz
Binary file not shown.
Binary file added _framework/icudt_CJK.dat
Binary file not shown.
Binary file added _framework/icudt_CJK.dat.br
Binary file not shown.
Binary file added _framework/icudt_CJK.dat.gz
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat.br
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat.gz
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat.br
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat.gz
Binary file not shown.
32 changes: 32 additions & 0 deletions appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"DownloadNav": [
{
"Title": "Unity 2021.x beta",
"File": "2021.1.b.json"
},
{
"Title": "Unity 2020.x",
"File": "2020.x.json"
},
{
"Title": "Unity 2019.x",
"File": "2019.x.json"
},
{
"Title": "Unity 2018.x",
"File": "2018.x.json"
},
{
"Title": "Unity 2017.x",
"File": "2017.x.json"
},
{
"Title": "Unity 5.x",
"File": "5.x.json"
},
{
"Title": "Unity 4.x",
"File": "4.x.json"
}
]
}
Binary file added appsettings.json.br
Binary file not shown.
Binary file added appsettings.json.gz
Binary file not shown.
50 changes: 50 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
color: #0366d6;
}

.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}

.content {
padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
outline: 1px solid #26b050;
}

.invalid {
outline: 1px solid red;
}

.validation-message {
color: red;
}

#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}

#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}
Binary file added css/app.css.br
Binary file not shown.
Binary file added css/app.css.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions css/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added css/bootstrap/bootstrap.min.css.br
Binary file not shown.
Binary file added css/bootstrap/bootstrap.min.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions css/bootstrap/bootstrap.min.css.map

Large diffs are not rendered by default.

Binary file added css/bootstrap/bootstrap.min.css.map.br
Binary file not shown.
Binary file added css/bootstrap/bootstrap.min.css.map.gz
Binary file not shown.
Loading

0 comments on commit 394ce48

Please sign in to comment.