-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
375 lines (274 loc) · 9.88 KB
/
index.html
File metadata and controls
375 lines (274 loc) · 9.88 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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tex Ex - We make with love.</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">[ <span class="or">Tex</span>Ex ]</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tutorials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hire me!</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li></ul>
</div>
</div>
</nav>
<!--- Image Slider -->
<header>
<div id="slides" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/home/satyapati0/Desktop/website/assets/background.jpg" class="img-fluid">
<div class="carousel-caption">
<div class"row">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10">
<p class="display-3 display-6">[ <span class="or">Tex</span> Ex ]</p>
<p class="display-4 display-6">Your<span class="or"> Dream</span> is our goal. We build with <span class="or">Love.</span></p>
<button type="button" class="btn btn-outline-light btn-lg">Learn More</button>
<button type="button" class="btn btn-primary btn-lg">View Demo</button>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!--- Jumbotron -->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10">
<p class="lead">typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.</p>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-3 col-xl-2">
<a href="#"><button class="btn btn-info btn-lg">
Read More
</button></a>
</div>
</div>
</div>
</div>
<!--Tutorials -->
<div class="container padding">
<h2 class="display-5 text-center hh2">Tutorials</h2>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Cheat Sheets
<i class="fas fa-file-alt"></i></h3>
<p class="lead">Cheat Sheets are condensed vesrsion of any subject. Best resource to get an idea.</p>
<a href="#">view</a>
</div>
<div class="col-xs-9 col-sm-6 col-md-3 box">
<h3>Blog Posts <i class="fas fa-rss-square"></i></h3>
<p class="lead">Be updated with my blog posts. I write articles on subjects which I read.</p>
<a href="#">view</a>
</div>
<div class="col-sm-9 col-md-3 box">
<h3>Videos <i class="fab fa-youtube"></i></h3>
<p class="lead">Learn more effectively with the interactive videos collected from youtube.</p>
<a href="#">view</a></div>
</div>
<hr class="my-4">
</div>
<!--Services -->
<div class="container-fluid jumbotron">
<h2 class="display-5 text-center">Services</h2>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 boxb">
<h3>Web Development</h3>
<p class="lead">Front end, backend, database, wordpress and deployment. Make your bussiness online.</p>
<a href="#">demo</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 boxb">
<h3>Android Apps</h3>
<p class="lead">Build a native app or progessive web app for your organisation. Build it for your customers.</p>
<a href="#">demo</a>
</div>
<div class="col-sm-12 col-md-3 boxb">
<h3>Browser Extension</h3>
<p class="lead">Make your app ready for browser. And have fun with HTML5 games</p>
<a href="#">demo</a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 boxb">
<h3>Data Analysis</h3>
<p class="lead">Data analysis and visualization with our tools. Better solution to organise.</p>
<a href="#">demo</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 boxb">
<h3>Chat Bot</h3>
<p class="lead">Lets your bot interact with customer and handle common issues</p>
<a href="#">demo</a>
</div>
<div class="col-sm-12 col-md-3 boxb">
<h3>Automation</h3>
<p class="lead">Automate the task using Python. Let your App do regular things.</p>
<a href="#">demo</a>
</div>
</div>
</div>
<!-- Projects -->
<div class="container-fluid padding">
<h2 class="display-5 text-center hh2">Projects</h2>
<p class="lead text-center"><a class="hlink" href="#">Web Design</a>
<a class="hlink" href="#">Web Development</a>
<a class="hlink" href="#">Progressive Web Apps</a>
<a class="hlink" href="#">Chrome extensions</a>
<a class="hlink" href="#">Android</a>
<a class="hlink" href="#">All</a></p>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Project</h3>
<p class="lead">Some description about your project goes here.</p>
<a href="#">view</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Project</h3>
<p class="lead">Some description about your project goes here.</p>
<a href="#">view</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Project</h3>
<p class="lead">Some description about your project goes here.</p>
<a href="#">view</a>
</div>
</div></div>
<div class="container-fluid padding">
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Project</h3>
<p class="lead">Some description about your project goes here.</p>
<a href="#">view</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Project</h3>
<p class="lead">Some description about your project goes here.</p>
<a href="#">view</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Project</h3>
<p class="lead">Some description about your project goes here.</p>
<a href="#">view</a>
</div>
</div>
<hr class="my-4">
</div>
<div class="container-fluid jumbotron">
<h2 class="display-5 text-center">Learning area</h2>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 boxb">
<h3>Cheat sheets</h3>
<p class="lead">
<a href="#">HTML5</a>
<a href="#">CSS3</a>
<a href="#">JavaScript</a>
<a href="#">Python</a>
<a href="#">Git and Github</a>
<a href="#">Data Structure</a>
<a href="#">Jquery</a>
<a href="#">Ajax</a>
<a href="#">Angular</a>
<a href="#">More</a>
</p>
<a href="#">All</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 boxb">
<h3>Blog Posts1</h3>
<p class="lead">Description of blog post goes here. Limited words only heading of the blog</p>
<a href="#">Read More</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 boxbi">
<iframe src="https://www.youtube.com/embed/cuQMBj1cWPo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>
</div></div>
<div class="container padding">
<h2 class="display-5 text-center hh2">Products</h2>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Product 1</h3>
<p class="lead">Some description about the product is here. Which desribes the best in short.</p>
<a href="#">view</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Product 1</h3>
<p class="lead">Some description about the product is here. Which desribes the best in short.</p>
<a href="#">view</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 box">
<h3>Product 1</h3>
<p class="lead">Some description about the product is here. Which desribes the best in short.</p>
<a href="#">view</a>
</div>
</div>
<hr class="my-4">
</div>
<div class="container-fluid jumbotron">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link btm" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link btm" href="#">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link btm" href="#">Github</a>
</li>
<li class="nav-item">
<a class="nav-link btm" href="#">Blog</a>
</li>
</ul>
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link btm" href="#"><i class="fab fa-facebook-square fa-2x"></i></a>
</li>
<li class="nav-item">
<a class="nav-link btm" href="#"><i class="fab fa-twitter-square fa-2x"></i></a>
</li>
<li class="nav-item">
<a class="nav-link btm" href="#"><i class="fab fa-linkedin fa-2x"></i></a>
</li>
</ul>
<p class="text-center" style="font-style: italic;">TeX Ex © 2018</p>
</div></body>
<!--- Two Column Section -->
<!--- Fixed background -->
<!--- Emoji Section -->
<!--- Meet the team -->
<!--- Cards -->
<!--- Two Column Section -->
<!--- Connect -->
<!--- Footer -->
</body>
</html>