-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (221 loc) · 13.8 KB
/
index.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
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
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="x-icon" href="./assets/images/react.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tensile Tech | Plug & play</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<body>
<header>
<nav class="sticky">
<div class="logo">
<img src="./assets/images/tensiletech.png" alt="Logo">
</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#Services">Services</a></li>
<li><a href="#Clients">Client</a></li>
<li><a href="#Careers">Carrers</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="car" style="margin-top: 100px; ">
<div class="left">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0"
class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="d-block w-100">
<h2>We are your startup's tech plugin.</h2>
<p>We incubate startups and form meaningful teams in the process. Come find our
Exceptional Teammates among our community and connect with them.</p>
<a style="margin-top: 70px;" href="#about" class="btn btn-primary">Explore</a>
</div>
</div>
<div class="carousel-item">
<div class="d-block w-100">
<h2>Have an opensource project?</h2>
<p>Let us assist you in refining your open source project, transforming it into a
world-class endeavor. With our extensive network of talented developers and mentors,
we'll provide the support and guidance you need to unlock its full potential</p>
<a href="#Services" class="btn btn-primary">Find out more</a>
</div>
</div>
<div class="carousel-item">
<div class="d-block w-100">
<h2>Need a team?</h2>
<p>We incubate startups and form meaningful teams in the process. Come find our
Exceptional Teammates among our community and connect with them.</p>
<a style="margin-top: 70px;" href="#Contact" class="btn btn-primary">Contact us</a>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div ><img src="./assets/images/Capture.PNG" alt="img"></div>
</div>
<div id="about" style="margin-top: 100px;">
<h2>Why Tensile Tech?</h2>
<P>We are a team of skilled professionals specialized in areas such as Designing, Software Development,
Digital Marketing, Content Writing. We can help you create your digital presense by services such as
branding, website, SEO, Digital marketing etc. We can take care of all the complex technology involved
so that you can purely focus on your business!</P>
<p>Our experts boast extensive experience with popular tools and technologies, enabling them to craft
exceptional tech and digital solutions for startups.</p>
<ul class="technologies list-inline">
<li class="list-inline-item"><img style="height:50px" src="./assets/images/figma.png" alt="figma"></li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/wordpress.png"
alt="wordpress"></li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/react.png" alt="react"></li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/angular.png" alt="angular">
</li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/excel.png" alt="excel"></li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/ps.png" alt="ps"></li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/pr.png" alt="ps"></li>
<li class="list-inline-item"><img style="height:50px" src="./assets/images/gcp.png" alt="gcp"></li>
<li class="list-inline-item"><b>& many more!</b></li>
</ul>
<p>Our diverse team brings together a wide range of expertise crucial for driving technology and
digitization in startups, ensuring comprehensive solutions that fuel your success.</p>
</div>
<div id="Services">
<h2>Our Speciality</h2>
<p>We are specialized in Web/Mobile apps development.</p>
<!-- add img dic and respective disc -->
<div class="card1" style="width: 18rem;">
<img class="card-img-top" src="./assets/images/figure-1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title" style="font-weight: bold;">We Wireframe</h5>
<p class="card-text">we're here to assist you in planning and bringing your ideas to life through
prototypes and wireframes, setting the stage for remarkable solutions.</p>
</div>
</div>
<div class="card1" style="width: 18rem;">
<img class="card-img-top" src="./assets/images/figure-2.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title" style="font-weight: bold;">Code/ Develop</h5>
<p class="card-text">we can build exceptional platforms, products, and websites tailored
specifically for your business, setting the stage for remarkable growth and impact. </p>
</div>
</div>
<div class="card1" style="width: 18rem;">
<img class="card-img-top" src="./assets/images/figure-3.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title" style="font-weight: bold;">Deploy & Maintain</h5>
<p class="card-text">Our team of specialized architects and DevOps experts are here to meticulously
plan, deploy, and maintain your applications, ensuring cost-effective and optimal operations
that drive your business forward.</p>
</div>
</div>
</div>
<div id="Clients">
<h2>Our Clients & partners</h2>
<p>Our journey has been intertwined with young and promising startups, businesses, and institutions. As we
continue on this path, we eagerly anticipate welcoming more into our growing family.</p>
<!-- unorderd list of img item -->
<ul class="technologies list-inline">
<li class="list-inline-item"><img style="height:100px" src="./assets/images/temple.png" alt="temple">
</li>
<li class="list-inline-item"><img style="height:100px" src="./assets/images/fa.png"
alt="frameworks artist"></li>
<li class="list-inline-item"><img style="height:180px" src="./assets/images/cognoprime2.png"
alt="sociolit"></li>
<li class="list-inline-item"><img style="height:80px" src="./assets/images/dakshaprabha.png"
alt="dakshaprabha"></li>
<br>
<br>
<li class="list-inline-item"><img style="height:80px" src="./assets/images/uvce.jpg" alt="uvce"></li>
<li class="list-inline-item"><img style="height:80px" src="./assets/images/y!slely.png" alt="yisely">
</li>
<li class="list-inline-item"><img style="height:80px" src="./assets/images/iceas.png" alt="iceas"></li>
<li class="list-inline-item"><img style="height:80px" src="./assets/images/lokah.png" alt="lokah"></li>
<br>
<br>
<li class="list-inline-item"><img style="height:180px;" src="./assets/images/ithyadee_logo.png"
alt="ithyadee"></li>
<li class="list-inline-item"><img style="height:120px;margin-bottom:35px;"
src="./assets/images/wisdomfi_logo.jpg" alt="wisdomfi"></li>
</ul>
</div>
<div id="Careers">
<h2>Join Our Team</h2>
<p>At Tensile Tech, we don't just assess your resume or academics. We value your skills and passion, and if
we see the potential for you to make a difference in our startup, you're in!
Join us for a transformative journey where you'll have the opportunity to explore and collaborate with
numerous startups, working on projects that could redefine the industry.</p>
<b>We are looking for interns and professionals</b><br>
<!-- add div -->
<div id="botcard">
<div class="card" style="width: 18rem; background-color:rgb(92, 243, 92);">
<div class="card-body">
<h5 style="font-weight: bold;" class="card-title">Backend Developer</h5>
<li>CRUD Operations</li>
<li>Firebase / SQL databases</li>
<li>Nodejs / PHP</li>
<a style="margin-top: 70px;" href="#Contact" class="btn btn-primary">Get in Touch</a>
</div>
</div>
</div>
<div class="card" style="width: 18rem; background-color:rgb(0, 183, 255);">
<div class="card-body">
<h5 style="font-weight: bold;" class="card-title">Graphic Designer & UI/UX</h5>
<li>Adobe Illustrato</li>
<li>Adobe Photoshop</li>
<li>Adobe Premier Pro</li>
<li>Figma</li>
<a href="#Contact" class="btn btn-primary">Get in Touch</a>
</div>
</div>
<div class="card" style="width: 18rem; background-color: orangered;">
<div class="card-body">
<h5 style="font-weight: bold;" class="card-title">Operations Specialist</h5>
<li>Documentation tools</li>
<li> Communication skills</li>
<li>Task managemen</li>
<a style="margin-top: 70px;" href="#Contact" class="btn btn-primary">Get in Touch</a>
</div>
</div>
</div>
<div id="Contact" class="contact-wrapper" style="background: url(./assets/images/contactusfin.png);">
<h2>Contact Us</h2>
<p style="text-align: center;">We are extremely passionate in building startups from all around the world
and always keen to listen to ideas!, Get in touch today to get access to a passionate team.
call +91 7019347391</p>
<a class="btn btn-contact" href="mailto:connect@tensiletech.com">Drop a mail</a>
</div>
</main>
<footer>
<div class="container">
<small class="copyright">©Tensile Tech 2023</small>
</div>
</footer>
<!-- You can link to external JavaScript files or include scripts here -->
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
</body>
</html>