Skip to content

Commit

Permalink
Auto-generated commit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
AngerDESTROYS committed Dec 28, 2023
1 parent f3001eb commit aba1569
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.7872483eff84a436.js" type="module"></script><script src="polyfills.6b857c28242e9448.js" type="module"></script><script src="main.bc59d15e4a656139.js" type="module"></script>
<script src="runtime.7872483eff84a436.js" type="module"></script><script src="polyfills.6b857c28242e9448.js" type="module"></script><script src="main.5426969f508c4258.js" type="module"></script>

</body></html>
Binary file added assets/fonts/pragmaticac-bold.otf
Binary file not shown.
Binary file added assets/fonts/pragmaticac.otf
Binary file not shown.
Binary file added assets/imgs/doublearrow (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/imgs/doublearrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/imgs/doublearrowgray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/mixins/mixin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@mixin for-phone {
@media (max-width: 767px) {
@content;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.7872483eff84a436.js" type="module"></script><script src="polyfills.6b857c28242e9448.js" type="module"></script><script src="main.bc59d15e4a656139.js" type="module"></script>
<script src="runtime.7872483eff84a436.js" type="module"></script><script src="polyfills.6b857c28242e9448.js" type="module"></script><script src="main.5426969f508c4258.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions main.5426969f508c4258.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion main.bc59d15e4a656139.js

This file was deleted.

0 comments on commit aba1569

Please sign in to comment.