added signup, updated css on careers page

This commit is contained in:
Kristine Vilnite
2021-07-19 08:45:41 +00:00
parent be59c1c22e
commit 4742bf52ad
9 changed files with 58 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="py-8 px-4">
<div class="flex flex-wrap items-center -mx-4">
<div class="flex flex-wrap items-center mt-8 mx-2">
<div class="w-full lg:w-4/6 px-4 mb-8 lg:mb-0 text-center lg:text-left">
<h2 class="text-xl font-semibold font-heading">
{{ signup.title }}
@@ -8,7 +8,7 @@
</div>
<div class="w-full lg:w-2/6 px-4 text-center">
<g-link
class="bg-gray-900 learn-button hover:bg-gray-700 text-gray-100 px-5 py-3 mr-3 font-semibold rounded shadow"
class="inline-block bg-green-500 text-sm text-white learn-button hover:bg-green-600 px-8 py-2 mr-2 my-0 rounded shadow rounded-full active--exact active"
:to="signup.link1"
>{{ signup.button1 }}</g-link
><g-link

View File

@@ -11,7 +11,7 @@
></div>
<div>
<g-link
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 my-2 rounded shadow rounded-full"
class="inline-block bg-green-500 text-sm text-white learn-button hover:bg-green-600 px-8 py-2 mr-2 my-0 rounded shadow rounded-full active--exact active"
v-if="header.btn1"
:to="header.link1"
>{{ header.btn1 }}</g-link

View File

@@ -1,6 +1,6 @@
<template>
<div class="bg-white">
<div class="max-w-screen-xl mx-auto py-24 px-4 sm:px-6 lg:px-8">
<div class="max-w-screen-xl mx-auto py-10 px-4 sm:px-6 lg:px-8">
<div class="sm:flex sm:flex-col sm:align-center" v-if="main">
<h1 class="text-4xl mt-2 mb-6 leading-tight font-heading text-center">
{{ main.title }}