-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
180 lines (157 loc) · 6.57 KB
/
about.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
168
169
170
171
172
173
174
175
176
177
178
179
180
<!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">
<link rel="stylesheet" href="styles/master.css">
<link rel="stylesheet" href="styles/about.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico" sizes="16x16">
<title>Creinfia | About</title>
</head>
<body>
<!-- Scroll to top -->
<section class="scroll-to-top" id="scroll-top">
<a href="#top"><img src="images/scroll-to-top1.svg" alt="scroll"></a>
</section>
<!-- End Scroll to top -->
<!--top-container-->
<section class="main-section top-alt">
<!-- NavBar-->
<div class="navbar">
<table class="nav-table" width="100%" cellpadding="10">
<tr align="center">
<td width="30%" align="left"><a href="index.html"> <img src="images/logo.png" alt="LOGO"
class="nav-logo"> </a>
</td>
<td><a href="index.html" class="nav-links">Home</a></td>
<td><a href="about.html" class="nav-links">About</a></td>
<td><a href="services.html" class="nav-links">Services</a></td>
<td><a href="pricing.html" class="nav-links">Pricing</a></td>
<td width="10%"></td>
<td width="10%"><a href="contact.html" class="nav-links chips">CONTACT</a></td>
<td width="10%"><a href="login.html" class="nav-links chips">LOGIN</a></td>
</table>
</div>
<!--End Navbar -->
<div class="landing-text-2">
<h1>About Us</h1>
<!-- <h3>We love to find simple solutions to complex challenges</h3> -->
</div>
</section>
<!--End top-container-->
<!-- About Us -->
<section class="about" id="about">
<div class="about-image-container">
<img src="images/coworkers-about-us-2.jpg" alt="coworkers-working" class="about-image">
</div>
<div class="about-content">
<h1 class="grad-title"><span>Who we are</span></h1>
<p>We are a digital transformation consultancy and software development company that provides cutting
edge solutions, helping global companies and startups untangle complex issues. Since 2007 we have been
helping companies and established brands re-imagine their business
through digitalization.
</p>
</div>
</section>
<!-- End About-us -->
<hr class="separator" align="center">
<!-- Team -->
<section class="team-section">
<div class="team-container">
<div class="crew-cards">
<h1 class="grad-title"><span>Our CTO</span></h1>
<div>
<img src="images/dummy-image.jpg" alt="CTO" class="crew-image">
<h3>Bhargav Modak</h3>
</div>
</div>
<div class="crew-cards">
<h1 class="grad-title"><span>Our CEO</span></h1>
<div>
<img src="images/dummy-image.jpg" alt="CEO" class="crew-image">
<h3>Shridhar Khare</h3>
</div>
</div>
<div class="crew-cards">
<h1 class="grad-title"><span>Our CFO</span></h1>
<div>
<img src="images/dummy-image.jpg" alt="CFO" class="crew-image">
<h3>Rahul Worlikar</h3>
</div>
</div>
</div>
</section>
<!-- End Team -->
<!-- Newsletter -->
<section class="newsletter-container">
<div class="newsletter">
<h1>Subscribe To Our Newsletter</h1>
<div class="newsletter-content">
<input type="email" class="email-input" placeholder="Enter your email">
<a href="#" class="nav-links chips">Send</a>
</div>
</div>
</section>
<!-- End Newsletter -->
<!-- Footer -->
<footer>
<div class="footer-content">
<div class="footer-branding">
<img src="images/logo.png" alt="logo" class="footer-logo">
<h2>
<em>
Inifnite thoughts. <br> Infinite worlds. <br> Infinite possibilities.
</em>
</h2>
</div>
<div class="address">
<h3>Address</h3>
<address>
T : <a href="tel:123 456 789 0">123 456 789 0</a> <br>
<a href="tel:(+321) 123 456 789 0 ">(+321) 123 456 789 0 </a><br>
A : 80 Pine St. 10th Floor <br>
New York, NY 10005, USA <br>
</address>
<br>
<p>
<a href="mailto:[email protected]" target="_blank">E : [email protected]</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="footer-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="follow-us">
<h3>Follow Us</h3>
<ul>
<li><a href="https://www.instagram.com/" target="_blank">
<img src="images/instagram-logo.svg" alt="instagram"></a>
</li>
<li><a href="https://facebook.com/" target="_blank">
<img src="images/facebook-logo.svg" alt="facebook"></a>
</li>
<li><a href="https://twitter.com" target="_blank">
<img src="images/twitter-logo.svg" alt="twitter"></a>
</li>
<li><a href="https://youtube.com" target="_blank">
<img src="images/youtube-logo.svg" alt="youtube"></a></li>
</ul>
</div>
</div>
<div class="footer-credits">
<p>Copyright © 2022 Creinfia Inc</p>
<p>Made with ❤ by Shridhar Khare</p>
</div>
</footer>
<!-- End Footer -->
</body>
</html>