Skip to content
Snippets Groups Projects
Commit cbd6f1a2 authored by fibasile's avatar fibasile
Browse files

change looks for upload banner

parent 7c7c366d
No related branches found
No related tags found
No related merge requests found
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment