Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fazo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shahzod
fazo
Commits
84aa5e63
Commit
84aa5e63
authored
Oct 19, 2019
by
Shahzod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fucking project
parent
2b359cb4
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
475 additions
and
346 deletions
+475
-346
fazoshop.iml
.idea/fazoshop.iml
+0
-1
php.xml
.idea/php.xml
+85
-86
workspace.xml
.idea/workspace.xml
+196
-159
composer.lock
composer.lock
+73
-36
main.blade.php
resources/views/main.blade.php
+9
-9
index.blade.php
resources/views/pages/tarifs/index.blade.php
+1
-1
questions.blade.php
resources/views/questions.blade.php
+111
-54
No files found.
.idea/fazoshop.iml
View file @
84aa5e63
...
...
@@ -77,7 +77,6 @@
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/sebastian/version"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/swiftmailer/swiftmailer"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/symfony/console"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/symfony/contracts"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/symfony/css-selector"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/symfony/debug"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/vendor/symfony/event-dispatcher"
/>
...
...
.idea/php.xml
View file @
84aa5e63
This diff is collapsed.
Click to expand it.
.idea/workspace.xml
View file @
84aa5e63
This diff is collapsed.
Click to expand it.
composer.lock
View file @
84aa5e63
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#
installing-dependencies
",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#
composer-lock-the-lock-file
",
"This file is @generated automatically"
],
"content-hash": "9f657ec865f9f65549dde33ed7da0d1f",
...
...
@@ -164,30 +164,28 @@
},
{
"name": "doctrine/lexer",
"version": "1.
1.0
",
"version": "1.
0.2
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "
e17f069ede36f7534b95adec71910ed1b49c74ea
"
"reference": "
1febd6c3ef84253d7c815bed85fc622ad207a9f8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
e17f069ede36f7534b95adec71910ed1b49c74ea
",
"reference": "
e17f069ede36f7534b95adec71910ed1b49c74ea
",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
1febd6c3ef84253d7c815bed85fc622ad207a9f8
",
"reference": "
1febd6c3ef84253d7c815bed85fc622ad207a9f8
",
"shasum": ""
},
"require": {
"php": "
^7
.2"
"php": "
>=5.3
.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
"phpunit/phpunit": "^4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
1
.x-dev"
"dev-master": "1.
0
.x-dev"
}
},
"autoload": {
...
...
@@ -200,14 +198,14 @@
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
...
...
@@ -222,7 +220,7 @@
"parser",
"php"
],
"time": "2019-0
7-30T19:33:28
+00:00"
"time": "2019-0
6-08T11:03:04
+00:00"
},
{
"name": "dompdf/dompdf",
...
...
@@ -829,6 +827,51 @@
],
"time": "2018-12-27T15:44:58+00:00"
},
{
"name": "kylekatarnls/update-helper",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/kylekatarnls/update-helper.git",
"reference": "5786fa188e0361b9adf9e8199d7280d1b2db165e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/5786fa188e0361b9adf9e8199d7280d1b2db165e",
"reference": "5786fa188e0361b9adf9e8199d7280d1b2db165e",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": ">=5.3.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "2.0.x-dev || ^2.0.0-dev",
"phpunit/phpunit": ">=4.8.35 <6.0"
},
"type": "composer-plugin",
"extra": {
"class": "UpdateHelper\\ComposerPlugin"
},
"autoload": {
"psr-0": {
"UpdateHelper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Update helper",
"time": "2019-07-29T11:03:54+00:00"
},
{
"name": "laravel/framework",
"version": "v5.8.35",
...
...
@@ -1331,36 +1374,34 @@
},
{
"name": "nesbot/carbon",
"version": "
2.25.2
",
"version": "
1.39.1
",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4
43fe5f1498147e0fbc792142b5dc43e2e8a533f
"
"reference": "4
be0c005164249208ce1b5ca633cd57bdd42ff33
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4
43fe5f1498147e0fbc792142b5dc43e2e8a533f
",
"reference": "4
43fe5f1498147e0fbc792142b5dc43e2e8a533f
",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4
be0c005164249208ce1b5ca633cd57bdd42ff33
",
"reference": "4
be0c005164249208ce1b5ca633cd57bdd42ff33
",
"shasum": ""
},
"require": {
"
ext-json": "*
",
"php": "
^7.1.8 || ^8.0
",
"symfony/translation": "
^3.4 || ^
4.0"
"
kylekatarnls/update-helper": "^1.1
",
"php": "
>=5.3.9
",
"symfony/translation": "
~2.6 || ~3.0 || ~
4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^1.1",
"phpmd/phpmd": "dev-php-7.1-compatibility",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
"composer/composer": "^1.2",
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "^4.8.35 || ^5.7"
},
"bin": [
"bin/carbon"
"bin/
upgrade-
carbon"
],
"type": "library",
"extra": {
"update-helper": "Carbon\\Upgrade",
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
...
...
@@ -1369,7 +1410,7 @@
},
"autoload": {
"psr-4": {
"
Carbon\\": "src/Carbon
/"
"
": "src
/"
}
},
"notification-url": "https://packagist.org/downloads/",
...
...
@@ -1381,20 +1422,16 @@
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
}
],
"description": "A
n API extension for DateTime that supports 281 different languages
.",
"description": "A
simple API extension for DateTime
.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"time": "2019-10-14T
14:18:59
+00:00"
"time": "2019-10-14T
05:51:36
+00:00"
},
{
"name": "nikic/php-parser",
...
...
resources/views/main.blade.php
View file @
84aa5e63
...
...
@@ -174,7 +174,7 @@
<h4
style=
"color: #ffffff"
>
ЗА 5-7 РАБОЧИХ ДНЕЙ
</h4>
<p>
Сомневаетесь? – Ознакомьтесь
с оценками наших клиентов
</p>
<a
href=
"
#
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<a
href=
"
{{route('tariffs')}}
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<div
class=
"da-img"
style=
"margin-top: -60px;"
>
<img
src=
"{{ asset('assets') }}/slider/images/plane.png"
width=
"420"
alt=
"image02"
>
</div>
...
...
@@ -187,7 +187,7 @@
<h4
style=
"color: #ffffff"
>
ВСЕГО $8 ЗА КАЖДЫЕ
1 КГ!
</h4>
<p>
Самые точные расценки и быстрая доставка!
</p>
<a
href=
"
#
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<a
href=
"
{{route('tariffs')}}
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<div
class=
"da-img"
style=
"margin-top: -60px;"
>
<img
src=
"{{ asset('assets') }}/slider/images/usa_map.png"
width=
"320"
alt=
"image03"
>
</div>
...
...
@@ -199,7 +199,7 @@
<h4
style=
"color: #ffffff"
>
ВСЕГО $8 ЗА КАЖДЫЕ
1 КГ!
</h4>
<p>
Самые точные расценки и быстрая доставка!
</p>
<a
href=
"
#
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<a
href=
"
{{route('tariffs')}}
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<div
class=
"da-img"
style=
"padding-right: 60px; margin-top: -60px;"
>
<img
src=
"{{ asset('assets') }}/slider/images/00003.jpg"
width=
"350"
alt=
"image03"
height=
"250"
>
</div>
...
...
@@ -210,7 +210,7 @@
<h4
style=
"color: #ffffff"
>
ВСЕГО $8 ЗА КАЖДЫЕ
1 КГ!
</h4>
<p>
Самые точные расценки и быстрая доставка!
</p>
<a
href=
"
#
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<a
href=
"
{{route('tariffs')}}
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<div
class=
"da-img"
style=
"padding-right: 60px; margin-top: -60px;"
>
<img
src=
"{{ asset('assets') }}/slider/images/thumb.png"
width=
"320"
alt=
"image03"
>
</div>
...
...
@@ -221,7 +221,7 @@
<h4
style=
"color: #ffffff"
>
ВСЕГО $8 ЗА КАЖДЫЕ
1 КГ!
</h4>
<p>
Самые точные расценки и быстрая доставка!
</p>
<a
href=
"
#
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<a
href=
"
{{route('tariffs')}}
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<div
class=
"da-img"
style=
"padding-right: 60px; margin-top: -60px;"
>
<img
src=
"{{ asset('assets') }}/slider/images/0001.jpg"
width=
"350"
height=
"250"
alt=
"image03"
>
</div>
...
...
@@ -232,7 +232,7 @@
<h4
style=
"color: #ffffff"
>
ВСЕГО $8 ЗА КАЖДЫЕ
1 КГ!
</h4>
<p>
Самые точные расценки и быстрая доставка!
</p>
<a
href=
"
#
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<a
href=
"
{{route('tariffs')}}
"
class=
"da-link button"
style=
"border: 1px solid #ffffff; color: #ffffff ; padding: 10px;"
>
УЗНАТЬ ПОДРОБНЕЕ
</a>
<div
class=
"da-img"
style=
"padding-right: 60px; margin-top: -60px;"
>
<img
src=
"{{ asset('assets') }}/slider/images/0004.jpg"
width=
"350"
height=
"250"
alt=
"image03"
>
</div>
...
...
@@ -687,7 +687,7 @@
</div>
--}}
<div
class=
" text-center"
>
<img
src=
"frontend/images/
bg_02
.jpg"
alt=
""
style=
"width: 100%; position: relative "
>
<img
src=
"frontend/images/
city_bg4
.jpg"
alt=
""
style=
"width: 100%; position: relative "
>
</div>
...
...
@@ -722,7 +722,7 @@
<div
class=
"col-xs-12 col-sm-6 col-lg-3"
>
<address>
<div
class=
"media"
>
<div
class=
"media-left"
><
span
class=
"icon icon-primary icon-sm fa-phone"
></span><
/div>
<div
class=
"media-left"
></div>
<div
class=
"media-body"
>
<p
class=
"h6"
style=
"color: #0B3C5D"
>
Телефоны
</p>
<dl
class=
"dl-horizontal"
>
...
...
@@ -738,7 +738,7 @@
<div
class=
"col-xs-12 col-sm-6 col-lg-3"
>
<address>
<div
class=
"media"
>
<div
class=
"media-left"
>
<span
class=
"icon icon-primary icon-sm fa-envelope"
></span>
<div
class=
"media-left"
>
</div>
<div
class=
"media-body"
>
<p
class=
"h6"
style=
"color: #0B3C5D"
>
Email
</p><a
href=
"mailto:info@fazoshop.us"
>
info@fazoshop.us
</a>
...
...
resources/views/pages/tarifs/index.blade.php
View file @
84aa5e63
...
...
@@ -25,7 +25,7 @@
</td>
<td>
<ul style="
text
-
align
:
center
;
margin
-
bottom
:
0
px
;
">
<h6 style=""><b>1 кг = $8</b></h6>
<h6 style=""><b>1 кг = $8
,5
</b></h6>
<h6 style="
margin
-
bottom
:
0
px
;
"><b>минимальный вес – 5 кг</b></h6>
{{--<li>После 5кг стоимость за 0.1кг = $0.85 <small>(1кг = $8.5)</small></li>
...
...
resources/views/questions.blade.php
View file @
84aa5e63
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment