-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
59 lines (49 loc) · 2.41 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
<!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.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<title>Beyondspace</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a class="nav-link active" aria-current="page" href="index.html">Home</a></li>
<li><a class="nav-link" href="about.html">About</a></li>
<li><a class="nav-link" href="#">FAQs</a></li>
<li><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
<form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3">
<input type="search" class="form-control form-control-dark" placeholder="Search...">Search
</form>
<div class="text-end">
<button type="button" class="btn btn-outline-warning" data-bs-toggle="modal"
data-bs-target="#loginModal">Login</button>
<button type="button" class="btn btn-outline-warning" data-bs-toggle="modal"
data-bs-target="#signupModal">Sign-up</button>
</div>
</div>
</div>
</div>
</nav>
<main class="px-3">
<background-image: url('img_girl.jpg');>
<h1>Contact Us</h1>
<p class="lead">Here are our contacts. Feel free to hit us up anytime!</p>
<p class="lead">
<a href="#" class="https://github.com/salonisri1733">Saloni Srivastava</a>
<a href="#" class="https://github.com/sansriti14">Sansriti Maurya</a>
<a href="#" class="https://github.com/pranjulmishra1283">Pranjul Mishra</a>
<a href="#" class="https://github.com/sejal-sket">Sejal Sobhani</a>
</p>
</main>
<footer class="mt-auto text-black-50">
<p class="lead"> Here is our email Id - beyondspace@gmail.com </p>
</footer>
</background-image:>
</body>