Skip to content

Commit

Permalink
Deploying to master from @ 69785b7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 8, 2024
0 parents commit 796e950
Show file tree
Hide file tree
Showing 101 changed files with 19,316 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
2,264 changes: 2,264 additions & 0 deletions 404.html

Large diffs are not rendered by default.

Empty file added api/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions api/exchange.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"USD":{"iD":"R01235","numCode":"840","charCode":"USD","nominal":1,"name":"Доллар США","value":89.8225,"previous":89.7044},"EUR":{"iD":"R01239","numCode":"978","charCode":"EUR","nominal":1,"name":"Евро","value":99.7156,"previous":99.1927}}
1 change: 1 addition & 0 deletions api/generated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"generated":1725770501.191969}
1 change: 1 addition & 0 deletions api/last-news.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api/similar-news.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions css/app.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/app.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions css/dark.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/dark.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions css/light.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/light.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions favicon-old.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions feeds.main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[My feed]]></title>
<link><![CDATA[http://titanson.github.io/feeds.main]]></link>
<description><![CDATA[The description of the feed.]]></description>
<language>ru-RU</language>
<pubDate></pubDate>

</channel>
</rss>
Binary file added img/apple-store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/close.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 added img/cover-classic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/google-play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/fb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/ok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/share.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/vk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/logo2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 796e950

Please sign in to comment.