-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
166 lines (161 loc) · 8.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WebDevBootcamp</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.3.0/mdb.min.css"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg position-absolute w-100 navbar-light bg-light">
<div class="container">
<a class="navbar-brand text-danger fw-bold" href="./index.html">WebDevBootcamp</a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Contact</a>
</li>
</ul>
<form class="d-flex input-group w-auto">
<input type="search" class="form-control" placeholder="Search for courses" aria-label="Search" />
<button class="btn btn-danger" type="button" data-mdb-ripple-color="dark">Search</button>
</form>
</div>
</div>
</nav>
<div class="contact-page-hero smaller-hero p-5 text-center bg-image mt-5">
<div class="medium-mask">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="container text-white">
<h1 class="hero-title text-capitalize mb-3">Contact us</h1>
</div>
</div>
</div>
</div>
</header>
<div class="container py-5">
<div class="d-flex flex-column-reverse flex-xl-row">
<div class="col-12 col-xl-6 d-flex justify-content-center">
<img src="./images/contact-img.jpg" class="img-fluid rounded mt-5 mt-xl-0 w-75" alt="contact">
</div>
<div class="col-12 col-xl-6 d-flex flex-column">
<h2 class="text-center fs-1 mt-5">We'd love to hear from you</h2>
<p class="mb-5 text-center w-75 mx-auto">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Earum optio delectus iste rerum ducimus, voluptas est, debitis veniam adipisci quas omnis ipsa voluptatem rem repellendus provident temporibus expedita consequatur vel?</p>
<form class="contact-form m-auto mt-0">
<div class="form-outline mb-4">
<input type="text" id="form4Example1" class="form-control">
<label class="form-label" for="form4Example1">Name</label>
</div>
<div class="form-outline mb-4">
<input type="email" id="form4Example2" class="form-control">
<label class="form-label" for="form4Example2">Email address</label>
</div>
<div class="form-outline mb-4">
<input type="number" id="form6Example6" class="form-control">
<label class="form-label" for="form6Example6">Phone</label>
</div>
<div class="form-outline mb-4">
<input type="text" id="form6Example4" class="form-control">
<label class="form-label" for="form6Example4">Address</label>
</div>
<div class="form-outline mb-4">
<textarea class="form-control" id="form4Example3" rows="4"></textarea>
<label class="form-label" for="form4Example3">Message</label>
</div>
<div class="d-flex justify-content-center">
<button type="submit" class="btn btn-danger btn-lg">Submit</button>
</div>
</form>
</div>
</div>
</div>
<footer class="text-center text-lg-start bg-light text-muted">
<div class="container text-center text-md-start pt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">Useful links</h6>
<p>
<a href="./index.html" class="text-reset">Home</a>
</p>
<p>
<a href="./courses.html" class="text-reset">Courses</a>
</p>
<p>
<a href="./about.html" class="text-reset">About</a>
</p>
<p>
<a href="#" class="text-reset">Contact</a>
</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">Our courses</h6>
<p>
<a href="#" class="text-reset">Web development</a>
</p>
<p>
<a href="#" class="text-reset"> Web design</a>
</p>
<p>
<a href="#" class="text-reset">UX/UI</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p>
<i class="fas fa-home me-3"></i> 20 Street Name, London
</p>
<p>
<i class="fas fa-envelope me-3"></i> [email protected]
</p>
<p>
<i class="fas fa-phone me-3"></i> 0200300400
</p>
<p>
<i class="fas fa-print me-3"></i> 0200300500
</p>
</div>
</div>
</div>
<div class="light-mask text-center p-4">
© 2023 Copyright:
<span class="fw-bold">Ionut Cora</span>
</div>
</footer>
<script src="" async defer></script>
<!-- MDB -->
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.3.0/mdb.min.js"
></script>
</body>
</html>