-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathcontact.html
222 lines (200 loc) · 8.39 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Explore the greatness of Lionel Messi – the football legend. Get the latest news, stats, and updates.">
<meta name="keywords" content="Messi, Lionel Messi, football, soccer, fanpage">
<meta name="author" content="Soumyajit Mondal">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://main--ephemeral-crisp-f58c49.netlify.app/">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Messi Mania">
<meta property="og:description"
content="Explore the greatness of Lionel Messi – the football legend. Get the latest news, stats, and updates.">
<meta property="og:image" content="URL to an image">
<meta property="og:url" content="https://main--ephemeral-crisp-f58c49.netlify.app/">
<title>MESSI MANIA | HOME</title>
<link rel="stylesheet" href="aos/aos.css" />
<script src="aos/aos.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="Image/favicon/apple-touch-icon.webp">
<link rel="icon" type="image/png" sizes="32x32" href="Image/favicon/favicon.webp">
<link rel="icon" type="image/png" sizes="16x16" href="Image/favicon/favicon.webp">
<link rel="manifest" href="Image/favicon/site.webmanifest">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./timeline.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=El+Messiri:wght@600&family=Righteous&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- linking css file to html file -->
<style>
body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background-color: #1c1d1e;
color: #333;
overflow: hidden;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
min-height: 100vh;
margin-top: 30px;
margin-bottom: 0px;
padding: 20px;
}
.form-section {
flex: 1;
max-width: 400px;
padding: 30px;
}
.form-section h1 {
margin-bottom: 20px;
font-size: 2.5em;
color: #f4f7fb;
font-weight: 500;
text-align: center;
font-family:Georgia, 'Times New Roman', Times, serif
}
.form-section input, .form-section textarea {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 1em;
}
.form-section button {
width: 100%;
padding: 10px;
background: #9fa3a8;
color: #030303;
border: none;
border-radius: 8px;
font-size: 1em;
cursor: pointer;
transition: background 0.3s ease;
}
.form-section button:hover {
background: rgb(201, 193, 193);
color: black;
}
.info-section {
text-align: left;
margin-top: 30px;
}
.info-section p {
font-size: 1.1em;
line-height: 1.6;
color: #333;
}
.illustration-section {
flex: 1;
max-width: 500px;
display: flex;
justify-content: center;
align-items: center;
}
.illustration-section img {
max-width: 900px;
height:500px;
}
.social-links {
margin-top: 20px;
text-align: center;
}
.social-links a {
margin: 0 10px;
font-size: 1.5em;
color: white;
text-decoration: none;
transition: transform 0.3s ease , color 0.3s ease;
}
.social-links a:hover {
color: rgb(220, 207, 207);
transform: scale(1.1);
}
@media (max-width: 768px) {
.container {
flex-direction: column;
text-align: center;
}
.illustration-section {
margin-bottom: 20px;
}
.info-section {
margin-top: 20px;
}
}
</style>
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbar" class="navbar">
<nav class="nav-2">
<!-- <div class="div-bg"></div> -->
<div class="logo">
<img src="./Image/cropped-messi-logo-01.webp" alt="Messi">
<a href="#" class="a-name">Messi Mania</a>
</div>
<div class="div-navbar">
<a href="index.html" class="a-home"><i class="fa fa-home"></i> Home</a>
<a href="index.html#STATS" class="a-stats"><i class="fa fa-trophy" aria-hidden="true"></i> Stats</a>
<a href="index.html#VIDEOS" class="a-photos"><i class="fa fa-photo"></i> Videos</a>
<a href="index.html#PHOTOS" class="a-photos"><i class="fa fa-photo"></i> Photos</a>
<a href="contact.html" class="a-contact"> Contact</a>
<a href="index.html#MORE" class="a-more"><i class="fa fa-info-circle"></i> More</a>
</div>
<div class="bar"><i class="fa-solid fa-bars"></i></div>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<!--# Navbar #-->
</nav>
<div class="container">
<div class="illustration-section">
<img src="image.png" alt="Contact Illustration">
</div>
<div class="form-section">
<h1>Wanna drop a message for Messi?</h1>
<form action="/submit-contact" method="POST">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" rows="5" placeholder="Your Message" required></textarea>
<button type="submit">Send Message</button>
</form>
<div class="social-links">
<a href="https://facebook.com" target="_blank" title="Facebook"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com" target="_blank" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://linkedin.com" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<script src="./app.js"></script>
</body>
</html>