Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
os-circular-fashion-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fibasile
os-circular-fashion-ng
Commits
cbd6f1a2
Commit
cbd6f1a2
authored
5 years ago
by
fibasile
Browse files
Options
Downloads
Patches
Plain Diff
change looks for upload banner
parent
7c7c366d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/UploadBanner.vue
+29
-22
29 additions, 22 deletions
src/components/UploadBanner.vue
with
29 additions
and
22 deletions
src/components/UploadBanner.vue
+
29
−
22
View file @
cbd6f1a2
<
template
>
<q-card
class=
"bg-grey-1 q-py-md text-grey-7 q-ma-md"
>
<q-card-section>
<div
class=
"text-h4"
>
Upload your design, it's easy!
</div>
</q-card-section>
<q-card-section>
<p
class=
"text-subtitle1"
>
Watch our Tutorial to see how it works, or go directly to the Wizard,
it will guide you through the process step-by-step.
</p>
</q-card-section>
<q-card-section>
<div
class=
"row no-wrap"
>
<div
class=
"col-auto"
>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-md-4 offset-md-2 q-pt-lg"
>
<q-img
src=
"http://placehold.it/720x480"
ratio=
"4:3"
/>
</div>
<div
class=
"col-xs-12 col-md-4"
>
<q-card
flat
class=
"q-py-md text-grey-7 q-ma-md"
>
<q-card-section>
<div
class=
"text-h4 text-teal-6"
>
Upload your design, it's easy!
</div>
</q-card-section>
<q-card-section>
<p
class=
"text-subtitle1"
>
Watch our Tutorial to see how it works then start the Upload Wizard:
it will guide you through the process step-by-step.
</p>
</q-card-section>
<q-card-section>
<div
class=
"row no-wrap"
>
<!--
<div
class=
"col-auto"
>
<q-btn
class=
"bg-grey-1 q-mr-md"
>
<q-icon
left
size=
"1em"
name=
"fas fa-tv"
/>
Watch Tutorial
</q-btn>
</div>
<div
class=
"col-auto"
>
<q-btn
class=
"bg-grey-1"
>
<q-icon
left
size=
"1em"
name=
"fas fa-magic"
/>
Start wizard
</q-btn>
</div>
</div>
</q-card-section>
</q-card>
</div>
-->
<div
class=
"col-auto"
>
<q-btn
class=
"bg-grey-1"
>
<q-icon
left
size=
"1em"
name=
"fas fa-magic"
/>
Start wizard
</q-btn>
</div>
</div>
</q-card-section>
</q-card>
</div>
</div>
</
template
>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment