-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (253 loc) · 9.39 KB
/
index.html
File metadata and controls
253 lines (253 loc) · 9.39 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Home - Tecxick Software Solutions</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap"
/>
<link rel="stylesheet" href="assets/fonts/ionicons.min.css" />
<link rel="stylesheet" href="assets/css/styles.min.css" />
<link rel="stylesheet" href="assets/css/aos.min.min.css" />
</head>
<body>
<nav
class="navbar navbar-light navbar-expand-lg fixed-top bg-white portfolio-navbar"
>
<div class="container">
<img
class="img-fluid"
src="assets/img/logo.svg"
width="40"
style="margin-right: 10px"
/><a class="navbar-brand logo" href="#">Tecxick Software Solutions</a
><button
data-bs-toggle="collapse"
class="navbar-toggler"
data-bs-target="#navbarNav"
>
<span class="visually-hidden">Toggle navigation</span
><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects-grid-cards.html">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="page lanidng-page">
<section class="portfolio-block block-intro">
<div class="container">
<div
data-aos="fade"
class="avatar"
style="
background-image: url('assets/img/Tecxick%20Software%20Logo.svg');
"
></div>
<div data-aos="fade-up" class="about-me">
<p>
Transform your online presence with our custom website design
packages. From modern designs to seamless user experiences, we've
got you covered. Get started today and take your business to the
next level!
</p>
<a
class="btn btn-outline-primary"
role="button"
href="tel:+94704982367"
>Contact Us</a
>
</div>
</div>
</section>
<section class="portfolio-block photography">
<div class="container" data-aos="fade">
<div class="row g-0">
<div
class="col-md-6 col-lg-4 item zoom-on-hover"
data-aos="zoom-in"
style="background: rgb(255, 255, 255)"
>
<a href="projects-grid-cards.html"
><img class="img-fluid image" src="assets/img/210532.png"
/></a>
</div>
<div
class="col-md-6 col-lg-4 item zoom-on-hover"
data-aos="zoom-in"
data-aos-delay="100"
>
<a href="projects-grid-cards.html"
><img class="img-fluid image" src="assets/img/Landing24345.png"
/></a>
</div>
<div
class="col-md-6 col-lg-4 item zoom-on-hover"
data-aos="zoom-in"
data-aos-delay="200"
>
<a href="projects-grid-cards.html"
><img class="img-fluid image" src="assets/img/taxinrides-m.png"
/></a>
</div>
</div>
</div>
</section>
<section class="portfolio-block call-to-action border-bottom">
<div class="container">
<div
class="d-flex justify-content-center align-items-center content"
data-aos="fade-up"
>
<h3>Like what you see?</h3>
<button
class="btn btn-outline-primary btn-lg"
type="button"
data-bs-target="tel:+94704982367"
>
Contact us
</button>
</div>
</div>
</section>
<section class="portfolio-block skills">
<div class="container">
<!-- Start: portfolio heading -->
<div class="heading"><h2 data-aos="fade">Services</h2></div>
<!-- End: portfolio heading -->
<div class="row">
<div class="col-md-4" data-aos="fade">
<div class="card special-skill-item border-0">
<div class="card-header bg-transparent border-0">
<i
class="icon ion-ios-world"
style="background: rgb(2, 119, 189)"
></i>
</div>
<div class="card-body">
<h3 class="card-title">Web Development</h3>
<p class="card-text" data-aos="fade-up">
Stand out from the crowd with our custom website design
service. We'll create a unique and stunning website that
reflects your brand's personality and values, all while
ensuring a seamless user experience for your customers.
</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade">
<div class="card special-skill-item border-0">
<div class="card-header bg-transparent border-0">
<i
class="icon ion-ios-lightbulb-outline"
style="background: rgb(2, 119, 189)"
></i>
</div>
<div class="card-body">
<h3 class="card-title">Prototype Design</h3>
<p class="card-text" data-aos="fade-up">
Our prototyping services help bring your ideas to life. From
concept to reality, we create functional and visually
appealing prototypes to test and refine your product.
</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade">
<div class="card special-skill-item border-0">
<div class="card-header bg-transparent border-0">
<i
class="icon ion-ios-monitor-outline"
style="background: rgb(2, 119, 189)"
></i>
</div>
<div class="card-body">
<h3 class="card-title">Custom Software Develoment</h3>
<p class="card-text" data-aos="fade-up">
Looking for a unique software solution tailored to your
business needs? Our team of expert developers can create
custom software solutions to help you streamline processes,
increase efficiency, and achieve your goals.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<section class="portfolio-block website gradient">
<div class="container">
<div class="row align-items-center">
<div
class="col-md-12 col-lg-5 offset-lg-1 text"
data-aos="fade-right"
>
<h3>Lets bring your Idea in to a reality!</h3>
<p>
At Tecxick, we're passionate about turning your ideas into
reality. With our expert team of developers and designers, we'll
bring your vision to life with innovative solutions and seamless
experiences.
</p>
<span style="font-size: 21px"
><a href="#" style="text-decoration: none; color: white"
><i
class="icon ion-social-whatsapp-outline"
style="margin-right: 10px; font-size: 21px"
></i
><span style="color: rgb(255, 255, 255)"
>+94 70 498 2367</span
></a
></span
>
</div>
<div class="col-md-12 col-lg-5" data-aos="fade-left">
<div class="portfolio-laptop-mockup">
<div class="screen">
<div
class="screen-content"
style="background-image: url('assets/img/210532.png')"
></div>
</div>
<div class="keyboard"></div>
</div>
</div>
</div>
</div>
</section>
<footer class="page-footer">
<div class="container">
<div class="links">
<a href="index.html">About us</a><a href="index.html">Contact us</a
><a href="projects-grid-cards.html">Projects</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/tecxick0"
><i class="icon ion-social-facebook"></i></a
><a href="https://www.instagram.com/tecxick_official/"
><i class="icon ion-social-instagram-outline"></i></a
><a href="https://www.youtube.com/@tecxick"
><i class="icon ion-social-youtube"></i
></a>
</div>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/script.min.js"></script>
<script src="assets/js/aos.min.min.js"></script>
</body>
</html>