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
nuriddin
fazo
Commits
4e1568f5
Commit
4e1568f5
authored
Jun 12, 2019
by
Ruslan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New user panel
parent
f0ef0c83
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
329 additions
and
195 deletions
+329
-195
workspace.xml
.idea/workspace.xml
+209
-143
addpackage.blade.php
resources/views/addpackage.blade.php
+23
-51
user.blade.php
resources/views/layouts/user.blade.php
+0
-1
user_new.blade.php
resources/views/layouts/user_new.blade.php
+97
-0
No files found.
.idea/workspace.xml
View file @
4e1568f5
This diff is collapsed.
Click to expand it.
resources/views/addpackage.blade.php
View file @
4e1568f5
This diff is collapsed.
Click to expand it.
resources/views/layouts/user.blade.php
View file @
4e1568f5
...
...
@@ -19,7 +19,6 @@
<!-- Stylesheets-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://fonts.googleapis.com/css?family=Ubuntu:400,500,700%7COpen+Sans:400,300);"
>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"/frontend/css/style.css"
>
</head>
...
...
resources/views/layouts/user_new.blade.php
0 → 100644
View file @
4e1568f5
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
FazoShop.us
</title>
<link
rel=
"canonical"
href=
"https://getbootstrap.com/docs/4.3/examples/pricing/"
>
<!-- Bootstrap core CSS -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<style>
body
{
background-color
:
#fbfbfb
!important
;
}
.bd-placeholder-img
{
font-size
:
1.125rem
;
text-anchor
:
middle
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
@media
(
min-width
:
768px
)
{
.bd-placeholder-img-lg
{
font-size
:
3.5rem
;
}
}
</style>
<!-- Custom styles for this template -->
<link
href=
"pricing.css"
rel=
"stylesheet"
>
</head>
<body>
<div
class=
"d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm"
>
<h5
class=
"my-0 mr-md-auto font-weight-normal"
>
Fazoshop
</h5>
<nav
class=
"my-2 my-md-0 mr-md-3"
>
<a
class=
"p-2 text-dark"
href=
"#"
>
На главную
</a>
<a
class=
"p-2 text-dark"
href=
"{{ route('package') }}"
>
Посылки
</a>
<a
class=
"p-2 text-dark"
href=
"{{ route('address') }}"
>
Адреса
</a>
<a
class=
"p-2 text-dark"
href=
"{{ url('/profile') }}"
>
Профиль
</a>
</nav>
<a
class=
"btn btn-outline-primary"
href=
"#"
>
Sign up
</a>
</div>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
@yield('content')
<footer
class=
"pt-4 my-md-5 pt-md-5 border-top"
>
<div
class=
"row"
>
<div
class=
"col-12 col-md"
>
<img
class=
"mb-2"
src=
"/docs/4.3/assets/brand/bootstrap-solid.svg"
alt=
""
width=
"24"
height=
"24"
>
<small
class=
"d-block mb-3 text-muted"
>
©
2017-2019
</small>
</div>
<div
class=
"col-6 col-md"
>
<h5>
Features
</h5>
<ul
class=
"list-unstyled text-small"
>
<li><a
class=
"text-muted"
href=
"#"
>
Cool stuff
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Random feature
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Team feature
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Stuff for developers
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Another one
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Last time
</a></li>
</ul>
</div>
<div
class=
"col-6 col-md"
>
<h5>
Resources
</h5>
<ul
class=
"list-unstyled text-small"
>
<li><a
class=
"text-muted"
href=
"#"
>
Resource
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Resource name
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Another resource
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Final resource
</a></li>
</ul>
</div>
<div
class=
"col-6 col-md"
>
<h5>
About
</h5>
<ul
class=
"list-unstyled text-small"
>
<li><a
class=
"text-muted"
href=
"#"
>
Team
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Locations
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Privacy
</a></li>
<li><a
class=
"text-muted"
href=
"#"
>
Terms
</a></li>
</ul>
</div>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>
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