-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
161 lines (154 loc) · 8.12 KB
/
contact.html
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="seahorse png.png">
<title>Contact</title>
</head>
<body>
<header class="header">
<section class="flex">
<div id="menu-btn" class="fas fa-bars-staggered"></div>
<a href="index.html" class="logo"><i class="fas fa-briefcase"></i>Kaiba Job Portal</a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="jobs.html">Job Listings</a>
<a href="contact.html">Contact Us</a>
<a href="about.html">About Us</a>
</nav>
<a href="apply.html" class="btn" style="margin-top: 0;">Apply Now!</a>
</section>
</header>
<div class="contact-container">
<h1 class="contact-title">Connect with Us!</h1>
<p class="contact-subtitle">Have Questions or Concerns? Contact Us Here</p>
<div class="contact-box">
<div class="contact-left">
<h3 class="contact-subject">Send Your Request</h3>
<form action="https://formsubmit.co/[email protected]" method="POST">
<div class="input-row">
<div class="input-group">
<label class="contact-desc">Name</label>
<input class="contact-input" type="text" name="name" placeholder="Name" required>
</div>
<div class="input-group">
<label class="contact-desc">Email</label>
<input class="contact-input" type="email" name="email" placeholder="Email" required>
</div>
</div>
<label class="contact-desc">Message</label>
<textarea class="issue-desc" name="desc" rows="10" col="30" placeholder="Describe Your Concerns Here: "></textarea>
<button class="contact-submit" type="submit">Submit</button>
</form>
</div>
<div class="contact-right">
<h3 class="subject-right">Other Contacts</h3>
<div id="wheel">
<div id="hub">
<img src="seahorse png.png">
</div>
<div id="spoke-wrapper">
<div class="spoke" id="spoke-1">
<a href="tel:+16266833309">
<svg width="191" height="167" viewBox="0 0 191 167">
<defs>
<linearGradient
x1="233.7%"
y1="382.4%"
x2="0%"
y2="50%"
id="msg_lg"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#fff" offset="0%"></stop>
<stop stop-color="#fff" offset="32.4113176%"></stop>
<stop stop-color="#eee" offset="61.9528277%"></stop>
<stop stop-color="#eee" offset="100%"></stop>
</linearGradient>
</defs>
<g fill="url(#msg_lg)">
<rect x="0" y="0" width="191" height="120" rx="32"></rect>
<path d="M39 119V167l65-48"></path>
</g>
</svg>
</a>
</div>
<div class="spoke" id="spoke-2">
<a href="mailto:[email protected]">
<svg width="200" height="140" viewBox="0 0 200 140">
<defs>
<linearGradient x1="50%" y1="-57%" x2="50%" y2="100%" id="env_lg">
<stop stop-color="#1a66ff" offset="0%"></stop>
<stop stop-color="#1a66ff" offset="100%"></stop>
</linearGradient>
</defs>
<rect
id="Rectangle"
fill="url(#env_lg)"
x="0"
y="0"
width="200"
height="140"
rx="8.9"
></rect>
<path
opacity="0.5"
fill="none"
stroke="#362140"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
d="M11.1 9.5l88.9 76.7l88.9 -76.7m0 116l-65 -55m-112.8 55l65 -55"
></path>
</svg>
</a>
</div>
<div class="spoke" id="spoke-3">
<a href="https://www.yelp.com/biz/kaiba-japanese-ramen-sushi-and-grill-anaheim-2" target="_blank"><img class="logo-img" src="yelp.png"></a>
</div>
<div class="spoke" id="spoke-4">
<a href="https://www.ubereats.com/store/kaiba-japanese-ramen-sushi-%26-grill-n-euclid-st/gx0yNVCMSpKTB260HpqrHg" target="_blank"><img class="logo-img" src="ubereats.png"></a></td>
</div>
<div class="spoke" id="spoke-5">
<a href="https://www.doordash.com/store/kaiba-japanese-restaurant-anaheim-587415/?event_type=autocomplete&pickup=false" target="_blank"><img class="logo-img" src="doordash.png"></a></td>
</div>
<div class="spoke" id="spoke-6" role="img" xmlns="http://www.w3.org/2000/svg">
<a href="https://www.grubhub.com/restaurant/kaiba-japanese-restaurant---anaheim-820-n-euclid-st-anaheim/1240792" target="_blank"><img class="logo-img" src="grubhub.png"></a></td>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<section class="grid">
<div class="box">
<h3>Quick Links</h3>
<a href="index.html"><i class="fas fa-angle-right"></i> Home</a>
<a href="about.html"><i class="fas fa-angle-right"></i> About</a>
<a href="jobs.html"><i class="fas fa-angle-right"></i> Job Listings</a>
<a href="contact.html"><i class="fas fa-angle-right"></i> Contact Us</a>
<a href="apply.html"><i class="fas fa-angle-right"></i> Apply Now!</a>
</div>
<div class="box">
<h3>Locations</h3>
<a href="about.html"><i class="fas fa-angle-right"></i> Anaheim</a>
<a href="about.html"><i class="fas fa-angle-right"></i> Monterey Park</a>
<a href="about.html"><i class="fas fa-angle-right"></i> Pasadena</a>
</div>
<div class="box">
<h3>Follow Us!</h3>
<a href="#"><i class="fab fa-facebook-f"></i> Facebook</a>
<a href="#"><i class="fab fa-twitter"></i> X (Twitter)</a>
<a href="#"><i class="fab fa-instagram"></i> Instagram</a>
<a href="#"><i class="fab fa-linkedin"></i> LinkedIn</a>
<a href="#"><i class="fa-brands fa-yelp"></i> Yelp</a>
</div>
</section>
<div class="credit">© Copyright @2024 By <span>Kaiba Japanese Ramen, Sushi & Grill</span> | All Rights Reserved</div>
</footer>
<script src="script.js"></script>
</body>
</html>