-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
391 lines (291 loc) · 16.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
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!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">
<meta name="description" content="">
<meta name="author" content="">
<meta name="propeller" content="9aa203286e7c7172712a9aa44985f9a9" />
<title>TechLoop</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/Footer-white.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/blog-home.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://use.fontawesome.com/7b1a0c7b13.js"></script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation -->
<!--div class="row">
<!--div class="col-md-1"></div>
<div class="col-md-10"-->
<!--/div-->
<!--/div-->
<!--div id="hImage"-->
<!--/div-->
<div class="container-fluid">
<div id="hCon" style="background:#006393;">
<h1 id="LoopHead" style="">Tech <> Loop</h1>
<div class="container">
<nav class="navbar navbar-inverse " role="navigation" id="bar">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" id="page">Home</a>
</div
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="About.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="privacypolicy.htm">Privacy Policy</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div>
</div> <!--div class="container"-->
<!-- /.container -->
</nav>
</div>
<!--img src="image/header2.png" width="100%" height="200" id="imgheader"-->
<!-- Page Content -->
<div class="container">
<div class="row">
<!--div class="col-md-0"></div>
<div class="col-md-12"><img src="image/header2.png" class="img-thumbnail" width="100%" height="200" id="imgheader"></div!-->
</div>
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<h1 class="page-header">
<small></small>
</h1>
<div style="">
<h2 class="text-primary" style=""><a href="post/genericsorting.html">Simple java method to sort all types of arrays</a></h2>
<p class="lead">
by <a href="About.html"> TechLoop</a>
<hr>
<img src="post/Images/sorting.png" class="img-responsive">
<br>
<p>Write a simple java method to sort all types of arrays within a single
method using Java generics. Find the most simplest explanation in this category
</p>
<a class="btn btn-primary" href="post/genericsorting.html"> Read more <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<hr>
<div style="">
<h2 class="text-primary" style=""><a href="output/OOPquiz.html">Find the output and Learn the concept.</a></h2>
<p class="lead">
by <a href="About.html"> TechLoop</a>
<hr>
<img src="image/output.png" class="img-responsive">
<br>
<p>Find the output of these tricky computer programs and comment the
answer with the best and simple explanation. Try teaching a new programmer, its not that easy.
</p>
<a class="btn btn-primary" href="output/OOPquiz.html"> I am ready <span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<hr>
<!-- First Blog Post -->
<h2>
<a href="post/freehosting.html">Hosting a web page free is this easy</a>
</h2>
<p class="lead">
by <a href="About.html"> TechLoop</a>
</p>
<p><span class="glyphicon glyphicon-time"></span> Posted on march 09, 2017 at 10:45 PM</p>
<hr>
<img class="img-responsive" src="post/Images/webhosthome.PNG" alt="">
<hr>
<p>
Beginners of web programming will dream to host their web sites on
web servers and watch it run live on the Internet. This article will
address such beginners who have no
knowledge of web hosting.
</p>
<a class="btn btn-primary" href="post/freehosting.html">Read More <span class="glyphicon glyphicon-chevron-right"></span></a>
<hr>
<h2 >
<a href="post/data.html">Make your personal data unrecoverable when you sell your phone</a>
</h2>
<p>
by <a href="index.php"> Tech loop</a>
</p>
<p><span class="glyphicon glyphicon-time"></span> Posted on March 03, 2017 at 10:00 PM</p>
<hr>
<img class="" src="post/Images/encrypthome.PNG" width="100%" >
<hr>
<p>So many personal photos have made it's way to the Internet from sold phones.Data from your phone is easily recoverable even if you reset your phone.Follow these few steps
before selling your phone to make your personal data unrecoverable from any soft ware.
</p>
<a class="btn btn-primary" href="post/data.html">Read More <span class="glyphicon glyphicon-chevron-right"></span></a>
<hr>
<!-- Second Blog Post -->
<!-- Third Blog Post -->
<!--h2>
<a href="#">Blog Post Title</a>
</h2>
<p class="lead">
by <a href="index.php">Start Bootstrap</a>
</p>
<p><span class="glyphicon glyphicon-time"></span> Posted on August 28, 2013 at 10:45 PM</p>
<hr>
<img class="img-responsive" src="http://placehold.it/900x300" alt="">
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate, voluptates, voluptas dolore ipsam cumque quam veniam accusantium laudantium adipisci architecto itaque dicta aperiam maiores provident id incidunt autem. Magni, ratione.</p>
<a class="btn btn-primary" href="#">Read More <span class="glyphicon glyphicon-chevron-right"></span><!--/a>
<hr>
<!-- Pager -->
<!--ul class="pager">
<li class="previous">
<a href="#">← Older</a>
</li>
<li class="next">
<a href="#">Newer →</a>
</li>
</ul-->
</div>
<!-- Blog Sidebar Widgets Column -->
<!-- Blog Search Well -->
<!--div class="well">
<h4>Blog Search</h4>
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<span class="glyphicon glyphicon-search"></span>
</button>
</span>
</div>
<!-- /.input-group -->
<!--/div>
<!-- Blog Categories Well -->
<!--div class="well">
<h4>Blog Categories</h4>
<div class="row">
<div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
</ul>
</div>
<!-- /.col-lg-6 -->
<!--div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
<li><a href="#">Category Name</a>
</li>
</ul>
</div>
<!-- /.col-lg-6 -->
<!--/div>
<!-- /.row -->
<!--/div>
<!-- Side Widget Well -->
<div class="col-md-1"></div>
<div class="col-md-4" id="">
<div class="sidebar" >
<div class="fb-page" data-href="https://www.facebook.com/TechLoop-679843012177888/" data-tabs="" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/TechLoop-679843012177888/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/TechLoop-679843012177888/">TechLoop</a></blockquote></div>
</div>
<div style="margin-left:30%">
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=tl0654-20&marketplace=amazon®ion=US&placement=B00TKFEEAS&asins=B00TKFEEAS&linkId=45b4115c2aa033bc20fdc2409e79491a&show_border=true&link_opens_in_new_window=true&price_color=333333&title_color=0063bf&bg_color=dcf2f5">
</iframe>
<br><br>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=tl0654-20&marketplace=amazon®ion=US&placement=B013CCTM2E&asins=B013CCTM2E&linkId=761db2fbc1f688571a2f87a39d581348&show_border=true&link_opens_in_new_window=true&price_color=333333&title_color=0063bf&bg_color=dcf2f5">
</iframe>
<br><br>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=tl0654-20&marketplace=amazon®ion=US&placement=1540865436&asins=1540865436&linkId=f24e18864ddf1729106946748d792a66&show_border=true&link_opens_in_new_window=true&price_color=333333&title_color=0063bf&bg_color=dcf2f5">
</iframe>
<br><br>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=tl0654-20&marketplace=amazon®ion=US&placement=0789754053&asins=0789754053&linkId=556fbd8ff11aed135950f7ded4bba4ed&show_border=false&link_opens_in_new_window=true&price_color=333333&title_color=0063bf&bg_color=dcf2f5">
</iframe>
</div>
<div class="well">
<h4>Note for readers</h4>
<p>We do not use cookies, or any other ways to store any of user information without notification. TechLoop will simply act as a blog which shares usefull information. </p>
</div>
</div>
<!-- /.row -->
</div>
<hr>
</div>
<footer>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-3">
<ul class="alert" id="footerL">
<li id="footerhome"><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="col-md-7" id="footerabout">
<h3 id="footerh" class="">About Us</h5>
<p id="footerp">
TechLoop is a blog for all those who are interested in learning new
technologies.TechLoop is dedicated to provide tutorials in the most
simplest and easiest way.We mainly focus on programming, application
development and security threats of new technologies.We are trying to make
the tutorials and articles as simple as possible.Like our Facebook page to
stay connected.
</p>
</div>
</div>
</footer>
<div>
<p class="text-center">Copyright © TechLoop 2017</p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-93568026-1', 'auto');
ga('send', 'pageview');
</script>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>