-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (217 loc) · 8.03 KB
/
Copy pathindex.html
File metadata and controls
233 lines (217 loc) · 8.03 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BMA Information System</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<link rel="stylesheet" href="main.css">
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="logo"><span>BMA</span> Information System</div>
<div class="nav-links">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Our Projects</a>
<i class="fas fa-search search-icon"></i>
<button class="btn">Get in touch</button>
</div>
</div>
<!-- Hero Section -->
<section class="hero">
<div class="hero-text">
<p>Home > About us</p>
<h1>We help you<br>to build your<br><strong>Projects</strong></h1>
<p>Enthusiastically extend extensive customer service before best-of-breed convergence completely.</p>
<button class="btn">Get a Quote</button>
</div>
<div class="hero-image">
<img
src="https://www.shutterstock.com/image-photo/portrait-happy-asian-businesswoman-using-600nw-1069917917.jpg" />
</div>
</section>
<!-- Trusted Companies Section -->
<div class="flex-container">
<h6>Trusted by top-tier teams worldwide</h6>
<div>Netflix</div>
<div>Buffer</div>
<div>Stripe</div>
<div>Framer</div>
<div>Hubspot</div>
<div>Dropbox</div>
</div>
<div class="container">
<!-- Section 1: Why Choose Us -->
<div class="section">
<div class="image">
<img
src="https://media.istockphoto.com/id/622042684/photo/group-work.jpg?s=612x612&w=0&k=20&c=MliykSWRhaoWHA3UlTnRaTQdCDvUPJK10H3adxcRhDE=" />
</div>
<div class="text">
<h2>About Us</h2>
<h1>Why <a href="#" style="color:#007bff; text-decoration:none;">Choose Us?</a></h1>
<p>Our team is here to give you personalized support within the hour available 24/7. In accordance with our
commitment to providing superior and professional service. Join daily live webinars, watch our tutorials, or
browse through our knowledge base.</p>
<a href="#" class="btn">Read More</a>
<div class="stats">
<div class="stat">
<h3>200+</h3>
<p>Team members</p>
</div>
<div class="stat">
<h3>900+</h3>
<p>Client review</p>
</div>
<div class="stat">
<h3>20+</h3>
<p>Complete project</p>
</div>
</div>
</div>
</div>
<!-- Section 2: Work Place -->
<div class="section reverse" style="background-color: #eaf6ff; padding: 40px; border-radius: 10px;">
<div class="image">
<img src="https://www.theamericanacademy.com/cdn/shop/articles/taa_blog_post_image_800x.png?v=1608662368" />
</div>
<div class="text">
<h2 style="color:#007bff;">Work Place</h2>
<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s...</p>
</div>
</div>
</div>
<section class="team-section">
<h4 class="subheading">OUR CREATIVE TEAM</h4>
<h2 class="heading">Experience & Our <span class="highlight">Professionals Team</span></h2>
<div class="team-container">
<div class="team-member">
<img src="img/Dhurv.jpeg">
<h3>Dhruv</h3>
<p class="role">CEO - Mac Informations</p>
<p>CEO & Owner of Mac Information Systems</p>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="team-member">
<img src="img/sam.jpeg" />
<h3>Samantha</h3>
<p class="role">Senior Software Developer</p>
<p>I'm sam. Coding passion drives my tech journey</p>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="team-member">
<img src="img/dhanush.jpeg" />
<h3>Dhanush</h3>
<p class="role">Junior Software Developer</p>
<p>Coding passion drives my tech journey</p>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="team-member">
<img src="img/saipallavi.webp" />
<h3>Sai Pallavi</h3>
<p class="role">Web Designer</p>
<p>Right now, I'm working at G Tec as Web Designer, BDE & Tutor.</p>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</section>
<meta charset="UTF-8">
<title>Why Work With Us</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<!-- Original Content -->
<section class="why-us">
<h2>Why work with us</h2>
<div class="cards">
<div class="card">
<span class="tag purple">Lorem Ipsum</span>
<h3>Lorem Ipsum</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="card">
<span class="tag red">Lorem Ipsum</span>
<h3>Lorem Ipsum</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="card">
<span class="tag green">Lorem Ipsum</span>
<h3>Lorem Ipsum</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<section class="project-prompt">
<div class="prompt-text">
<h2>Do you have a project in mind?</h2>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit amet diam in est pharetra porttitor libero.</p>
</div>
<div class="prompt-button">
<blockquote><button>Let's talk</button></blockquote>
</div>
</section>
</section>
<!-- Footer Section -->
<footer>
<div class="footer-column">
<h4><span style="color:#007bff;">BMA</span> Information System</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Molestie nulla massa fringilla.</p>
<div class="social-icons">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-whatsapp"></i></a>
<a href="#"><i class="fab fa-behance"></i></a>
</div>
</div>
<div class="footer-column">
<h4>Menu</h4>
<ul>
<li>Home</li>
<li>About Us</li>
<li>Blog</li>
<li>Blog Post</li>
<li>Contact</li>
</ul>
</div>
<div class="footer-column">
<h4>Utility Pages</h4>
<ul>
<li>Start Here</li>
<li>Styleguide</li>
<li>Password Protected</li>
<li>404 Not Found</li>
<li>Licenses</li>
</ul>
</div>
<div class="footer-column newsletter">
<h4>Subscribe to our newsletter</h4>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit am dolor sit.</p>
<input type="email" placeholder="Enter your email">
<br>
<button>Subscribe</button>
</div>
</footer>
</body>
</html>