-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-single.html
679 lines (675 loc) · 35.2 KB
/
blog-single.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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog Single Item | Repute - Responsive Multipurpose Bootstrap Theme</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive Multipurpose Bootstrap Theme">
<meta name="author" content="The Develovers">
<!-- CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/main.css" rel="stylesheet" type="text/css">
<link href="assets/css/my-custom-styles.css" rel="stylesheet" type="text/css">
<!-- IE 9 Fallback-->
<!--[if IE 9]>
<link href="assets/css/ie.css" rel="stylesheet">
<![endif]-->
<!-- GOOGLE FONTS -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400italic,700,400,300' rel='stylesheet' type='text/css'>
<!-- FAVICONS -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/repute144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/repute114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/repute72x72.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/repute57x57.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">
</head>
<body>
<!-- WRAPPER -->
<div class="wrapper">
<!-- NAVBAR -->
<nav class="navbar navbar-default " role="navigation">
<div class="container">
<!-- TOPBAR -->
<div class="topbar">
<ul class="list-inline top-nav">
<li>
<div class="btn-group">
<button type="button" class="btn btn-link dropdown-toggle btn-xs" data-toggle="dropdown"><img src="assets/img/flags/United-Kingdom.png" alt="United Kingdom"> United Kingdom <span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right country-selector" role="menu">
<li>
<a href="#"><img src="assets/img/flags/United-Kingdom.png" alt="United Kingdom"> United Kingdom</a>
</li>
<li>
<a href="#"><img src="assets/img/flags/Japan.png" alt="Japan"> Japan</a>
</li>
<li>
<a href="#"><img src="assets/img/flags/China.png" alt="China"> China</a>
</li>
<li>
<a href="#"><img src="assets/img/flags/Germany.png" alt="Germany"> Germany</a>
</li>
</ul>
</div>
</li>
<li><a href="#">Help</a></li>
<li><a href="#">Support</a></li>
</ul>
<div class="searchbox">
<div class="input-group input-group-sm">
<input type="text" class="form-control" placeholder="search ...">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
</div>
<!-- END TOPBAR -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-nav">
<span class="sr-only">Toggle Navigation</span>
<i class="fa fa-bars"></i>
</button>
<a href="index.html" class="navbar-brand navbar-logo navbar-logo-bigger">
<img src="assets/img/logo/repute-logo-nav.png" alt="Repute - Responsive Multipurpose Bootstrap Theme">
</a>
</div>
<!-- MAIN NAVIGATION -->
<div id="main-nav" class="navbar-collapse collapse navbar-mega-menu">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">HOME <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="index.html">Home v1</a></li>
<li><a href="index-v1_dark-header.html">Home v1 Dark Header</a></li>
<li><a href="index-v1_light-footer.html">Home v1 Light Footer</a></li>
<li><a href="index-v2.html">Home v2</a></li>
<li><a href="index-v2_dark-header.html">Home v2 Dark Header</a></li>
<li><a href="index-v3.html">Home v3</a></li>
<li><a href="index-v4_fullscreen.html">Home v4 Fullscreen <span class="label label-danger label-main-nav">NEW</span></a></li>
<li><a href="index-v5_fullscreen_slider.html">Home v5 Fullscreen Slider <span class="label label-danger label-main-nav">NEW</span></a></li>
<li><a href="one-page/index.html">One Page</a></li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">FEATURES <span class="label label-danger label-main-nav">NEW</span> <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="feature-navigation-menu.html">Navigation Menus</a></li>
<li><a href="feature-hero-unit.html">Hero Units</a></li>
<li><a href="feature-page-header.html">Page Header</a></li>
<li><a href="feature-footer.html">Footers</a></li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">PAGES <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="page-services.html">Service Page</a></li>
<li><a href="page-pricing-tables.html">Pricing Tables</a></li>
<li class="dropdown ">
<a href="#">Columns <i class="fa fa-angle-right"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="page-left-sidebar.html">Left Sidebar</a></li>
<li><a href="page-right-sidebar.html">Right Sidebar</a></li>
<li><a href="page-double-sidebar.html">Double Sidebar</a></li>
</ul>
</li>
<li><a href="page-search-results.html">Search Result</a></li>
<li><a href="page-support.html">Support</a></li>
<li><a href="page-faq.html">FAQ</a></li>
<li><a href="page-about-us.html">About Us</a></li>
<li><a href="page-contacts.html">Contact</a></li>
<li><a href="page-privacy.html">Privacy Policy</a></li>
<li><a href="page-terms.html">Terms</a></li>
<li><a href="page-error.html">Error Page</a></li>
<li class="dropdown ">
<a href="#">Sub Menu Lvl 1 <i class="fa fa-angle-right"></i></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown ">
<a href="#">Sub Menu Lvl 2 <i class="fa fa-angle-right"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#sublvl3">Sub Menu Lvl 3</a></li>
<li><a href="#sublvl3">Sub Menu Lvl 3</a></li>
</ul>
</li>
<li><a href="#sublvl2">Sub Menu Lvl 2</a></li>
<li><a href="#sublvl2">Sub Menu Lvl 2</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown mega-menu">
<a href="#" data-toggle="dropdown">UI ELEMENTS <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu mega-menu-container">
<li>
<div class="mega-menu-content">
<div class="row">
<div class="col-md-3">
<h5 class="menu-heading">Buttons & Icons</h5>
<ul class="list-unstyled list-menu">
<li><a href="ui-buttons.html"><i class="fa fa-square"></i> General Buttons</a></li>
<li><a href="ui-button-groups.html"><i class="fa fa-clone"></i> Button Groups</a></li>
<li><a href="ui-icons.html"><i class="fa fa-asterisk"></i> Icons</a></li>
</ul>
</div>
<div class="col-md-3">
<h5 class="menu-heading">Forms</h5>
<ul class="list-unstyled list-menu">
<li><a href="ui-form-elements-basic.html"><i class="fa fa-check-square"></i> Basic Form Elements</a></li>
<li><a href="ui-form-elements-advanced.html"><i class="fa fa-plus-square"></i> Advanced Form Elements</a></li>
<li><a href="ui-form-layouts.html"><i class="fa fa-columns"></i> Form Layouts</a></li>
<li><a href="ui-form-validation.html"><i class="fa fa-check-circle"></i> Validation</a></li>
</ul>
</div>
<div class="col-md-3">
<h5 class="menu-heading">Content Elements</h5>
<ul class="list-unstyled list-menu">
<li><a href="ui-tabs-accordion.html"><i class="fa fa-list-alt"></i> Tabs & Accordion</a></li>
<li><a href="ui-boxed-contents.html"><i class="fa fa-suitcase"></i> Boxed Contents</a></li>
<li><a href="ui-numbers-charts.html"><i class="fa fa-pie-chart"></i> Numbers & Charts</a></li>
<li><a href="ui-typography.html"><i class="fa fa-font"></i> Typography</a></li>
</ul>
</div>
<div class="col-md-3">
<h5 class="menu-heading">Components</h5>
<ul class="list-unstyled list-menu">
<li><a href="ui-testimonials.html"><i class="fa fa-thumbs-up"></i> Testimonials</a></li>
<li><a href="ui-maps.html"><i class="fa fa-map"></i> Maps</a></li>
<li><a href="ui-breadcrumbs.html"><i class="fa fa-angle-right"></i> Breadcrumbs</a></li>
<li><a href="ui-alerts.html"><i class="fa fa-warning"></i> Alerts</a></li>
<li><a href="ui-pagination.html"><i class="fa fa-ellipsis-h"></i> Pagination</a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">PORTFOLIO <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="portfolio-4-columns.html">Portfolio 4 Columns</a></li>
<li><a href="portfolio-3-columns.html">Portfolio 3 Columns</a></li>
<li><a href="portfolio-2-columns.html">Portfolio 2 Columns</a></li>
<li><a href="portfolio-single.html">Portfolio Item</a></li>
</ul>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">SHOP <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="shop/index.html">Front Page</a></li>
<li><a href="shop/single-product-page.html">Single Product Page</a></li>
<li><a href="shop/product-filter-grid.html">Search Result with Filter</a></li>
<li><a href="shop/checkout.html">Checkout with Validation</a></li>
<li><a href="shop/shop-login.html">Login</a></li>
<li><a href="shop/shop-register.html">Register</a></li>
</ul>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">BLOG <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="blog-medium-thumbnail.html">Blog Medium Thumbnail</a></li>
<li><a href="blog-full-thumbnail.html">Blog Full Thumbnail</a></li>
<li class="active"><a href="blog-single.html">Blog Single</a></li>
<li><a href="blog-single-full.html">Blog Single Full</a></li>
</ul>
</li>
</ul>
</div>
<!-- END MAIN NAVIGATION -->
</div>
</nav>
<!-- END NAVBAR -->
<!-- BREADCRUMBS -->
<div class="page-header">
<div class="container">
<h1 class="page-title pull-left">BLOG SINGLE ITEM</h1>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Blog</a></li>
<li class="active">Blog Single</li>
</ol>
</div>
</div>
<!-- END BREADCRUMBS -->
<!-- PAGE CONTENT -->
<div class="page-content">
<div class="container">
<div class="row">
<div class="col-md-9">
<!-- BLOG SINGLE -->
<div class="blog single full-thumbnail">
<!-- blog post -->
<article class="entry-post">
<header class="entry-header">
<h2 class="entry-title">
<a href="blog-single.html">Objectively Disseminate Customer Directed E-commerce</a>
</h2>
<div class="meta-line clearfix">
<div class="meta-author-category pull-left">
<span class="post-author">by <a href="#">John Doe</a></span>
<span class="post-category">In: <a href="#">Business</a>, <a href="#">Creative</a>, <a href="#">Media</a></span>
</div>
<div class="meta-tag-comment pull-right">
<span class="post-tags"><i class="fa fa-tag"></i> <a href="#">story</a>, <a href="#">inspiration</a>, <a href="#">creative</a></span>
<span class="post-comment"><i class="fa fa-comments"></i> <a href="#">3 Comments</a></span>
</div>
</div>
</header>
<div class="entry-content clearfix">
<figure class="featured-image">
<div class="post-date-info clearfix"><span class="post-month">DEC</span><span class="post-date">11</span><span class="post-year">2014</span></div>
<img src="assets/img/blog/buildings.jpg" class="img-responsive" alt="featured-image" />
</figure>
<div class="excerpt">
<p>Globally orchestrate high-payoff vortals whereas an expanded array of schemas. Distinctively actualize visionary niche markets via covalent human capital. Proactively reinvent team building customer service with ethical e-markets. Professionally utilize mission-critical technology whereas competitive solutions. Completely underwhelm go forward leadership without maintainable initiatives. Objectively disseminate customer directed e-commerce with prospective partnerships. Collaboratively actualize revolutionary total linkage before orthogonal catalysts for change. Appropriately facilitate optimal meta-services whereas end-to-end solutions...</p>
<p>Holisticly synthesize adaptive expertise before distinctive core competencies. Intrinsicly leverage other's compelling customer service after impactful manufactured products. Compellingly disintermediate impactful vortals without scalable networks. Conveniently monetize interdependent infrastructures through frictionless data. Energistically visualize best-of-breed niche markets before visionary synergy.</p>
<p>Phosfluorescently streamline enabled architectures without enterprise-wide alignments. Appropriately synergize parallel schemas without installed base value. Energistically embrace maintainable e-tailers whereas unique processes. Uniquely foster accurate e-markets via synergistic e-business. Dynamically communicate enterprise action items before ubiquitous customer service.</p>
<blockquote>
<p>Professionally revolutionize business channels and interactive imperatives. Competently visualize virtual collaboration and idea-sharing after bleeding-edge testing procedures. Monotonectally implement synergistic schemas vis-a-vis fully tested metrics.</p>
</blockquote>
<p>Dramatically communicate goal-oriented niche markets vis-a-vis adaptive users. Objectively leverage other's dynamic methodologies whereas worldwide human capital. Uniquely leverage existing distributed mindshare and fully tested sources. Enthusiastically cultivate exceptional experiences for 2.0 systems. Intrinsicly embrace diverse channels via innovative synergy. Proactively scale multimedia based functionalities for worldwide niche markets. Proactively network alternative vortals and proactive solutions. Competently disseminate adaptive strategic theme areas vis-a-vis exceptional solutions. Authoritatively revolutionize frictionless synergy with robust intellectual capital. Dynamically actualize high-payoff users and magnetic expertise. Energistically plagiarize fully researched alignments and scalable relationships. Interactively predominate seamless infomediaries vis-a-vis pandemic results. Seamlessly deploy viral products without an expanded array of experiences. Phosfluorescently morph revolutionary partnerships after superior services. Quickly embrace front-end benefits with excellent internal or "organic" sources.</p>
<p>Globally generate pandemic e-services after frictionless content. Rapidiously evolve dynamic strategic theme areas whereas backward-compatible networks. Synergistically communicate best-of-breed partnerships before cross functional partnerships. Seamlessly evisculate corporate architectures and cost effective web services. Enthusiastically maintain B2C customer service after progressive models. Synergistically procrastinate magnetic infomediaries through granular services.</p>
</div>
</div>
</article>
<!-- end blog post -->
<hr>
<!-- social sharing -->
<div class="social-sharing clearfix">
<h3 class="section-heading pull-left">Share This Story: </h3>
<ul class="list-inline sharing-tools">
<li><a href="#" class="facebook-bg"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="twitter-bg"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="googleplus-bg"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" class="rss-bg"><i class="fa fa-rss"></i></a></li>
</ul>
</div>
<!-- end social sharing -->
<hr>
<!-- author info -->
<section class="author-info">
<h3 class="section-heading">About The Author</h3>
<div class="media">
<a href="#" class="media-left">
<img src="assets/img/user2.png" class="img-circle" alt="Avatar">
</a>
<div class="media-body">
<a href="#" class="author-name">Antonius</a>
<p>Synergistically incentivize innovative information after intermandated leadership. Conveniently <a href="#">transition high standards</a> in e-tailers vis-a-vis ethical convergence. Conveniently transform client-focused quality vectors after inexpensive benefits. Dynamically predominate backward-compatible process. Appropriately incentivize cross-media expertise for transparent users. Energistically supply ubiquitous scenarios rather than client-based resources. Interactively seize user friendly opportunities whereas reliable infrastructures. Completely extend extensible ideas before alternative customer service.</p>
</div>
</div>
</section>
<!-- end author info -->
<hr>
<!-- related post -->
<section>
<h3 class="section-heading">Related Articles</h3>
<ul class="list-unstyled related-post-list row">
<li class="col-md-4">
<a href="#">
<img src="assets/img/blog/people-med.jpg" class="img-responsive" alt="Related Post">
</a>
<a href="#" class="post-title">Monotonectally Pursue Extensive Process iImprovements</a>
</li>
<li class="col-md-4">
<a href="#">
<img src="assets/img/blog/buildings-med.jpg" class="img-responsive" alt="Related Post">
</a>
<a href="#" class="post-title">Progressively Maximize Multidisciplinary Innovation Before Proactive E-markets</a>
</li>
<li class="col-md-4">
<a href="#">
<img src="assets/img/blog/balloon-med.jpg" class="img-responsive" alt="Related Post">
</a>
<a href="#" class="post-title">Phosfluorescently conceptualize team</a>
</li>
</ul>
</section>
<!-- end related post -->
<hr>
<!-- comments -->
<article class="comments">
<h3 class="section-heading">Comments (3)</h3>
<ul class="media-list">
<li class="media">
<a href="#" class="media-left">
<img src="assets/img/user1.png" class="avatar" alt="avatar">
</a>
<div class="media-body">
<h4 class="media-heading comment-author"><a href="#">John Doe</a></h4><span class="timestamp text-muted">Dec 11, 2014 12:30 PM</span>
<p>Conveniently administrate prospective e-tailers via global initiatives. Appropriately transition market-driven internal or "organic" sources and turnkey synergy. Appropriately aggregate extensible technologies with high-payoff functionalities. Intrinsicly deliver emerging initiatives via cross functional niches. Interactively embrace enterprise human capital before an expanded array of growth strategies. Rapidiously network.</p>
<p><a href="#"><i class="fa fa-reply"></i> Reply</a></p>
<hr>
<div class="media comment-by-author">
<a href="#" class="media-left">
<img src="assets/img/user2.png" class="avatar" alt="avatar">
</a>
<div class="media-body">
<h4 class="media-heading comment-author"><a href="#">Antonius</a></h4><span class="timestamp text-muted">Dec 12, 2014 18:40 PM</span>
<p>Energistically empower seamless systems rather than granular web-readiness. Conveniently foster accurate total linkage vis-a-vis timely interfaces. Synergistically repurpose visionary.</p>
<p><a href="#"><i class="fa fa-reply"></i> Reply</a></p>
<hr>
</div>
</div>
</div>
<div class="media child">
<a href="#" class="media-left">
<span class="avatar anonymous"><i class="fa fa-user"></i></span>
</a>
<div class="media-body">
<h4 class="media-heading comment-author"><a href="#">Anonymous</a></h4><span class="timestamp text-muted">8 hours ago</span>
<p>Compellingly incentivize pandemic products for holistic total linkage. Holisticly facilitate bleeding-edge "outside the box" thinking rather than an expanded array of schemas. Phosfluorescently harness empowered infomediaries via strategic growth strategies. Collaboratively innovate proactive products rather than intuitive relationships. Professionally redefine cooperative technology rather than.</p>
<p><a href="#"><i class="fa fa-reply"></i> Reply</a></p>
</div>
</div>
</li>
</ul>
</article>
<!-- end comments -->
<hr>
<!-- comment form -->
<section class="comment-form margin-bottom">
<h3 class="section-heading">Leave A Comment</h3>
<p class="heading">Required fields are marked *. Your email will not be published or shared.</p>
<form class="form-horizontal comment-form" role="form">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="comment-name" class="control-label sr-only">Name</label>
<input type="text" class="form-control" id="comment-name" placeholder="* Name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="comment-email" class="control-label sr-only">Email</label>
<input type="email" class="form-control" id="comment-email" placeholder="* Email">
</div>
</div>
</div>
<div class="form-group">
<label for="comment-website" class="control-label sr-only">Website</label>
<div class="col-sm-12">
<input type="url" class="form-control" id="comment-website" placeholder="Website">
</div>
</div>
<div class="form-group">
<label for="comment-text" class="control-label sr-only">Comments</label>
<div class="col-sm-12">
<textarea class="form-control" name="comment-text" id="comment-text" rows="5" cols="30" placeholder="* Your comments"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<button type="submit" class="btn btn-primary">Submit Comment</button>
</div>
</div>
</form>
</section>
<!-- end comment form -->
</div>
<!-- END BLOG SINGLE -->
</div>
<div class="col-md-3">
<!-- SIDEBAR -->
<!-- search form -->
<div class="widget">
<form action="#" class="form-search">
<div class="input-group">
<input type="text" class="form-control" placeholder="enter search term">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Search</button>
</span>
</div>
</form>
</div>
<!-- end search form -->
<!-- categories -->
<div class="widget">
<h4 class="widget-title">CATEGORIES</h4>
<ul class="list-unstyled category-list">
<li><a href="#">Business (23)</a></li>
<li>
<a href="#">Creative (14)</a>
<ul class="sub-category-list">
<li><a href="#">Digital Imaging (8)</a></li>
<li><a href="#">Web Design (6)</a></li>
</ul>
</li>
<li><a href="#">Media (65)</a></li>
<li><a href="#">Photography (17)</a></li>
<li><a href="#">Corporate (9)</a></li>
</ul>
</div>
<!-- end categories -->
<!-- tabbed content -->
<div class="widget">
<div class="tabpanel">
<!-- nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#content-popular" aria-controls="content-popular" role="tab" data-toggle="tab">POPULAR</a></li>
<li role="presentation"><a href="#content-recents" aria-controls="content-recents" role="tab" data-toggle="tab">RECENTS</a></li>
<li role="presentation"><a href="#content-recent-comments" aria-controls="content-recent-comments" role="tab" data-toggle="tab"><i class="fa fa-comments"></i></a></li>
</ul>
<!-- end nav tabs -->
<!-- tab panes -->
<div class="tab-content">
<div id="content-popular" class="tab-pane fade in active" role="tabpanel">
<ul class="list-unstyled blogposts popular">
<li>
<h4 class="post-title"><a href="#">Monotonectally Underwhelm Sustainable Outsourcing</a></h4>
<span class="text-muted">Nov 4, 2014 | by John Doe</span>
</li>
<li>
<h4 class="post-title"><a href="#">Seamlessly Repurpose Equity Invested Intellectual Capital</a></h4>
<span class="text-muted">Nov 23, 2014 | by George</span>
</li>
<li>
<h4 class="post-title"><a href="#">Efficiently Aggregate Multidisciplinary Markets With Professional Functionalities</a></h4>
<span class="text-muted">Nov 9, 2014 | by Jane</span>
</li>
<li>
<h4 class="post-title"><a href="#">Collaboratively Actualize Revolutionary Total Linkage</a></h4>
<span class="text-muted">Nov 9, 2014 | by Smith</span>
</li>
<li>
<h4 class="post-title"><a href="#">Credibly Disintermediate Client-centered Applications</a></h4>
<span class="text-muted">Nov 9, 2014 | by Barbara</span>
</li>
</ul>
</div>
<div id="content-recents" class="tab-pane fade" role="tabpanel">
<ul class="list-unstyled blogposts latest">
<li>
<h4 class="post-title"><a href="#">Assertively Streamline Error-free Quality</a></h4>
<span class="text-muted">Dec 9, 2014 | by John Doe</span>
</li>
<li>
<h4 class="post-title"><a href="#">Proactively Monetize Long-term High-impact Architectures After Value-added Experiences</a></h4>
<span class="text-muted">Dec 12, 2014 | by George</span>
</li>
<li>
<h4 class="post-title"><a href="#">Efficiently Repurpose Enterprise-wide Processes For Granular Applications</a></h4>
<span class="text-muted">Dec 29, 2014 | by Jane</span>
</li>
<li>
<h4 class="post-title"><a href="#">Monotonectally Underwhelm Sustainable Outsourcing</a></h4>
<span class="text-muted">Nov 4, 2014 | by John Doe</span>
</li>
<li>
<h4 class="post-title"><a href="#">Seamlessly Repurpose Equity Invested Intellectual Capital</a></h4>
<span class="text-muted">Nov 23, 2014 | by George</span>
</li>
</ul>
</div>
<div id="content-recent-comments" class="tab-pane fade" role="tabpanel">
<ul class="list-unstyled recent-comments">
<li>
<div class="media">
<a href="#" class="media-left"><img src="assets/img/user1.png" class="img-circle" alt="Avatar"></a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Antonio</a> in <a href="#">Holisticly Unleash Enabled Information Via Customized Value</a></h4>
<p class="text-muted">Interactively grow cross-media customer service through B2C paradigms. Continually monetize magnetic sources rather than ...</p>
</div>
</div>
</li>
<li>
<div class="media">
<a href="#" class="media-left"><img src="assets/img/user2.png" class="img-circle" alt="Avatar"></a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Michael</a> in <a href="#">Holisticly Unleash Enabled Information Via Customized Value</a></h4>
<p class="text-muted">Objectively disseminate customer directed e-commerce with prospective partnerships. Collaboratively actualize ...</p>
</div>
</div>
</li>
<li>
<div class="media">
<a href="#" class="media-left"><img src="assets/img/user3.png" class="img-circle" alt="Avatar"></a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Laura</a> in <a href="#">Holisticly Unleash Enabled Information Via Customized Value</a></h4>
<p class="text-muted">Continually monetize magnetic sources rather than leveraged outsourcing ...</p>
</div>
</div>
</li>
<li>
<div class="media">
<a href="#" class="media-left"><img src="assets/img/user4.png" class="img-circle" alt="Avatar"></a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Diana</a> in <a href="#">Holisticly Unleash Enabled Information Via Customized Value</a></h4>
<p class="text-muted">Objectively disseminate customer directed e-commerce with prospective partnerships. Collaboratively actualize ...</p>
</div>
</div>
</li>
<li>
<div class="media">
<a href="#" class="media-left"><img src="assets/img/user5.png" class="img-circle" alt="Avatar"></a>
<div class="media-body">
<h4 class="media-heading"><a href="#">Henry</a> in <a href="#">Holisticly Unleash Enabled Information Via Customized Value</a></h4>
<p class="text-muted">Proactively reinvent team building customer service with ethical e-markets. Professionally utilize mission-critical ...</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- end tab panes -->
</div>
</div>
<!-- end tabbed content -->
<!-- tags -->
<div class="widget">
<h4 class="widget-title">TAGS</h4>
<ul class="list-inline tag-list">
<li><a href="#">story</a></li>
<li><a href="#">inspiration</a></li>
<li><a href="#">creative</a></li>
<li><a href="#">e-commerce</a></li>
<li><a href="#">statistic data</a></li>
<li><a href="#">business</a></li>
<li><a href="#">development</a></li>
<li><a href="#">startup ideas</a></li>
<li><a href="#">enterprise</a></li>
</ul>
</div>
<!-- end tags -->
<!-- text widget -->
<div class="widget">
<h4 class="widget-title">TEXT WIDGET</h4>
<p>Conveniently develop parallel technologies via user-centric benefits. Globally deploy turnkey technologies vis-a-vis excellent partnerships. Completely aggregate one-to-one human capital with principle-centered initiatives. Seamlessly enable web-enabled.</p>
<p> Appropriately foster ethical architectures via functional alignments. Holisticly unleash enabled information via customized value. Collaboratively syndicate corporate benefits without process-centric communities.</p>
</div>
<!-- end text widget -->
<!-- END SIDEBAR -->
</div>
</div>
</div>
</div>
<!-- END PAGE CONTENT -->
<!-- FOOTER -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- COLUMN 1 -->
<h3 class="sr-only">ABOUT US</h3>
<img src="assets/img/logo/repute-logo-light.png" class="logo" alt="Repute">
<p>Proactively aggregate B2B initiatives before extensive channels. Monotonectally extend interactive methods of empowerment through excellent applications. Rapidiously synergize visionary products with sticky technology.</p>
<br>
<address class="margin-bottom-30px">
<ul class="list-unstyled">
<li>1234 North Main Street
<br/> New York, NY 222222</li>
<li>Phone: (1800) 765 - 4321</li>
<li>Email: [email protected]</li>
</ul>
</address>
<!-- END COLUMN 1 -->
</div>
<div class="col-md-4">
<!-- COLUMN 2 -->
<h3 class="footer-heading">USEFUL LINKS</h3>
<div class="row margin-bottom-30px">
<div class="col-xs-6">
<ul class="list-unstyled footer-nav">
<li><a href="#">About Us</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Career</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<div class="col-xs-6">
<ul class="list-unstyled footer-nav">
<li><a href="#">Press Kit</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<!-- END COLUMN 2 -->
</div>
<div class="col-md-4">
<!-- COLUMN 3 -->
<div class="newsletter">
<h3 class="footer-heading">NEWSLETTER</h3>
<p>Get the latest update from us by subscribing to our newsletter.</p>
<form class="newsletter-form" method="POST">
<div class="input-group input-group-lg">
<input type="email" class="form-control" name="email" placeholder="[email protected]">
<span class="input-group-btn"><button class="btn btn-primary" type="button"><i class="fa fa-spinner fa-spin"></i><span>SUBSCRIBE</span></button>
</span>
</div>
<div class="alert"></div>
</form>
</div>
<div class="social-connect">
<h3 class="footer-heading">GET CONNECTED</h3>
<ul class="list-inline social-icons">
<li><a href="#" class="facebook-bg"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="twitter-bg"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="googleplus-bg"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" class="rss-bg"><i class="fa fa-rss"></i></a></li>
</ul>
</div>
<!-- END COLUMN 3 -->
</div>
</div>
</div>
<!-- COPYRIGHT -->
<div class="text-center copyright">
©2015 The Develovers. All Rights Reserved.
</div>
<!-- END COPYRIGHT -->
</footer>
<!-- END FOOTER -->
</div>
<!-- END WRAPPER -->
<!-- JAVASCRIPTS -->
<script src="assets/js/jquery-2.1.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
<script src="assets/js/repute-scripts.js"></script>
</body>
</html>