dev-audioprocessing/pages/letsgo.vue

26 lines
931 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<template>
<div>
<div class="container-fluid pt-3 ps-4">
<div class="row">
<div class="col-3">
<a class="navbar-brand" href="#"><img src="~/assets/image/Logo.png"></a>
</div>
</div>
<div class="row">
<div class="col-12">
<h4 class="text-center fw-bold pt-5">Lets Go!</h4>
<h6 class="text-center text-muted pb-0 mb-0">We have saved your selection. </h6>
<h6 class="text-center text-muted pt-0 mt-0">You can change your settings at any time. </h6>
</div>
</div>
<div class="row pt-5">
<div class="col-12 text-center">
<img src="~assets/image/Start-upguyflyingwithjetpack.png">
</div>
<div class="col-12 text-center pt-5">
<button type="button" class="btn btn-warning text-white px-4 fs-5 fw-bolder py-2">NEXT</button>
</div>
</div>
</div>
</div>
</template>