Skip to content

Commit

Permalink
feat: rename dist to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pro100ren4 committed Oct 25, 2024
1 parent a271ec0 commit 12f77e7
Show file tree
Hide file tree
Showing 98 changed files with 2,822 additions and 0 deletions.
210 changes: 210 additions & 0 deletions docs/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
# Error 404
ErrorDocument 404 /404.html

<IfModule mod_headers.c>
<FilesMatch "\.(js|css|gif|png|jpe?g|pdf|xml|oga|ogg|m4a|ogv|mp4|m4v|webm|svg|svgz|woff|woff2|ico|webp|appcache|manifest|htc|crx|oex|xpi|safariextz|vcf)$">
Header unset X-UA-Compatible
</FilesMatch>
</IfModule>

<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
<FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>

<IfModule mod_headers.c>
<FilesMatch "\.(woff|woff2)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>

AddType application/javascript .js .jsonp
AddType application/json .json

# Audio
AddType audio/ogg .oga .ogg
AddType audio/mp4 .m4a .f4a .f4b

# Video
AddType video/ogg .ogv
AddType video/mp4 .mp4 .m4v .f4v .f4p
AddType video/webm .webm
AddType video/x-flv .flv

# SVG
AddType image/svg+xml .svg
AddEncoding gzip .svgz

# Fonts
AddType application/x-font-woff .woff
AddType application/font-woff2 .woff2

# Other
AddType image/x-icon .ico
AddType image/webp .webp
AddType text/cache-manifest .appcache .manifest
AddType application/xml .rss .atom .xml .rdf
AddType text/x-vcard .vcf
AddType text/vtt .vtt

<IfModule mod_deflate.c>
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
</IfModule>
</IfModule>

<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/vtt
AddOutputFilterByType DEFLATE text/x-component

AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/js
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-httpd-php
AddOutputFilterByType DEFLATE application/x-httpd-fastphp
AddOutputFilterByType DEFLATE application/atom+xml
AddOutputFilterByType DEFLATE application/json
AddOutputFilterByType DEFLATE application/ld+json
AddOutputFilterByType DEFLATE application/x-font-woff
AddOutputFilterByType DEFLATE application/font-woff2

AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon

#For olders browsers which can't handle compression
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
</IfModule>
</IfModule>

<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

# Leverage Browser Caching
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 2 days"

# HTML
ExpiresByType text/html "access plus 1 second"

# CSS
ExpiresByType text/css "access plus 1 month"

# JavaScript
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"

# Data interchange
ExpiresByType application/atom+xml "access plus 1 hour"
ExpiresByType application/rdf+xml "access plus 1 hour"
ExpiresByType application/rss+xml "access plus 1 hour"
ExpiresByType application/json "access plus 0 seconds"
ExpiresByType application/ld+json "access plus 0 seconds"
ExpiresByType application/schema+json "access plus 0 seconds"
ExpiresByType application/vnd.geo+json "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType text/xml "access plus 0 seconds"

# Favicon (cannot be renamed!) and cursor images
ExpiresByType image/vnd.microsoft.icon "access plus 1 year"
ExpiresByType image/x-icon "access plus 1 year"

# Manifest files
ExpiresByType application/manifest+json "access plus 1 week"
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
ExpiresByType text/cache-manifest "access plus 0 seconds"

# Media files
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/bmp "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType image/webp "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"

# Fonts
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType application/font-woff2 "access plus 1 year"

# Other
ExpiresByType text/x-cross-domain-policy "access plus 1 week"
</IfModule>

# Alternative caching using Apache's "mod_headers", if it's installed
<IfModule mod_headers.c>
# 1 sec - HTML
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=1"
</FilesMatch>

# 1 month - Media, JS, CSS
<FilesMatch "\.(bmp|gif|jpg|jpeg|png|svg|webp|mp4|ogg|webm|js|css)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>

# 1 year - Favicon, fonts
<FilesMatch "\.(ico|woff|woff2)$">
Header set Cache-Control "max-age=31536000, public"
</FilesMatch>

# Off for CGI
<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
Header unset Cache-Control
</FilesMatch>
</IfModule>

#If your server don't support ETags deactivate with "None" (and remove header)
<IfModule mod_headers.c>
Header unset ETag
FileETag None
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On

# Check if browser support WebP images
RewriteCond %{HTTP_ACCEPT} image/webp

# Check if WebP replacement image exists
RewriteCond %{DOCUMENT_ROOT}/$1.webp -f

# Serve WebP image instead
RewriteRule (.+)\.(jpe?g|png)$ $1.webp [T=image/webp,E=accept:1]
</IfModule>

<IfModule mod_headers.c>
Header append Vary Accept env=REDIRECT_accept
</IfModule>
Empty file added docs/404.html
Empty file.
17 changes: 17 additions & 0 deletions docs/decomposition.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
1. Сверстать секцию превью
2. Произвести адаптивную верстку превью
3. Сверстать секцию "Как работает сервис"
4. Произвести адаптивную верстку секции "Как работает сервис"
5. Сверстать секцию "Задача"
6. Произвести адаптивную верстку секции "Задача"
7. Сверстать секцию "Наши решения"
8. Сверстать подсекцию "Разработка раздела 'Дело'"
9. Сверстать подсекцию "Анкета пользователя"
10. Сверстать подсекцию "Отдельный экран со списками дел"
11. Сверстать подсекцию "Поисковой фильтр"
12. Сверстать подсекцию "Профайлы фондов"
13. Сверстать подсекцию "Подтверждение участия в помощи по QR-коду"
14. Сверстать подсекцию "Диплинки на подопечных и события"
15. Сверстать подсекцию "Дополнительные фичи"
16. Произвести адаптивную верстку секции "Наши решения"
17. Сверстать секцию "Результат"
Binary file added docs/fonts/Lato-Black.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-BlackItalic.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-Bold.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-BoldItalic.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-Italic.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-Light.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-LightItalic.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-Regular.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-Thin.woff2
Binary file not shown.
Binary file added docs/fonts/Lato-ThinItalic.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-Bold.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-BoldItalic.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-ExtraBold.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-ExtraBoldItalic.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-Italic.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-Light.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-LightItalic.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-MediumItalic.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-Regular.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-SemiBold.woff2
Binary file not shown.
Binary file added docs/fonts/OpenSans-SemiBoldItalic.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_black.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_blackitalic.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_bold.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_bolditalic.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_italic.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_light.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_lightitalic.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_medium.woff2
Binary file not shown.
Binary file added docs/fonts/gothampro_mediumitalic.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions docs/img/Fearful Face.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 docs/img/Skull.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 docs/img/favicons/apple-touch-icon-1024x1024.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 docs/img/favicons/apple-touch-icon-114x114.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 docs/img/favicons/apple-touch-icon-120x120.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 docs/img/favicons/apple-touch-icon-144x144.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 docs/img/favicons/apple-touch-icon-152x152.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 docs/img/favicons/apple-touch-icon-167x167.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 docs/img/favicons/apple-touch-icon-180x180.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 docs/img/favicons/apple-touch-icon-57x57.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 docs/img/favicons/apple-touch-icon-60x60.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 docs/img/favicons/apple-touch-icon-72x72.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 docs/img/favicons/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 docs/img/favicons/apple-touch-icon.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 docs/img/favicons/favicon-16x16.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 docs/img/favicons/favicon-32x32.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 docs/img/favicons/favicon-48x48.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 docs/img/favicons/favicon.ico
Binary file not shown.
Binary file added docs/img/help-extra-features-phone.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 docs/img/help-extra-features-phone.webp
Binary file not shown.
Binary file added docs/img/help-filter-phone.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 docs/img/help-filter-phone.webp
Binary file not shown.
Binary file added docs/img/help-preview-phones.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 docs/img/help-preview-phones.webp
Binary file not shown.
Binary file added docs/img/help-result-phone.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 docs/img/help-result-phone.webp
Binary file not shown.
Binary file added docs/img/help-service-work_phone.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 docs/img/help-service-work_phone.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_1.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 docs/img/help-solution-phone_1.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_10.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 docs/img/help-solution-phone_10.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_11.png
Binary file added docs/img/help-solution-phone_11.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_12.png
Binary file added docs/img/help-solution-phone_12.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_2.png
Binary file added docs/img/help-solution-phone_2.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_3.png
Binary file added docs/img/help-solution-phone_3.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_4.png
Binary file added docs/img/help-solution-phone_4.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_5.png
Binary file added docs/img/help-solution-phone_5.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_6.png
Binary file added docs/img/help-solution-phone_6.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_7.png
Binary file added docs/img/help-solution-phone_7.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_8.png
Binary file added docs/img/help-solution-phone_8.webp
Binary file not shown.
Binary file added docs/img/help-solution-phone_9.png
Binary file added docs/img/help-solution-phone_9.webp
Binary file not shown.
Binary file added docs/img/help-task-phone.png
Binary file added docs/img/help-task-phone.webp
Binary file not shown.
Binary file added docs/img/help-task-screen_1.png
Binary file added docs/img/help-task-screen_1.webp
Binary file not shown.
Binary file added docs/img/help-task-screen_2.png
Binary file added docs/img/help-task-screen_2.webp
Binary file not shown.
Loading

0 comments on commit 12f77e7

Please sign in to comment.