<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
The following information is for Vultr/ServerPilot and BitBucket users. In principle the following should apply for any server/git combination, but with variations. This information specifically applies to Ubuntu 16.04.
SSH into your Vultr server using your serverpilot
user.
ssh [email protected]
<template> | |
<q-page | |
class="window-height window-width row justify-center items-center" | |
style="background: linear-gradient(#8274C5, #5A4A9F);" | |
> | |
<div class="column q-pa-lg"> | |
<div class="row"> | |
<q-card square class="shadow-24" style="width:300px;height:485px;"> | |
<q-card-section class="bg-deep-purple-7"> | |
<h4 class="text-h5 text-white q-my-md">Company & Co</h4> |
<template> | |
<q-page class="bg-light-green window-height window-width row justify-center items-center"> | |
<div class="column"> | |
<div class="row"> | |
<h5 class="text-h5 text-white q-my-md">Company & Co</h5> | |
</div> | |
<div class="row"> | |
<q-card square bordered class="q-pa-lg shadow-1"> | |
<q-card-section> | |
<q-form class="q-gutter-md"> |
<template> | |
<q-page | |
class="window-height window-width row justify-center items-center" | |
style="background: linear-gradient(135deg, #EA5C54 0%,#bb6dec 100%);" | |
> | |
<div class="column"> | |
<div class="row"> | |
<q-card square dark class="q-pa-md q-ma-none no-shadow bg-grey-10" style="width:320px;"> | |
<q-card-section class="q-mt-xl q-mb-md"> | |
<p class="text-weight-bolder text-grey">Login to your account</p> |