-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
117 lines (115 loc) · 5.99 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Navbar Icons library -->
<link rel="stylesheet" href="stylingcs.css">
<!--Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200&family=Merriweather:wght@300&display=swap" rel="stylesheet">
<!--Font Awesome Icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" integrity="sha512-Cv93isQdFwaKBV+Z4X8kaVBYWHST58Xb/jVOcV9aRsGSArZsgAnFIhMpDoMDcFNoUtday1hdjn0nGp3+KZyyFw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--Animation CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"/>
<title>Contact</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="Home.html"><img src="https://res.cloudinary.com/dxxysm630/image/upload/v1636997128/main_logo_mgi7bc.png" alt="Logo" width="260px"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Home.html"><i class="fas fa-house-user"></i> Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Menu.html"><i class="fas fa-coffee"></i> Menu</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="About.html"><i class="fas fa-info-circle"></i> About</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Team.html"><i class="fas fa-users"></i> Team</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Contact.html"><i class="fas fa-address-book"></i> Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid py-1">
<div class="row">
<div class="col px-0" id="contact_pic">
<img class="img-fluid" src="https://res.cloudinary.com/dxxysm630/image/upload/v1636997128/contact_mvypap.jpg" alt="contact_pic" width="100%">
</div>
</div>
</div>
<div class="container text-center my-3">
<div class="row">
<div class="col">
<p>We love to hear from you as you are the heart of our organization
<br>
Follow us for updates on:
</p>
<div class="icons">
<a href="https://www.facebook.com" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.snapchat.com" target="_blank"><i class="fab fa-snapchat"></i></a>
<a href="https://www.instagram.com" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
<br>
<p> Contact number : + 49157312345
<br>
PLZ: 00100, Hamburg
</p>
<a href="mailto:customerservice@mkb.com">Email us here</a>
<br>
<p>
<br>
You may leave your comments below, our dedicated
team will be happy to revert to you at the earliest!</p>
</div>
</div>
</div>
<form class="comments-form">
<div class="comments-group">
<label>Name: </label>
<input type="text" name="name" placeholder="Firstname Surname">
</div>
<div class="comments-group">
<label>Phone: </label>
<input type="text" name="Phone" placeholder="+49***********">
</div>
<div class="comments-group">
<label>Email: </label>
<input type="text" name="Emailaddress" placeholder="JaneDoe@email.com">
</div>
<div class="comments-group">
<label>Comments: </label>
<textarea name="comments"></textarea>
</div>
<input class="button" type="submit" value="Submit" name="Submit">
</form>
<footer>
<div class="container" id="mainfooter">
<p id="copyrights">Copyright © MKB Enterprises LLC 2021.</p>
</div>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
-->
</body>
</html>