Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Faradadeh co committed Feb 24, 2022
1 parent e2778e0 commit 5a039b9
Show file tree
Hide file tree
Showing 3,563 changed files with 506,692 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 23 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On

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

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
9 changes: 9 additions & 0 deletions assets/css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@font-face {
font-family: Shabnam;
src: url('../fonts/shabnam/Shabnam.eot');
src: url('../fonts/shabnam/Shabnam.eot?#iefix') format('embedded-opentype'),
url('../fonts/shabnam/Shabnam.woff2') format('woff2'),
url('../fonts/shabnam/Shabnam.woff') format('woff'),
url('../fonts/shabnam/Shabnam.ttf') format('truetype');
font-weight: normal;
}
1 change: 1 addition & 0 deletions assets/css/fonts.min.css

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

Loading

0 comments on commit 5a039b9

Please sign in to comment.