-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact-us.html
167 lines (155 loc) · 6.79 KB
/
contact-us.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
<!doctype html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<title>Contact us | Budget Buddy</title>
<link rel="icon" type="image/x-icon" href="Images/rounded-1.png">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-white fixed-top navbar-light p-3 shadow-sm">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="image/logo.jpeg" alt="logo" style="height: 60px;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link mx-2 text-uppercase" href="index.html">Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link mx-2 text-uppercase" href="about-us.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link mx-2 text-uppercase" href="contact-us.html">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="loan-tracker.html">Calculate Loan Interest</a>
</li>
</ul>
<ul class="navbar-nav">
</ul>
</div>
</div>
</nav>
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
</header>
<main>
<div class="container" style="margin-top: 50px;">
<div class="row">
<div class="col-lg-12">
<h1 style="font-size: 50px; font-weight: bolder; padding-top: 100px;">Contact Budget Buddy</h1>
<p>We appreciate your interest in Budget Buddy. Please select from the options below.</p>
</div>
</div>
<div class="row py-5">
<div class="col-lg-12">
<h2 style="font-weight: bolder;">General Inquiries</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3 style="font-weight: bolder;">+91 9661522858</h3>
<p>Toll-free from India</p>
</div>
<div class="col-md-4">
<h3 style="font-weight: bolder;">Find Office Location</h3>
<p>Modinagar Gaziyabad, Delhi NCR</p>
</div>
</div>
<div class="container py-5">
<div class="row">
<div class="col-lg-12">
<h2 style="font-weight: bolder;" class="text-center">Send us a question</h2>
</div>
<div class="row">
<p>
Thank you for your interest in Budget Buddy's services. Please provide the following information about your
business needs to help us serve you better. This information will enable us to route your request to the
appropriate person. You should receive a response within one to two business days.
</p>
<h6>All fields are required when completing this form.</h6>
</div>
</div>
<form class="py-4">
<div class="mb-3">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name">
</div>
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" id="email">
<div class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="mb-3">
<label for="phone" class="form-label">Phone Number</label>
<input type="tel" class="form-control" id="phone">
</div>
<div class="mb-3">
<label for="comment" class="form-label">How can we help you?</label>
<textarea class="form-control" rows="5" id="comment"></textarea>
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="privacyCheck">
<label class="form-check-label" for="privacyCheck">
I agree to the use or processing of my personal information by Budget Buddy for the purpose of fulfilling
this request and in accordance with Budget Buddy’s Privacy Statement
</label>
</div>
<button type="submit" class="btn btn-primary px-5 my-4">Submit</button>
</form>
</div>
</div>
</main>
<footer class="container-fluid text-lg-start text-muted">
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<div>
<a href="https://www.linkedin.com/in/jairaosahab" class="me-4 text-reset">
<i class="bi bi-linkedin"></i>
</a>
<a href="https://www.linkedin.com/in/aditiarya294" class="me-4 text-reset">
<i class="bi bi-linkedin"></i>
</a>
<a href="https://github.com/jaipeee" class="me-4 text-reset">
<i class="bi bi-github"></i>
</a>
<a href="https://github.com/aditi29400" class="me-4 text-reset">
<i class="bi bi-github"></i>
</a>
</div>
</section>
<section class="mt-5">
<div class="container text-center text-md-start">
<div class="row">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">
<img src="image/logo.jpeg" alt="" style="height: 50px;">
</h6>
<p>"Track your expenses today, build your freedom tomorrow."</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="bi bi-house"></i> SRM Institute Of Science and Technology, Delhi-NCR</p>
<p><i class="bi bi-envelope"></i> [email protected] | [email protected]</p>
<p><i class="bi bi-telephone"></i> +91 9661522858</p>
</div>
</div>
</div>
</section>
<div class="text-center p-4">
© 2024 Copyright: Jaipratap Raj & Aditi Arya - Budget Buddy
</div>
</footer>
</body>
</html>