-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
142 lines (130 loc) · 6.24 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
<!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">
<title>Contact Page</title>
<!-- link to custom bootstrap css -->
<link rel="stylesheet" href="./assets/css/custom.css">
<!-- link to home css -->
<link rel="stylesheet" href="./assets/css/home.css">
<!-- font awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- google font inter cdn link -->
<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=Inter:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- google font opensan cdn link -->
<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=Inter:wght@100;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap" rel="stylesheet">
<!-- scroll reveal cdn -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- dashboard css -->
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
</head>
<body>
<!-- navbar start -->
<nav class="navbar nav-container">
<div class="container-fluid">
<a class="navbar-brand ms-5" href="./index.html"><img width="60" src="./assets/images/logo/logo.png" alt=""></a>
<ul class="">
<li class="nav-item fw-semibold">
<a class="nav-link " href="./index.html">Home</a>
</li>
<li class="nav-item fw-semibold ">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item fw-semibold">
<a class="nav-link nav-active" aria-current="page" href="#">Contact</a>
</li>
<li class="nav-item fw-semibold d-md-none">
<a class="nav-link" href="./view/login.html">Login</a>
</li>
<li class="nav-item fw-semibold d-md-none">
<a class="nav-link" href="./view/signup.html">Signup</a>
</li>
<i class="fa-solid fa-xmark btn-close-menu"></i>
</ul>
<i class="fa-solid fa-bars btn-open-menu"></i>
<div class="d-flex me-4 btn-auth">
<a href="./view/login.html" class="btn btn-primary btn-login px-4 py-2 fw-semibold me-2">Login</a>
<a href="./view/signup.html" class="btn btn-outline-primary btn-register px-4 py-2 fw-semibold border border-2 border-primary">Register</a>
</div>
</div>
</nav>
<!-- navbar end -->
<!-- contact form start -->
<div class="contact-form py-5 ">
<div class="container-lg">
<div class="row px-2">
<div class="col-md-4 offset-md-1 px-4 contact-left">
<div class="contact-item d-flex mb-4 ">
<div class="icon text-primary fs-4">
<i class="fa-solid fa-phone"></i>
</div>
<div class="text ms-3">
<div class="fs-5 text-dark">Phone</div>
<div class="text-muted">09950214146</div>
</div>
</div>
<div class="email d-flex mb-4">
<div class="icon text-primary fs-4">
<i class="fa-solid fa-envelope"></i>
</div>
<div class="text ms-3">
<div class="fs-5 text-dark">Email</div>
<div class="text-muted">[email protected]</div>
</div>
</div>
<div class="address d-flex mb-4">
<div class="icon text-primary fs-4">
<i class="fa-solid fa-map-location-dot"></i>
</div>
<div class="text ms-3">
<div class="fs-5 text-dark">Address</div>
<div class="text-muted">Yangon</div>
</div>
</div>
</div>
<div class="col-md-7 contact-right">
<div class="row mb-3">
<div class="col-lg-6">
<input type="text" placeholder="Your Name" class=" form-control mb-3 mb-lg-0 form-control-lg bg-white text-primary fs-6 border-2">
</div>
<div class="col-lg-6">
<input type="text" placeholder="Your Email" class=" form-control form-control-lg bg-white text-primary fs-6 border-2">
</div>
</div>
<div class="row mb-3">
<div class="col-lg-12">
<input type="text" placeholder="Subject" class="form-control form-control-lg bg-white text-primary fs-6 border-2">
</div>
</div>
<div class="row mb-3">
<div class="col-lg-12">
<textarea class="form-control form-control-lg bg-white text-primary fs-6 border-2" placeholder="Text anything you want to say..." cols="30" rows="10"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">Send Message <i class="fa-solid fa-paper-plane ms-2"></i></button>
</div>
</div>
</div>
</div>
<!-- contact form end -->
<!-- bootstrap js cdn -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
<!-- jquery minified cdn -->
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<!-- home js src here -->
<script src="./assets/js/home.js"></script>
<!-- scroll reveal script src here -->
<script src="./assets/js/scrollreveal.js"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script src="./assets/js/middleware.js"></script>
</body>
</html>