-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.ejs
128 lines (111 loc) · 7.18 KB
/
contact.ejs
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<title>Contact Us - Chatbot</title>
<style>
body {
font-family: Arial, sans-serif;
background: url('https://img.freepik.com/free-vector/minimal-geometric-stripe-shape-background_1409-1014.jp');
background-size: cover;
color: #333;
height: 100vh;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
overflow: hidden;
background-color: #333;
}
ul li {
float: left;
}
ul li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
ul li a:hover {
background-color: #111;
}
.container {
margin-top: 60px;
text-align: center;
background-color:rgb(0, 0, 0,0.1);
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgb(0,0,0,0.1);
}
.social-media {
margin-top: 20px;
}
.social-media a {
margin: 0 10px;
text-decoration: none;
color: #555;
}
.social-media a svg {
width: 24px;
height: 24px;
transition: color 0.3s;
}
.social-media a:hover svg {
fill: #007bff;
}
<!-- .background-content{
color: white;
padding: 20px;
text-align: center;
background-color: rgb(0,0,0,0.5);
border-radius: 8px;
}
-->
footer{
text-align: center;
background-color: #333;
color: white;
padding: 10px 0;
}
</style>
</head>
<body>
<div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact Us</a></li>
</ul>
</div>
<div class="container">
<h3 style="color: #111;">Contact Us</h3>
<div class="social-media">
<a href="https://x.com/VPurbey123" target="_blank" aria-label="Twitter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#555">
<path
d="M22.46 6c-.77.35-1.6.58-2.47.69.88-.53 1.56-1.36 1.88-2.35-.82.49-1.73.85-2.7 1.05-.78-.84-1.89-1.36-3.12-1.36-2.37 0-4.29 1.91-4.29 4.28 0 .33.04.65.1.96C7.69 9.09 4.1 7.38 1.67 4.59c-.36.62-.57 1.34-.57 2.1 0 1.45.74 2.73 1.86 3.47-.68-.02-1.31-.21-1.86-.52v.05c0 2.02 1.44 3.7 3.35 4.08-.35.1-.72.15-1.1.15-.27 0-.53-.03-.79-.07.53 1.65 2.07 2.86 3.89 2.89-1.43 1.12-3.22 1.79-5.17 1.79-.34 0-.68-.02-1.01-.06 1.84 1.18 4.04 1.87 6.39 1.87 7.66 0 11.85-6.34 11.85-11.85l-.01-.54c.81-.59 1.51-1.34 2.07-2.19z" />
</svg>
</a>
<a href="https://www.instagram.com/vivi_52_83" target="_blank" aria-label="Instagram">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#555">
<path
d="M12 2.16c3.2 0 3.584.013 4.85.07 1.17.054 1.96.24 2.41.41.47.18.87.4 1.26.78.39.39.6.79.78 1.26.17.45.36 1.24.41 2.41.057 1.266.07 1.65.07 4.85s-.013 3.584-.07 4.85c-.054 1.17-.24 1.96-.41 2.41-.18.47-.4.87-.78 1.26-.39.39-.79.6-1.26.78-.45.17-1.24.36-2.41.41-1.266.057-1.65.07-4.85.07s-3.584-.013-4.85-.07c-1.17-.054-1.96-.24-2.41-.41-.47-.18-.87-.4-1.26-.78-.39-.39-.6-.79-.78-1.26-.17-.45-.36-1.24-.41-2.41-.057-1.266-.07-1.65-.07-4.85s.013-3.584.07-4.85c.054-1.17.24-1.96.41-2.41.18-.47.4-.87.78-1.26.39-.39.79-.6 1.26-.78.45-.17 1.24-.36 2.41-.41 1.266-.057 1.65-.07 4.85-.07m0-2.16c-3.25 0-3.67.012-4.95.07-1.28.058-2.16.26-2.92.55-.8.31-1.49.73-2.16 1.4-.67.67-1.09 1.36-1.4 2.16-.29.76-.49 1.64-.55 2.92-.057 1.28-.07 1.7-.07 4.95s.012 3.67.07 4.95c.058 1.28.26 2.16.55 2.92.31.8.73 1.49 1.4 2.16.67.67 1.36 1.09 2.16 1.4.76.29 1.64.49 2.92.55 1.28.057 1.7.07 4.95.07s3.67-.012 4.95-.07c1.28-.058 2.16-.26 2.92-.55.8-.31 1.49-.73 2.16-1.4.67-.67 1.09-1.36 1.4-2.16.29-.76.49-1.64.55-2.92.057-1.28.07-1.7.07-4.95s-.012-3.67-.07-4.95c-.058-1.28-.26-2.16-.55-2.92-.31-.8-.73-1.49-1.4-2.16-.67-.67-1.36-1.09-2.16-1.4-.76-.29-1.64-.49-2.92-.55-1.28-.057-1.7-.07-4.95-.07zm0 5.84c-3.39 0-6.15 2.76-6.15 6.15s2.76 6.15 6.15 6.15 6.15-2.76 6.15-6.15-2.76-6.15-6.15-6.15zm0 10.16c-2.2 0-3.99-1.79-3.99-3.99s1.79-3.99 3.99-3.99 3.99 1.79 3.99 3.99-1.79 3.99-3.99 3.99zm6.34-11.76c0 .79-.64 1.43-1.43 1.43s-1.43-.64-1.43-1.43.64-1.43 1.43-1.43 1.43.64 1.43 1.43z" />
</svg>
</a>
<a href="https://discord.com/channels/@me" target="_blank" aria-label="Discord">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#555">
<path
d="M20.317 4.369a19.791 19.791 0 00-4.885-1.515.074.074 0 00-.079.037c-.212.375-.447.864-.614 1.249-1.844-.276-3.68-.276-5.514 0-.173-.385-.414-.874-.629-1.249a.078.078 0 00-.078-.037c-1.697.296-3.367.821-4.885 1.515a.07.07 0 00-.032.028C.533 9.158-.319 13.642.099 18.057a.079.079 0 00.031.056c2.052 1.5 4.041 2.422 5.992 3.029a.077.077 0 00.084-.028c.462-.63.874-1.295 1.226-1.995a.076.076 0 00-.041-.103c-.652-.247-1.272-.547-1.872-.892a.077.077 0 01-.007-.133c.126-.093.252-.187.372-.287a.077.077 0 01.078-.01c3.927 1.793 8.18 1.793 12.061 0a.077.077 0 01.079.009c.12.1.246.195.372.288a.076.076 0 01-.006.133c-.6.345-1.22.645-1.872.891a.076.076 0 00-.041.104c.372.7.784 1.364 1.226 1.995a.077.077 0 00.084.028c1.951-.607 3.94-1.529 5.992-3.029a.077.077 0 00.031-.055c.5-5.068-.818-9.502-4.326-13.66a.067.067 0 00-.031-.029zm-11.31 9.64c-1.183 0-2.156-1.086-2.156-2.419 0-1.333.953-2.42 2.156-2.42 1.202 0 2.175 1.087 2.156 2.42 0 1.333-.953 2.419-2.156 2.419zm7.407 0c-1.183 0-2.156-1.086-2.156-2.419 0-1.333.953-2.42 2.156-2.42 1.202 0 2.175 1.087 2.156 2.42 0 1.333-.954 2.419-2.156 2.419z" />
</svg>
</a>
<a href="https://www.linkedin.com/in/vivek-kumar-purbey-3241a2259/" target="_blank" aria-label="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#555">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.761 0 5-2.239 5-5v-14c0-2.761-2.239-5-5-5zm-11 19h-3v-10h3v10zm-1.5-11.267c-.966 0-1.75-.784-1.75-1.75s.784-1.75 1.75-1.75 1.75.784 1.75 1.75-.784 1.75-1.75 1.75zm13.5 11.267h-3v-5.333c0-1.287-.027-2.944-1.794-2.944-1.794 0-2.068 1.4-2.068 2.844v5.433h-3v-10h2.881v1.381h.042c.401-.759 1.381-1.56 2.844-1.56 3.041 0 3.601 2.003 3.601 4.604v5.575z" />
</svg>
</a>