-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
772 lines (713 loc) · 33.4 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
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
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Katheryn Satterlee</title>
<meta name="author" content="ukieweb" />
<meta name="keywords" content="ukieCard, css3, template, html5 template" />
<meta name="description" content="ukieCard - Personal Vcard & Resume HTML Template" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Font Awesome -->
<link type="text/css" media="all" href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<!-- Libs CSS -->
<link type="text/css" media="all" href="assets/boostrap-files/css/bootstrap.min.css" rel="stylesheet" />
<!-- Optionally add helpers - button and/or media -->
<link rel="stylesheet" href="assets/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<!-- Add fancyBox main CSS files -->
<link rel="stylesheet" type="text/css" href="assets/fancybox/source/jquery.fancybox.css?v=2.1.5" media="screen" />
<!-- Important Owl stylesheet -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/slider.css">
<!-- Default Theme -->
<link rel="stylesheet" href="assets/css/owl.theme.css">
<!-- Animate CSS -->
<link type="text/css" media="all" href="assets/css/animate.css" rel="stylesheet" />
<!-- Template CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/calendar.css" />
<link rel="stylesheet" type="text/css" href="assets/css/stickup.css" />
<link rel="stylesheet" type="text/css" href="assets/css/component.css" />
<link type="text/css" media="all" href="assets/css/contact.form.css" rel="stylesheet" />
<link type="text/css" media="all" href="assets/css/style.css" rel="stylesheet" />
<!-- Switcher CSS -->
<link type="text/css" media="all" href="assets/css/switcher.css" rel="stylesheet" />
<link href="assets/css/colour-scheme/color-orange.css" rel="stylesheet" type="text/css" data-color="color-orange" media="all" id="stylesheet-new">
<!-- Responsive CSS -->
<link type="text/css" media="all" href="assets/css/respons.css" rel="stylesheet" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" href="assets/img/favicons/apple-touch-icon.png" />
<link rel="shortcut icon" href="assets/img/favicons/favicon.png" />
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Load page -->
<div class="animationload">
<div class="loader"></div>
</div>
<!-- End load page -->
<!-- Start Menu-navigation section -->
<div class="navbar-wrapper" role="navigation">
<div class="container navigation-top">
<div class="navwrapper">
<div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menuItem active"><a href="#navhome">Home</a></li>
<li class="menuItem"><a href="#navprofile">Profile</a></li>
<li class="menuItem"><a href="#navresume">Resume</a></li>
<li class="menuItem hidden"><a href="#navportfolio">Portfolio</a></li>
<li class="menuItem hidden"><a href="#navcontact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Menu-navigation section -->
<div id='contents' class="contents">
<div id="wraper" class="wraper-card">
<!-- Start Home section -->
<section id="navhome">
<!-- Start Home-header section -->
<section class="home-header border-bottom padding-block">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-5 col-lg-5 text-center border-right">
<!-- Your foto -->
<div class="foto">
<img src="./assets/img/photo.png" alt="Katheryn">
</div>
<!-- end your foto -->
</div>
<div class="col-xs-12 col-sm-7 col-lg-7 text-center">
<!-- Your Name -->
<h1 class="title">Katheryn Satterlee</h1>
<!-- Your Profession -->
<h3 class="sub-title">FullStack Web Developer</h3>
<!-- social icon -->
<div class="social">
<ul class="animated" data-animation="fadeIn" data-animation-delay="600">
<!-- social icons -->
<li><a class="ukie-icons hover-animate" href="https://www.linkedin.com/in/ksatter/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a class="ukie-icons hover-animate" href="https://github.com/ksatter" target="_blank"><i class="fa fa-github-alt"></i></a></li>
</li>
</ul>
</div>
<!-- end social icon -->
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Home-header section -->
<!-- Start Menu section -->
<nav class="menu-style1" id="menu">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<!-- start menu block (profile) -->
<a href="#navprofile" class="menu-li">
<!-- img menu block -->
<span class="foto">
<img src="./assets/img/menu/style1/profile.png" class="menu-img" data-img-name="profile" alt="profile">
</span>
<!-- name menu block -->
<span class="name">Profile</span>
</a>
<!-- end menu block (profile) -->
<!-- start menu block (resume) -->
<a href="#navresume" class="menu-li">
<!-- img menu block -->
<span class="foto">
<img src="./assets/img/menu/style1/resume.png" class="menu-img" data-img-name="resume" alt="resume">
</span>
<!-- name menu block -->
<span class="name">Resume</span>
</a>
<!-- end menu block (resume) -->
<!-- start menu block (portfolio) -->
<a href="#navportfolio" class="menu-li hidden">
<!-- img menu block -->
<span class="foto">
<img src="./assets/img/menu/style1/portfolio.png" class="menu-img" data-img-name="portfolio" alt="portfolio">
</span>
<!-- name menu block -->
<span class="name">Portfolio</span>
</a>
<!-- end menu block (portfolio) -->
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</nav>
<!-- End Menu section -->
</section>
<!-- End Home section -->
<!-- Start Profile section -->
<div class="profile" id="navprofile">
<!-- Start Head section -->
<header class="head">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-5 col-lg-5 text-right">
<img class="logo-page" src="./assets/img/photo.png" height="80px" alt="Katheryn">
</div>
<div class="col-xs-12 col-sm-7 col-lg-7">
<!-- Title Page -->
<h2 class="title">Profile</h2>
<!-- Description Page -->
<h4 class="sub-title">A Brief About Me</h4>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</header>
<!-- End Head section -->
<!-- Start Content section -->
<section class="content border-bottom padding-block">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-7 padding-bottom">
<h3 class="title">Hi, Thanks for stopping by!</h3>
<p>I'm a FullStack web developer and educator with over ten years of experience in customer service and management. In search of an awesome group of people with whom to learn, grow and get stuff done.</p>
<p>
<a href="./assets/docs/KatherynSatterleeResume.pdf" class="btn btn-color hover-animate" download target="_blank">Download CV</a>
</p>
</div>
<div class="col-xs-12 col-sm-12 col-lg-5">
<div class="block-grey">
<table>
<tr>
<td class="font-weight-m">Name</td>
<td class="text-right">Katheryn Satterlee</td>
</tr>
<tr>
<td class="font-weight-m">E-mail</td>
<td class="text-right"><a href="mailto:me@ksatter/com">[email protected]</a></td>
</tr>
<tr>
<td class="font-weight-m">Location</td>
<td class="text-right">Austin, Tx</td>
</tr>
<tr>
<td class="font-weight-m">Phone</td>
<td class="text-right"><a href="tel:5129251285">512.925.1285</a></td>
</tr>
<tr>
<td class="font-weight-m">Website</td>
<td class="text-right"><a href="ksatter.com">ksatter.com</a></td>
</tr>
<tr>
<td colspan="2" class="font-weight-m"><i class="fa fa-circle green-marker" aria-hidden="true"></i>Available for freelance</td>
</tr>
<tr>
<td colspan="2" class="font-weight-m"><i class="fa fa-circle green-marker" aria-hidden="true"></i>Available for hire</td>
</tr>
<!--
<tr>
<td colspan="2" class="font-weight-m"><i class="fa fa-circle red-marker" aria-hidden="true"></i>Not available for freelance</td>
</tr>
<tr>
<td colspan="2" class="font-weight-m"><i class="fa fa-circle orange-marker" aria-hidden="true"></i>In vacation till septembre 29</td>
</tr>
-->
</table>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Content section -->
</div>
<!-- End Profile section -->
<!-- Start Resume section -->
<div class="resume" id="navresume">
<!-- Start Head section -->
<header class="head">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-5 col-lg-5 text-right">
<img class="logo-page" src="./assets/img/resume_l.png" alt="Ukieweb">
</div>
<div class="col-xs-12 col-sm-7 col-lg-7">
<!-- Title Page -->
<h2 class="title">Resume</h2>
<!-- Description Page -->
<h4 class="sub-title">My Qualifications</h4>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</header>
<!-- End Head section -->
<!-- Start Content section -->
<section class="content padding-block border-bottom">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-6 padding-bottom">
<h3 class="title title-resume">Education</h3>
<div class="block-grey">
<div id="education-slider" class="owl-carousel owl-theme">
<div class="item">
<table>
<tr>
<td class="font-weight-m width-td">Name</td>
<td>Georgia institute of Technology</td>
</tr>
<tr>
<td class="font-weight-m">Address</td>
<td>Atlanta, Georgia</td>
</tr>
<tr>
<td class="font-weight-m">Period</td>
<td>2017-2018</td>
</tr>
<tr>
<td class="font-weight-m">Program</td>
<td>FullStack Web Development Bootcamp</td>
</tr>
</table>
<p>Intensive 24-week program covering:
<ul>
<li> Computer Science applied to JavaScript </li>
<li> Databases (MySQL, MongoDB) </li>
<li> Server Side Development (Node.js, Express, MERN Stack)</li>
<li> Browser Based Technologies (HTML, CSS, JavaScript, jQuery, Bootstrap)</li>
<li> Quality Assurance (Writing Tests) </li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-lg-6">
<h3 class="title title-resume">Work</h3>
<div class="block-grey">
<div id="work-slider" class="owl-carousel owl-theme">
<div class="item">
<table>
<tr>
<td class="font-weight-m width-td1">Company Name</td>
<td>Georgia Institute of Technology</td>
</tr>
<tr>
<td class="font-weight-m">Location</td>
<td>Savannah, Ga (Remote)</td>
</tr>
<tr>
<td class="font-weight-m">Period</td>
<td>2018-Present</td>
</tr>
<tr>
<td class="font-weight-m">Position</td>
<td>Web Development Teaching Assistant and Substitute Instructor</td>
</tr>
</table>
<p>
Support students with a wide range of backgrounds and technical proficiency through an intense and demanding full stack web development course covering html, css, javascript and associated technologies.
</p>
</div>
<div class="item">
<table>
<tr>
<td class="font-weight-m width-td1">Company Name</td>
<td>Trilogy Education Services</td>
</tr>
<tr>
<td class="font-weight-m">Location</td>
<td>New York, NY (Remote)</td>
</tr>
<tr>
<td class="font-weight-m">Period</td>
<td>2018-Present</td>
</tr>
<tr>
<td class="font-weight-m">Position</td>
<td>Web Development Tutor</td>
</tr>
</table>
<p>Tutor students in javascript, css, html and associated technologies using tailored approaches to ensure a high level of unsterstanding and retention.
</p>
</div>
<div class="item">
<table>
<tr>
<td class="font-weight-m width-td1">Company Name</td>
<td>Rhodes Murphy</td>
</tr>
<tr>
<td class="font-weight-m">Location</td>
<td>Louisville, Ga</td>
</tr>
<tr>
<td class="font-weight-m">Period</td>
<td>2016-2018</td>
</tr>
<tr>
<td class="font-weight-m">Position</td>
<td>Tax Preparer</td>
</tr>
</table>
<p>Prepared tax returns for a diverse range of clients, assisted owners with day-to-day operation and personnel strategies and provided technical assistance and support to a network of four offices
</p>
</div>
<div class="item">
<table>
<tr>
<td class="font-weight-m width-td1">Company Name</td>
<td>Ecig.com</td>
</tr>
<tr>
<td class="font-weight-m">Location</td>
<td>Austin, Tx</td>
</tr>
<tr>
<td class="font-weight-m">Period</td>
<td>2015-2016</td>
</tr>
<tr>
<td class="font-weight-m">Position</td>
<td>Customer Service & Retail Store Manager</td>
</tr>
</table>
<p>Managed online customer support team and transitioned to managing retail store
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Content section -->
<!-- Start Skills section -->
<section class="skills border-bottom padding-block">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-6 padding-bottom">
<h3 class="title title-skills">Professional skills</h3>
<label class="progress-bar-label">JavaScript</label>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="78" aria-valuemin="0" aria-valuemax="100">
<span>78%</span>
</div>
</div>
<label class="progress-bar-label">HTML & CSS</label>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<span>63%</span>
</div>
</div>
<label class="progress-bar-label">MERN Stack</label>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">
<span>60%</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-lg-6">
<h3 class="title title-skills">Additional skills</h3>
<div class="circle-progress-block">
<div class="circle-progress">
<input type="text" class="dial" value="90" data-color="#00b6f9" data-from="0" data-to="99" />
</div>
<label class="circle-progress-label">Communication</label>
</div>
<div class="circle-progress-block">
<div class="circle-progress">
<input type="text" class="dial" value="76" data-color="#00b6f9" data-from="0" data-to="99" />
</div>
<label class="circle-progress-label">Management</label>
</div>
<div class="circle-progress-block">
<div class="circle-progress">
<input type="text" class="dial" value="73" data-color="#00b6f9" data-from="0" data-to="99" />
</div>
<label class="circle-progress-label">Training</label>
</div>
<div class="circle-progress-block">
<div class="circle-progress">
<input type="text" class="dial" value="12" data-color="#00b6f9" data-from="0" data-to="99" />
</div>
<label class="circle-progress-label">Humor</label>
</div>
</div>
</div>
<!-- end row -->
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-6 knowledge">
<h3 class="title title-skills">Knowledge</h3>
<div class="col-xs-12 col-sm-6 col-lg-6">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>NodeJs</li>
<li>Express</li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-lg-6">
<ul>
<li>MySQL</li>
<li>MongoDB</li>
<li>REST APIs</li>
<li>React</li>
</ul>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Skills section -->
<!-- Start Testimonials section -->
<section class="padding-block text-center testimonials border-bottom">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<h3 class="title">Testimonials</h3>
</div>
</div>
<!-- end row -->
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<div class="block-grey">
<div class="slider_container">
<div class="flexslider">
<ul class="slides">
<li>
<div class="col-xs-12 col-sm-5 col-lg-5">
<img class="foto" src="https://media.licdn.com/dms/image/C4E03AQFZBKoWjgPxLA/profile-displayphoto-shrink_100_100/0?e=1560384000&v=beta&t=POsWEvhUpY-vLPc-3d_g7C27g-iCBm0KgfWAtH8tP80" alt="val">
<!-- Title Page -->
<h4 class="sub-title">Valarie Regas</h4>
<!-- Description Page -->
<p>Airbus Aerial</p>
</div>
<div class="col-xs-12 col-sm-7 col-lg-7 border-left border-left">
<!-- <table>
<tr>
<td class="font-weight-m width-td1">I like UkieCard</td>
<td>August 21, 2016</td>
</tr> -->
</table>
<p>I met Katheryn while we were students together at GA Tech's web development bootcamp. The speed with which she learned new material was awe inspiring, and her willingness to help those around her catch up spoke volumes about her character. I consider myself lucky to have been there at the same time as was she.
</p>
<ul class="flex-direction-nav">
<li><a class="prev" href="#"><i class="fa fa-angle-left" aria-hidden="true"></i></a></li>
<li><a class="next" href="#"><i class="fa fa-angle-right" aria-hidden="true"></i></a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Testimonials section -->
</section>
<!-- End Resume section -->
<!-- Start Portfolio section -->
<div class="portfolio-header hidden" id="navportfolio">
<!-- Start Head section -->
<header class="head">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-5 col-lg-5 text-right">
<img class="logo-page" src="./assets/img/portfolio_l.png" alt="Portfolio">
</div>
<div class="col-xs-12 col-sm-7 col-lg-7">
<!-- Title Page -->
<h2 class="title">Portfolio</h2>
<!-- Description Page -->
<h4 class="sub-title">Some of My Works</h4>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</header>
<!-- End Head section -->
<!-- Start Portfolio section -->
<div class="portfolio-section padding-block hidden">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row padding-bottom">
<!-- Portfolio -->
<div class="portfolio">
<div class="filter_div controls">
<div class="col-xs-12 col-sm-12 col-lg-11">
<ul>
<li class="hover-animate filter" data-filter="all">All</li>
<li class="hover-animate filter" data-filter=".category-1">Front End</li>
<li class="hover-animate filter" data-filter=".category-2">Back End</li>
<li class="hover-animate filter" data-filter=".category-3">FullStack</li>
</ul>
</div>
</div>
<div id="portfolio-grid">
<div class="mix col-xs-12 col-sm-6 col-lg-4 portfolio-item category-1" data-value="1">
<div class="within">
<img src="assets/img/portfolio/p-1.png" alt="Alt">
<div class="port-item-cont">
<h3 class="title">Project Title</h3>
<p class="desc">Your Project description</p>
<a class="fancybox popup-content view-work hover-animate" href="#work-0" rel="mygallery">View details</a>
</div>
<div class="hidden">
<div class="podrt-desc" id="work-0">
<div class="modal-box-content">
<img src="assets/img/portfolio/p_b-1.png" alt="Alt">
<div class="text">
<h3 class="title">Project Title</h3>
<table>
<tr>
<td class="font-weight-m width-td">Completed</td>
<td>November 2014</td>
</tr>
<tr>
<td class="font-weight-m">Client</td>
<td>Envato</td>
</tr>
</table>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium, totam rem aperiamae vitae dicta sunt explicabo.</p>
<a href="" class="btn btn-color">See Live</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Portfolio -->
</div>
<!-- end row -->
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12 text-center btn-center">
<a href="blog.html" class="btn hover-animate btn-color-hover">See all</a>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- End Portfolio section -->
</div>
<!-- End Portfolio section -->
<!-- Start Footer section -->
<footer class="footer">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<!-- start phone number -->
<div class="col-xs-12 col-sm-6 col-lg-3">
<a href="tel:5129251285" class="hover-animate">
<span class="ukie-icons hover-animate"><i class="fa fa-phone"></i></span> 512.925.1285
</a>
</div>
<!-- end phone number -->
<!-- start email -->
<div class="col-xs-12 col-sm-6 col-lg-3">
<a href="mailto: [email protected]" target="_blank"class="hover-animate">
<span class="ukie-icons hover-animate"><i class="fa fa-paper-plane"></i></span> [email protected]
</a>
</div>
<!-- end email -->
<!-- start address -->
<div class="col-xs-12 col-sm-6 col-lg-3">
<a href="#" class="hover-animate">
<span class="ukie-icons hover-animate"><i class="fa fa-map-marker"></i></span> Austin, Tx
</a>
</div>
<!-- end address -->
<!-- start Copyright -->
<div class="col-xs-12 col-sm-6 col-lg-3 text-right">
<span class="copyright">Copyright © 2019 All right reserved</span>
</div>
<!-- end Copyright -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</footer>
<!-- End Footer section -->
</div>
</div>
<!-- Scroll to Top -->
<a href="#" class="btn hover-animate scrollToTop"><i class="fa fa-angle-up"></i></a>
<!-- End Scroll to Top -->
<!-- Scripts -->
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="assets/boostrap-files/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.appear.js" type="text/javascript"></script>
<script src="assets/js/jquery.mixitup.min.js" type="text/javascript"></script>
<script src="assets/js/owl.carousel.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="assets/js/jquery.inview.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.knob.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.cookie.js" type="text/javascript"></script>
<script src="assets/js/jquery.countTo.js" type="text/javascript"></script>
<script src="assets/fancybox/lib/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>
<script src="assets/fancybox/source/jquery.fancybox.pack.js?v=2.1.5" type="text/javascript"></script>
<script src="assets/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5" type="text/javascript"></script>
<script src="assets/js/portfolio_scripts.js" type="text/javascript"></script>
<script src="assets/js/jquery.ratyli.js" type="text/javascript"></script>
<script src="assets/js/stickUp.js" type="text/javascript"></script>
<script src="assets/js/modernizr.custom.js" type="text/javascript"></script>
<script src="assets/js/prefixfree.min.js" type="text/javascript"></script>
<script src="assets/js/modernizr.js" type="text/javascript"></script>
<script src="assets/js/jquery.calendario.js" type="text/javascript"></script>
<script src="assets/js/contact_scripts.js" type="text/javascript"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1J4h7Xqzd51GMRYG0OS8gPJpJMXC1MCE&callback=initMap"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
</body>
</html>