-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
147 lines (123 loc) · 17.3 KB
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Jakebook is a booking site built by Okonkwo Victor to test his skills on SASS,Javascript and PHP">
<meta name="author" content="Okonkwo Victor">
<title>Jakebook</title>
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="./css/app.css">
<link rel="stylesheet" href="./css/contact.css">
</head>
<body>
<!-- Mobile Header -->
<?php require 'app.php' ?>
<!-- hero section -->
<div class="hero">
<div class="hero-content">
<div class="hero-info">
<p class="hero-title">Contact Us</p><hr>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam, libero unde voluptate debitis repellat quae distinctio quis eveniet fugit odit sint consequuntur. Obcaecati sapiente eos sunt similique aut, pariatur vero.</p>
</div>
<div class="hero-img d-none">
<img src="./img/network.png" alt="network image">
</div>
</div>
</div>
<div class="contact-form">
<div class="contact-content">
<p class="title">Get In Touch</p>
<p class="p-2">Send in your message and you will get either a response email or call from us. Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo maxime officia ut id iusto voluptatem, excepturi officiis esse pariatur asperiores nobis et itaque. Illo cupiditate ab distinctio est quidem molestias.</p>
<p>We are Social</p>
<ul class="flex-around shadow">
<!-- facebook -->
<li><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg></li>
<!-- linkedin -->
<li><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg></li>
<!-- Twitter -->
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>
</li>
<!-- github -->
<li><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg></li>
<!-- youtube -->
<li><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg></li>
</ul>
</div><hr class="m-3">
<div class="form">
<form action="" method="POST" class="mt-5">
<label for="contact_name">Name</label><br>
<input type="text" name="" id="contact_name" placeholder="Type In Your Name"><br>
<label for="contact_email">Email</label><br>
<input type="text" name="" id="contact_email" placeholder="Type In Your Email"><br>
<label for="contact_message">Message</label><br>
<textarea name="" id="contact_message" placeholder="Type In Your Message" class="p-3 shadow rounded"></textarea><br>
<button class="button-primary" id="contact-submit">Submit</button>
</form>
</div>
</div><hr class="m-3">
<section class="contact-info">
<div class="contact-info-container">
<div class="contact-info-item">
<p class="title">Email</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z"/></svg>
<p>For enquiries Email Us At <a href="mailto:info@jakebook.com">Info@Jakebook.com </a></p>
<p>For Tech Support, Email Us At <a href="mailto:support@jakebook.com">Support@Jakebook.com</a></p>
</div>
<div class="contact-info-item">
<p class="title">Contact Numbers</p>
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 511.95 511.95" style="enable-background:new 0 0 511.95 511.95;" xml:space="preserve">
<g>
<circle style="fill:#C0DFEB;" cx="293.398" cy="220.338" r="218.551"/>
<circle style="fill:#C0DFEB;" cx="293.398" cy="220.338" r="218.551"/>
</g>
<path style="fill:#A6D2E3;" d="M293.471,402.547c-17.947,0-35.852-2.686-53.216-7.981
c-96.071-29.301-150.392-131.299-121.091-227.37c11.617-38.089,34.707-70.579,66.777-93.96
c31.056-22.642,69.19-35.112,107.377-35.112c17.947,0,35.852,2.686,53.216,7.982c46.539,14.194,84.765,45.662,107.636,88.606
c22.871,42.945,27.65,92.225,13.455,138.764c-11.617,38.089-34.708,70.58-66.777,93.961c-31.054,22.64-69.191,35.111-107.376,35.111
C293.47,402.547,293.473,402.547,293.471,402.547z"/>
<path style="fill:#3993B7;" d="M434.283,250.045c-12.312,58.428-58.449,101.051-113.622,111.698
c-18.301,3.556-37.59,3.577-56.972-0.51c-77.81-16.408-127.597-92.794-111.189-170.605
c16.221-76.947,91.089-126.485,168.005-111.709c0.863,0.166,1.737,0.333,2.6,0.52C400.916,95.849,450.691,172.235,434.283,250.045z"
/>
<path style="fill:#3E9DC3;" d="M434.283,250.045c-12.312,58.428-58.449,101.051-113.622,111.698
c-0.863-0.156-1.716-0.333-2.568-0.51c-77.81-16.408-127.597-92.794-111.189-170.605c12.322-58.418,58.438-101.04,113.601-111.709
c0.863,0.166,1.737,0.333,2.6,0.52C400.916,95.849,450.691,172.235,434.283,250.045z"/>
<path style="fill:#06638D;" d="M238.753,510.054c-18.707-1.185-37.007-5.428-54.175-12.447
c-40.585-16.596-74.826-48.664-93.137-92.285l-78.05-186.004c-26.048-62.067-12.79-130.79,28.439-178.476
c5.542-6.416,12.145-11.064,19.226-14.038c25.538-10.752,57.409,0.208,69.242,28.398l16.866,40.2
c8.111,19.32-0.977,41.541-20.287,49.641c-36.467,15.306-53.624,57.274-38.318,93.741l41.656,99.262
c15.296,36.467,57.263,53.624,93.73,38.318c4.794-2.007,9.764-2.964,14.651-2.964c14.828,0,28.897,8.745,34.99,23.261l16.876,40.21
c0.873,2.09,1.612,4.19,2.204,6.301C302.297,477.341,275.459,512.363,238.753,510.054z"/>
<g>
<path style="fill:#C0DFEB;" d="M288.105,278.718h-71.307v-11.846c0-29.033,76.649-45.06,76.649-94.998
c0-26.246-20.905-45.293-47.848-45.293c-24.853,0-45.293,16.259-45.293,39.718c0,8.594,3.252,11.381,8.826,11.381
c6.503,0,10.22-3.716,10.22-7.665c0-17.188,11.381-25.318,26.246-25.318c19.51,0,28.336,14.632,28.336,27.873
c0,38.325-77.346,56.21-77.346,94.301v22.53c0,4.181,5.11,6.968,8.826,6.968h82.688c3.716,0,6.736-4.413,6.736-8.826
C294.84,282.668,291.82,278.718,288.105,278.718z"/>
<path style="fill:#C0DFEB;" d="M392.859,238.768h-12.311v-39.022c0-4.645-4.877-6.736-9.755-6.736
c-4.878,0-9.756,2.091-9.756,6.736v39.022h-40.183l50.867-101.27c0.697-1.161,0.929-2.09,0.929-3.252
c0-4.646-5.806-7.666-9.523-7.666c-3.484,0-6.736,1.626-8.826,5.575l-57.37,113.116c-0.93,1.393-1.161,3.02-1.161,4.413
c0,4.645,2.788,7.665,7.201,7.665h58.067v32.054c0,4.645,4.878,6.968,9.756,6.968c4.878,0,9.755-2.323,9.755-6.968v-32.054h12.311
c3.948,0,6.968-4.645,6.968-9.291C399.827,243.414,397.505,238.768,392.859,238.768z"/>
</g>
<path style="fill:#1B87B3;" d="M292.668,443.172C144.566,434.303,27.2,311.395,27.2,161.057c0-48.591,12.26-94.323,33.857-134.252
c25.538-10.752,57.409,0.208,69.242,28.398l16.866,40.2c8.111,19.32-0.977,41.541-20.287,49.641
c-36.467,15.306-53.624,57.274-38.318,93.741l41.656,99.262c15.296,36.467,57.263,53.624,93.73,38.318
c4.794-2.007,9.764-2.964,14.651-2.964c14.828,0,28.897,8.745,34.99,23.261l16.876,40.21
C291.337,438.961,292.076,441.062,292.668,443.172z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>
<p>For Enquiries, Call <a href="tel:+2348142077283">(+234)0-8142077283</a></p>
<p>For Tech Support, Call <a href="tel:+2348142077283">(+234)0-8142077283</a></p>
</div>
<div class="contact-info-item">
<p class="title">Support Portal</p>
<svg height="464pt" viewBox="0 0 464 464" width="464pt" xmlns="http://www.w3.org/2000/svg"><path d="m288 288h165.761719c18.347656-49.105469 11.476562-104.085938-18.394531-147.164062-29.867188-43.082032-78.945313-68.796876-131.367188-68.835938h-264c-22.089844 0-40 17.910156-40 40s17.910156 40 40 40h32c-22.089844 0-40 17.910156-40 40s17.910156 40 40 40h48c-22.089844 0-40 17.910156-40 40s17.910156 40 40 40h45.601562c-22.09375.664062-39.464843 19.109375-38.800781 41.199219.660157 22.09375 19.109375 39.464843 41.199219 38.800781h120zm0 0" fill="#57b7eb"/><path d="m304 240c-2.125.011719-4.171875-.824219-5.679688-2.320312-1.515624-1.5-2.367187-3.546876-2.367187-5.679688s.851563-4.179688 2.367187-5.679688l40-39.601562c3.136719-3.136719 8.222657-3.136719 11.359376 0 3.136718 3.136719 3.136718 8.222656 0 11.359375l-39.601563 39.601563c-1.605469 1.601562-3.8125 2.445312-6.078125 2.320312zm0 0" fill="#f9e109"/><path d="m304 72c10.746094.003906 21.464844 1.074219 32 3.199219v-43.199219h-64v40zm0 0" fill="#7ab92d"/><path d="m248 0h112v32h-112zm0 0" fill="#a1d51c"/><path d="m320 232c0 8.835938-7.164062 16-16 16s-16-7.164062-16-16 7.164062-16 16-16 16 7.164062 16 16zm0 0" fill="#fcbc04"/><path d="m0 112h112c22.089844 0 40 17.910156 40 40h-112c-22.089844 0-40-17.910156-40-40zm0 0" fill="#4891d3"/><path d="m32 192h112c22.089844 0 40 17.910156 40 40h-112c-22.089844 0-40-17.910156-40-40zm0 0" fill="#4891d3"/><path d="m80 272h112c22.089844 0 40 17.910156 40 40h-112c-22.089844 0-40-17.910156-40-40zm0 0" fill="#4891d3"/><path d="m128 352h88c22.089844 0 40 17.910156 40 40h-88c-22.089844 0-40-17.910156-40-40zm0 0" fill="#4891d3"/><path d="m408 268c-.019531 6.695312-.527344 13.378906-1.519531 20h23.441406c26.207031-65.652344-.675781-140.542969-62.652344-174.542969-61.976562-34.003906-139.578125-16.4375-180.871093 40.941407 42.605468-30.703126 98.820312-34.949219 145.554687-10.992188s76.105469 72.078125 76.046875 124.59375zm0 0" fill="#4891d3"/><path d="m315.28125 220.71875c-3.714844-3.691406-9.003906-5.328125-14.152344-4.390625-5.152344.941406-9.519531 4.34375-11.6875 9.113281 6.046875-2.691406 13.128906-1.375 17.8125 3.304688 4.679688 4.683594 5.996094 11.765625 3.304688 17.8125 4.769531-2.167969 8.171875-6.535156 9.113281-11.6875.9375-5.148438-.699219-10.4375-4.390625-14.152344zm0 0" fill="#f9e109"/><path d="m296 40h40v16h-40c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8zm0 0" fill="#a1d51c"/><path d="m264 0h96v16h-80c-8.835938 0-16-7.164062-16-16zm0 0" fill="#c4f236"/><g fill="#fcbc04"><path d="m200 184h-64c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h64c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0"/><path d="m248 280h-96c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h96c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0"/><path d="m240 232h-64c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h64c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0"/><path d="m96 200h-32c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h32c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0"/><path d="m80 112h-40c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h40c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0"/><path d="m224 320h-24c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h24c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0"/><path d="m304 112c4.417969 0 8-3.582031 8-8v-31.601562c-2.640625 0-5.28125-.398438-8-.398438s-5.359375 0-8 .398438v31.601562c0 4.417969 3.582031 8 8 8zm0 0"/><path d="m464 224h-32c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h32c0-2.640625 0-5.28125 0-8s0-5.359375 0-8zm0 0"/><path d="m364 128c1.84375 1.070312 4.039062 1.355469 6.097656.800781 2.054688-.554687 3.808594-1.910156 4.863282-3.761719l16-27.4375c-4.480469-2.882812-9.121094-5.523437-13.921876-8l-16 27.4375c-1.066406 1.84375-1.355468 4.039063-.800781 6.097657.554688 2.058593 1.910157 3.808593 3.761719 4.863281zm0 0"/><path d="m408 172c1.054688 1.851562 2.804688 3.207031 4.863281 3.761719 2.058594.554687 4.253907.265625 6.097657-.800781l27.4375-16c-2.476563-4.800782-5.117188-9.441407-8-13.921876l-27.4375 16c-1.851563 1.054688-3.207032 2.808594-3.761719 4.863282-.554688 2.058594-.269531 4.253906.800781 6.097656zm0 0"/></g><path d="m304 112c4.417969 0 8-3.582031 8-8v-7.359375c-3.988281-.414063-7.992188-.628906-12-.640625h-4v8c0 4.417969 3.582031 8 8 8zm0 0" fill="#e59730"/><path d="m439.359375 224h-7.359375c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h8c0-1.359375 0-2.640625 0-4-.011719-4.007812-.226562-8.011719-.640625-12zm0 0" fill="#e59730"/><path d="m364 128c1.84375 1.070312 4.039062 1.355469 6.097656.800781 2.054688-.554687 3.808594-1.910156 4.863282-3.761719l3.039062-5.359374c-4.4375-2.914063-9.03125-5.582032-13.761719-8l-3.199219 5.441406c-2.171874 3.824218-.847656 8.683594 2.960938 10.878906zm0 0" fill="#e59730"/><path d="m408 172c1.054688 1.851562 2.804688 3.207031 4.863281 3.761719 2.058594.554687 4.253907.265625 6.097657-.800781l5.4375-3.199219c-2.414063-4.730469-5.085938-9.324219-8-13.761719l-5.359376 3.039062c-1.863281 1.042969-3.234374 2.789063-3.804687 4.847657-.574219 2.058593-.296875 4.257812.765625 6.113281zm0 0" fill="#e59730"/><path d="m144 272c0 4.417969 3.582031 8 8 8h64c-6.90625-5.222656-15.339844-8.035156-24-8zm0 0" fill="#e59730"/><path d="m168 224c0 4.417969 3.582031 8 8 8h8c.007812-5.507812-1.136719-10.960938-3.359375-16h-4.640625c-4.417969 0-8 3.582031-8 8zm0 0" fill="#e59730"/><path d="m64 200h32c4.417969 0 8-3.582031 8-8h-48c0 4.417969 3.582031 8 8 8zm0 0" fill="#e59730"/><path d="m224 304h-24c-4.417969 0-8 3.582031-8 8h40c0-4.417969-3.582031-8-8-8zm0 0" fill="#e59730"/><path d="m288 288h176v176h-176zm0 0" fill="#e59730"/><path d="m320 288h144v144h-48c-53.019531 0-96-42.980469-96-96zm0 0" fill="#fcbc04"/><path d="m352 288h48v64h-48zm0 0" fill="#f9e109"/><path d="m352 408h-32c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h32c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0" fill="#a1d51c"/><path d="m336 440h-16c-4.417969 0-8-3.582031-8-8s3.582031-8 8-8h16c4.417969 0 8 3.582031 8 8s-3.582031 8-8 8zm0 0" fill="#a1d51c"/><path d="m360 400c0-4.417969-3.582031-8-8-8h-13.839844c4.191406 5.851562 9.019532 11.21875 14.398438 16 4.199218-.292969 7.453125-3.792969 7.441406-8zm0 0" fill="#c4f236"/></svg>
<p>See our support portal for personal account tickets and knownledged based question <a href="support.jakebook.com">support.jakebook.com</a></p>
</div>
</div>
</section>
<?php require 'footer.php' ?>
</html>