-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-dark.html
More file actions
688 lines (658 loc) · 41.6 KB
/
index-dark.html
File metadata and controls
688 lines (658 loc) · 41.6 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
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
<!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, minimum-scale=1.0, shrink-to-fit=no">
<link href="https://tumo.org/wp-content/uploads/2018/10/android-chrome-192x192-70x70.png" rel="icon" type="image/png" />
<title>robtumo - Personal Portfolio Template</title>
<meta name="description" content="robtumo is responsive bootstrap 4 one page personal portfolio html template.">
<meta name="author" content="robtumo">
<!-- Web Fonts -->
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900' type='text/css'>
<!-- Stylesheet
============================== -->
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" type="text/css" href="vendor/font-awesome/css/all.min.css" />
<!-- Owl Carousel -->
<link rel="stylesheet" type="text/css" href="vendor/owl.carousel/assets/owl.carousel.min.css" />
<!-- Magnific Popup -->
<link rel="stylesheet" type="text/css" href="vendor/magnific-popup/magnific-popup.min.css" />
<!-- Custom Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<!-- Colors Css -->
<link id="color-switcher" type="text/css" rel="stylesheet" href="#" />
</head>
<body class="side-header" data-spy="scroll" data-target=".navbar" data-offset="1">
<!-- Preloader -->
<div class="preloader preloader-dark">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- Preloader End -->
<!-- Document Wrapper
=============================== -->
<div id="main-wrapper">
<!-- Header
============================ -->
<header id="header" class="sticky-top">
<!-- Navbar -->
<nav class="primary-menu navbar navbar-expand-lg bg-dark navbar-text-light border-bottom-0">
<div class="container-fluid position-relative h-100 flex-lg-column pl-3 px-lg-3 pt-lg-3 pb-lg-2">
<!-- Logo -->
<a href="https://robtumo.github.io/index-dark.html" class="mb-lg-auto mt-lg-4">
<span class="bg-dark-2 rounded-pill p-2 mb-lg-1 d-none d-lg-inline-block">
<img class="img-fluid rounded-pill d-block" src="images/profile.jpg" width="160" height="160" title="I'm Simone" alt="">
</span>
<h1 class="text-5 text-white text-center mb-0 d-lg-block">Robert Grigoryan</h1>
</a>
<!-- Logo End -->
<div id="header-nav" class="collapse navbar-collapse w-100 my-lg-auto">
<ul class="navbar-nav text-lg-center my-lg-auto py-lg-3">
<li class="nav-item"><a class="nav-link smooth-scroll active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#about">About Me</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#services">What I Do</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#resume">Resume</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#portfolio">Portfolio</a></li>
<!-- <li class="nav-item"><a class="nav-link smooth-scroll" href="#testimonial">Testimonial</a></li> -->
<li class="nav-item"><a class="nav-link smooth-scroll" href="#contact">Contact</a></li>
</ul>
</div>
<ul class="social-icons social-icons-muted social-icons-sm mt-lg-auto ml-auto ml-lg-0 mb-n1 d-flex">
<!-- <li class="social-icons-facebook"><a data-toggle="tooltip" href="http://www.facebook.com/" target="_blank" title="" data-original-title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-twitter"><a data-toggle="tooltip" href="http://www.twitter.com/" target="_blank" title="" data-original-title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li class="social-icons-dribbble"><a data-toggle="tooltip" href="http://www.dribbble.com/" target="_blank" title="" data-original-title="Dribbble"><i class="fab fa-dribbble"></i></a></li> -->
<li class="social-icons-github"><a data-toggle="tooltip" href="https://github.com/robtumo" target="_blank" title="" data-original-title="GitHub"><i class="fab fa-github"></i></a></li>
</ul>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#header-nav"><span></span><span></span><span></span></button>
</div>
</nav>
<!-- Navbar End -->
</header>
<!-- Header End -->
<!-- Content
============================================= -->
<div id="content" role="main">
<!-- Intro
============================================= -->
<section id="home">
<div class="hero-wrap">
<div class="hero-mask opacity-8 bg-dark"></div>
<div class="hero-bg parallax" style="background-image:url('images/intro-bg.jpg');"></div>
<div class="hero-content section d-flex fullscreen">
<div class="container my-auto">
<div class="row">
<div class="col-12 text-center">
<div class="typed-strings">
<p>I'm Robert Grigoryan.</p>
<p>I'm a TUMOian.</p>
<p>I'm a Web, Mobile and Desktop App Developer.</p>
<p>I'm a Competitve Programmer.</p>
</div>
<p class="text-7 font-weight-500 text-white mb-2 mb-md-3">Welcome</p>
<h2 class="text-16 font-weight-600 text-white mb-2 mb-md-3"><span class="typed"></span></h2>
<p class="text-5 text-light mb-4">based in Yerevan, Armenia.</p>
<a href="#contact" class="btn btn-outline-primary rounded-pill shadow-none smooth-scroll mt-2">Hire Me</a>
</div>
</div>
</div>
<a href="#about" class="scroll-down-arrow text-white smooth-scroll"><span class="animated"><i class="fa fa-chevron-down"></i></span></a> </div>
</div>
</section>
<!-- Intro end -->
<!-- About
============================================= -->
<section id="about" class="section bg-dark-1">
<div class="container px-lg-5">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-muted opacity-1 text-uppercase font-weight-600 w-100 mb-0">About Me</h2>
<p class="text-9 text-white font-weight-600 position-absolute w-100 align-self-center line-height-4 mb-0">Know Me More<span class="heading-separator-line border-bottom border-3 border-primary position-abolute d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="row">
<div class="col-lg-8 text-center text-lg-left">
<h2 class="text-7 text-white font-weight-600 mb-3">I'm <span class="text-primary">Robert Grigoryan,</span> a Web Developer</h2>
<p class="text-white-50">I am building my own Apps by using Java, Swift, Objective C, C#, Python. I Design and Develop Websites and Web Applications using HTML, CSS and Javascript for introducing my Apps. When dealing with a project I pay attention to the smallest details addressing problems with patience. Web design and development help me to free my creative mind and allow me satisfy my desire towards constant self growth.</p>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<div class="pl-4">
<ul class="list-style-2 list-style-light text-light">
<li><span class="font-weight-600 mr-2">Name:</span>Robert Grigoryan</li>
<li><span class="font-weight-600 mr-2">Email:</span><a href="mailto:robtumo@mail.com">robtumo@mail.com</a></li>
<li><span class="font-weight-600 mr-2">Age:</span>18</li>
<li class="border-0"><span class="font-weight-600 mr-2">From:</span>Yerevan, Armenia</li>
</ul>
<a href="https://portfolio.tumo.org/z4ex0yy38/portfolio" target="_blank" class="btn btn-primary rounded-pill smooth-scroll">Download CV</a> </div>
</div>
</div>
<div class="brands-grid separator-border separator-border-light mt-5">
<div class="row">
<div class="col-6 col-md-3">
<div class="featured-box text-center">
<h4 class="text-12 text-white-50 mb-0"><span class="counter" data-from="0" data-to="2">2</span>+</h4>
<p class="text-light mb-0">Years Experiance</p>
</div>
</div>
<div class="col-6 col-md-3">
<div class="featured-box text-center">
<h4 class="text-12 text-white-50 mb-0"><span class="counter" data-from="0" data-to="250">250</span>+</h4>
<p class="text-light mb-0">Happy Clients</p>
</div>
</div>
<div class="col-6 col-md-3">
<div class="featured-box text-center">
<h4 class="text-12 text-white-50 mb-0"><span class="counter" data-from="0" data-to="1000">1000</span>+</h4>
<p class="text-light mb-0">Projects Done</p>
</div>
</div>
<div class="col-6 col-md-3">
<div class="featured-box text-center">
<h4 class="text-12 text-white-50 mb-0"><span class="counter" data-from="0" data-to="0">0</span></h4>
<p class="text-light mb-0">Get Awards</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About end -->
<!-- Services
============================================= -->
<section id="services" class="section bg-dark-2">
<div class="container px-lg-5">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-muted opacity-1 text-uppercase font-weight-600 w-100 mb-0">Services</h2>
<p class="text-9 text-white font-weight-600 position-absolute w-100 align-self-center line-height-4 mb-0">What I Do?<span class="heading-separator-line border-bottom border-3 border-primary position-abolute d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="row">
<div class="col-md-6">
<div class="featured-box style-3 mb-5">
<div class="featured-box-icon text-primary bg-dark-1 shadow-sm rounded"> <i class="fas fa-globe"></i> </div>
<h3 class="text-white">Web Development</h3>
<br>
<p class="text-white-50 mb-0"></p>
</div>
</div>
<div class="col-md-6">
<div class="featured-box style-3 mb-5">
<div class="featured-box-icon text-primary bg-dark-1 shadow-sm rounded"> <i class="fas fa-pencil-ruler"></i> </div>
<h3 class="text-white">UI/UX Design</h3>
<p class="text-white-50 mb-0"></p>
<br>
</div>
</div>
<div class="col-md-6">
<div class="featured-box style-3 mb-5">
<div class="featured-box-icon text-primary bg-dark-1 shadow-sm rounded"> <i class="fas fa-desktop"></i> </div>
<h3 class="text-white">Desktop App Design & Develop</h3>
<br>
<p class="text-white-50 mb-0"></p>
</div>
</div>
<div class="col-md-6">
<div class="featured-box style-3 mb-5 mb-md-0">
<div class="featured-box-icon text-primary bg-dark-1 shadow-sm rounded"> <i class="fas fa-mobile"></i> </div>
<h3 class="text-white">Android App Design & Develop</h3>
<br>
<p class="text-white-50 mb-0"></p>
</div>
</div>
<div class="col-md-6">
<div class="featured-box style-3 mb-0">
<div class="featured-box-icon text-primary bg-dark-1 shadow-sm rounded"> <i class="fas fa-robot"></i> </div>
<h3 class="text-white">Bots</h3>
<br>
<br>
<br>
<p class="text-white-50 mb-0"></p>
</div>
</div>
<div class="col-md-6">
<div class="featured-box style-3 mb-5">
<div class="featured-box-icon text-primary bg-dark-1 shadow-sm rounded"> <i class="fas fa-code"></i></div>
<h3 class="text-white">Competitive Programming</h3>
<p class="text-white-50 mb-0"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services end -->
<!-- Resume
============================================= -->
<section id="resume" class="section bg-dark-1">
<div class="container px-lg-5">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-muted opacity-1 text-uppercase font-weight-600 w-100 mb-0">Summary</h2>
<p class="text-9 text-white font-weight-600 position-absolute w-100 align-self-center line-height-4 mb-0">Resume<span class="heading-separator-line border-bottom border-3 border-primary position-abolute d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="row">
<!-- My Education -->
<div class="col-md-6">
<h2 class="text-6 font-weight-600 mb-4">My Education</h2>
<div class="bg-white border rounded p-4 mb-4">
<p class="badge badge-primary text-2 font-weight-400">2009 - 2018</p>
<h3 class="text-5">Secondary School</h3>
<p class="text-danger">No. 19 after Nikol Aghbalyan</p>
<p class="mb-0"></p>
</div>
<div class="bg-white border rounded p-4 mb-4">
<p class="badge badge-primary text-2 font-weight-400">2018 - 2021</p>
<h3 class="text-5">High School</h3>
<p class="text-danger">No. 29 after Andranik Margaryan</p>
<p class="mb-0"></p>
</div>
<div class="bg-white border rounded p-4 mb-4">
<p class="badge badge-primary text-2 font-weight-400">2021 - future</p>
<h3 class="text-5">University</h3>
<p class="text-danger">YSMU</p>
<p class="mb-0"></p>
</div>
</div>
<!-- My Experience -->
<div class="col-md-6">
<h2 class="text-6 font-weight-600 mb-4">My Experience</h2>
<div class="bg-white border rounded p-4 mb-4">
<p class="badge badge-primary text-2 font-weight-400">Jul - Oug 2019</p>
<h3 class="text-5">Web Developer</h3>
<p class="text-danger">Freelancer</p>
<p class="mb-0"></p>
</div>
<div class="bg-white border rounded p-4 mb-4">
<p class="badge badge-primary text-2 font-weight-400">Oug 2019</p>
<h3 class="text-5">Web and App Developer</h3>
<p class="text-danger">Upwork</p>
<p class="mb-0"></p>
</div>
<div class="bg-white border rounded p-4 mb-4">
<p class="badge badge-primary text-2 font-weight-400">October 2019 - present</p>
<h3 class="text-5">Professional Developer</h3>
<p class="text-danger">Self-sufficient</p>
<p class="mb-0">I have already been ready for starting Full Stack Development of Web, Mobile and Desktop Apps</p>
</div>
</div>
</div>
<!-- My Skills -->
<h2 class="text-6 text-white font-weight-600 mt-4 mb-4">My Skills</h2>
<div class="row">
<div class="col-md-6">
<p class="text-light font-weight-500 text-left mb-2">HTML + CSS/SCSS/SASS/Bootstrap <span class="float-right">95%</span></p>
<div class="progress progress-sm mb-4">
<div class="progress-bar" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="text-light font-weight-500 text-left mb-2">Python/Django <span class="float-right">90%</span></p>
<div class="progress progress-sm mb-4">
<div class="progress-bar" role="progressbar" style="width: 90%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="text-light font-weight-500 text-left mb-2">Angular/React/Vue/JavaScript/Nodejs <span class="float-right">85%</span></p>
<div class="progress progress-sm mb-4">
<div class="progress-bar" role="progressbar" style="width: 85%" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="col-md-6">
<p class="text-light font-weight-500 text-left mb-2">PHP/LARAVEL/WordPress + MySQL/MongoDB <span class="float-right">90%</span></p>
<div class="progress progress-sm mb-4">
<div class="progress-bar" role="progressbar" style="width: 90%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="text-light font-weight-500 text-left mb-2">GitHub/GitLab/BitBucket <span class="float-right">90%</span></p>
<div class="progress progress-sm mb-4">
<div class="progress-bar" role="progressbar" style="width: 90%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<p class="text-light font-weight-500 text-left mb-2">Java/Android/Spring + Swift/IOS + C# <span class="float-right">75%</span></p>
<div class="progress progress-sm mb-4">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="text-center mt-5"><a href="#" class="btn btn-outline-secondary rounded-pill shadow-none">Download CV <span class="ml-1"><i class="fas fa-download"></i></span></a></div>
</div>
</section>
<!-- Resume end -->
<!-- Portfolio
============================================= -->
<section id="portfolio" class="section bg-dark-2">
<div class="container px-lg-5">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-muted opacity-1 text-uppercase font-weight-600 w-100 mb-0">Portfolio</h2>
<p class="text-9 text-white font-weight-600 position-absolute w-100 align-self-center line-height-4 mb-0">My Work<span class="heading-separator-line border-bottom border-3 border-primary position-abolute d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<!-- Filter Menu -->
<ul class="portfolio-menu nav nav-tabs nav-light justify-content-center border-bottom-0 mb-4">
<li class="nav-item"> <a data-filter="*" class="nav-link active" href="">All</a></li>
<!-- <li class="nav-item"> <a data-filter=".design" href="" class="nav-link">Design</a></li> -->
<!-- <li class="nav-item"> <a data-filter=".brand" href="" class="nav-link">Brand</a></li> -->
<!-- <li class="nav-item"> <a data-filter=".photos" href="" class="nav-link">Photos</a></li> -->
</ul>
<!-- Filter Menu end -->
<div class="portfolio popup-ajax-gallery">
<div class="row portfolio-filter">
<!-- <div class="col-sm-6 col-lg-4 brand">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="images/projects/project-1.jpg" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-1.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">Project Title</h5>
<span class="text-light">Category</span> </div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 design">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="images/projects/project-2.jpg" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-2.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">Project Title</h5>
<span class="text-light">Category</span> </div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 artwork photos">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="images/projects/project-3.jpg" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-3.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">Project Title</h5>
<span class="text-light">Category</span> </div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 artwork brand photos">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="images/projects/project-4.jpg" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-4.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">Project Title</h5>
<span class="text-light">Category</span> </div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 design">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="images/projects/project-5.jpg" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-5.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">Project Title</h5>
<span class="text-light">Category</span> </div>
</div>
</div>
</div>
</div> -->
<div class="col-sm-6 col-lg-4 brand">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="https://robertmakeev.netlify.app/images/Robert's%20Tools.png" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-6.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">Robert's Encryption Tool</h5>
<span class="text-light">Vahē & Lucie Award 2019</span> </div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 design photos">
<div class="portfolio-box rounded my-3">
<div class="portfolio-img rounded"> <img class="img-fluid d-block" src="https://draw2txt.netlify.app/img/demo.png" alt="">
<div class="portfolio-overlay"> <a class="popup-ajax stretched-link" href="ajax/portfolio-ajax-project-dark-7.html"></a>
<div class="portfolio-overlay-details">
<h5 class="text-white font-weight-400">File Format Conversion (OCR)</h5>
<span class="text-light">Vahē & Lucie Award 2020</span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio end -->
<!-- Testimonial
============================================= -->
<!-- <section id="testimonial" class="section bg-dark-1">
<div class="container px-lg-5"> -->
<!-- Heading -->
<!-- <div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-muted opacity-1 text-uppercase font-weight-600 w-100 mb-0">Testimonial</h2>
<p class="text-9 text-white font-weight-600 position-absolute w-100 align-self-center line-height-4 mb-0">Client Speak<span class="heading-separator-line border-bottom border-3 border-primary position-abolute d-block mx-auto"></span> </p>
</div> -->
<!-- Heading end-->
<!-- <div class="owl-carousel owl-light owl-theme" data-loop="true" data-nav="false" data-autoplay="false" data-margin="20" data-stagepadding="0" data-slideby="1" data-items-xs="1" data-items-sm="1" data-items-md="1" data-items-lg="2">
<div class="item">
<div class="bg-dark rounded p-5">
<div class="d-flex align-items-center mt-auto mb-4"> <img class="img-fluid rounded-circle d-inline-block w-auto" src="images/testimonial/client-sm-3.jpg" alt="">
<p class="ml-3 mb-0"><strong class="d-block text-white font-weight-600">Dennis Jacques</strong> <span class="text-white-50 font-weight-500">User from USA</span></p>
</div>
<p class="text-light mb-4">“Only trying it out since a few days. But up to now excellent. Seems to work flawlessly. priced simply dummy text of the printing and typesetting industry.”</p>
<span class="text-2"> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> </span> </div>
</div>
<div class="item">
<div class="bg-dark rounded p-5">
<div class="d-flex align-items-center mt-auto mb-4"> <img class="img-fluid rounded-circle d-inline-block w-auto" src="images/testimonial/client-sm-1.jpg" alt="">
<p class="ml-3 mb-0"><strong class="d-block text-white font-weight-600">Jay Shah</strong> <span class="text-white-50 font-weight-500">Founder at Icomatic Pvt Ltd</span></p>
</div>
<p class="text-light mb-4">"Easy to use, reasonably priced simply dummy text of the printing and typesetting industry. Quidam lisque persius interesset his et, in quot quidam possim iriure.”</p>
<span class="text-2"> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> </span> </div>
</div>
<div class="item">
<div class="bg-dark rounded p-5">
<div class="d-flex align-items-center mt-auto mb-4"> <img class="img-fluid rounded-circle d-inline-block w-auto" src="images/testimonial/client-sm-2.jpg" alt="">
<p class="ml-3 mb-0"><strong class="d-block text-white font-weight-600">Patrick Cary</strong> <span class="text-white-50 font-weight-500">Freelancer from USA</span></p>
</div>
<p class="text-light mb-4">“I am happy Working with printing and typesetting industry. Quidam lisque persius interesset his et, in quot quidam persequeris essent possim iriure.”</p>
<span class="text-2"> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> </span> </div>
</div>
<div class="item">
<div class="bg-dark rounded p-5">
<div class="d-flex align-items-center mt-auto mb-4"> <img class="img-fluid rounded-circle d-inline-block w-auto" src="images/testimonial/client-sm-4.jpg" alt="">
<p class="ml-3 mb-0"><strong class="d-block text-white font-weight-600">Chris Tom</strong> <span class="text-white-50 font-weight-500">User from UK</span></p>
</div>
<p class="text-light mb-4">“I have used them twice now. Good rates, very efficient service and priced simply dummy text of the printing and typesetting industry quidam interesset his et. Excellent.”</p>
<span class="text-2"> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> <i class="fas fa-star text-warning"></i> </span> </div>
</div>
</div>
</div>
</section> -->
<!-- Testimonial end -->
<!-- Contact Me
============================================= -->
<section id="contact" class="section bg-dark-2">
<div class="container px-lg-5">
<!-- Heading -->
<div class="position-relative d-flex text-center mb-5">
<h2 class="text-24 text-muted opacity-1 text-uppercase font-weight-600 w-100 mb-0">Contact</h2>
<p class="text-9 text-white font-weight-600 position-absolute w-100 align-self-center line-height-4 mb-0">Get in Touch<span class="heading-separator-line border-bottom border-3 border-primary position-abolute d-block mx-auto"></span> </p>
</div>
<!-- Heading end-->
<div class="row">
<div class="col-md-4 col-xl-3 order-1 order-md-0 text-center text-md-left mt-5 mt-md-0">
<h2 class="mb-3 text-5 text-white text-uppercase">Address</h2>
<p class="text-3 text-white-50 mb-4">Northern Avenue,<br>
Yerevan, Armenia 0001 </p>
<p class="text-3 text-white-50 mb-1"><span class="text-primary text-4 mr-2"><i class="fas fa-phone"></i></span>(+374) 96 23 00 90</p>
<!-- <p class="text-3 text-white-50 mb-1"><span class="text-primary text-4 mr-2"><i class="fas fa-fax"></i></span>NULL</p> -->
<p class="text-3 text-white-50 mb-4"><span class="text-primary text-4 mr-2"><i class="fas fa-envelope"></i></span>robtumo@mail.com</p>
<h2 class="mb-3 text-5 text-white text-uppercase">Follow Me</h2>
<ul class="social-icons social-icons-muted ml-md-n2 justify-content-center justify-content-md-start">
<!-- <li class="social-icons-dribbble"><a data-toggle="tooltip" href="http://www.dribbble.com" target="_blank" title="" data-original-title="Dribbble"><i class="fab fa-dribbble"></i></a></li>
<li class="social-icons-twitter"><a data-toggle="tooltip" href="https://twitter.com" target="_blank" title="" data-original-title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li class="social-icons-facebook"><a data-toggle="tooltip" href="http://www.facebook.com" target="_blank" title="" data-original-title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-google"><a data-toggle="tooltip" href="http://www.google.com/" target="_blank" title="" data-original-title="Google"><i class="fab fa-google"></i></a></li> -->
<li class="social-icons-github"><a data-toggle="tooltip" href="http://www.github.com/robtumo" target="_blank" title="" data-original-title="GitHub"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-8 col-xl-9 order-0 order-md-1">
<h2 class="mb-3 text-5 text-white text-uppercase text-center text-md-left">Send me a note</h2>
<form class="form-dark" action="https://formspree.io/xoqpqjpb" method="POST"> <!-- id="contact-form -->
<div class="row">
<div class="col-xl-6">
<div class="form-group">
<input name="name" type="text" class="form-control" required placeholder="Name">
</div>
</div>
<div class="col-xl-6">
<div class="form-group">
<input name="email" type="email" class="form-control" required placeholder="Email">
</div>
</div>
</div>
<div class="form-group">
<textarea name="form-message" class="form-control" rows="5" required placeholder="Tell me more about your needs........"></textarea>
</div>
<p class="text-center mt-4 mb-0">
<button id="submit-btn" class="btn btn-primary rounded-pill d-inline-flex" type="submit">Send Message</button>
</p>
</form>
</div>
</div>
</div>
</section>
<!-- Contact Me end -->
</div>
<!-- Content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="section footer-text-light bg-dark-1">
<div class="container px-lg-5">
<div class="row">
<div class="col-lg-6 text-center text-lg-left">
<p class="mb-3 mb-lg-0">Copyright © 2020 <a href="https://robertgrigoryan.netlify.app/">Robert Grigoryan</a>. All Rights Reserved.</p>
</div>
<!-- <div class="col-lg-6">
<ul class="nav nav-separator nav-separator-light justify-content-center justify-content-lg-end">
<li class="nav-item"> <a class="nav-link" data-toggle="modal" data-target="#terms-policy" href="#">Terms & Policy</a></li>
<li class="nav-item"> <a class="nav-link" data-toggle="modal" data-target="#disclaimer" href="#">Disclaimer</a></li>
</ul>
</div> -->
</div>
</div>
</footer>
<!-- Footer end -->
</div>
<!-- Document Wrapper end -->
<!-- Back to Top
============================================= -->
<a id="back-to-top" class="rounded-circle" data-toggle="tooltip" title="Back to Top" href="javascript:void(0)"><i class="fa fa-chevron-up"></i></a>
<!-- Terms & Policy Modal
================================== -->
<!-- <div id="terms-policy" class="modal fade" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content bg-dark-2 text-light">
<div class="modal-header border-secondary">
<h5 class="modal-title text-white">Terms & Policy</h5>
<button type="button" class="close font-weight-400 text-white" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body p-4">
<p>Simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<h3 class="text-white mb-3 mt-4 mt-4">Terms of Use</h3>
<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Simply dummy text of the printing and typesetting industry.</p>
<h5 class="text-white text-4 mt-4">Part I – Information simone collects and controls</h5>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<h5 class="text-white text-4 mt-4">Part II – Information that simone processes on your behalf</h5>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<h5 class="text-white text-4 mt-4">Part III – General</h5>
<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<h3 class="text-white mb-3 mt-4">Privacy Policy</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
<ol class="line-height-5">
<li>Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>Quidam lisque persius interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>In quot quidam persequeris vim, ad mea essent possim iriure. Quidam lisque persius interesset his et.</li>
<li>Quidam lisque persius interesset his et, Lisque persius interesset his et.</li>
<li>Interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>Persius interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>Quot quidam persequeris vim Quidam lisque persius interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
</ol>
</div>
</div>
</div>
</div> -->
<!-- Terms & Policy Modal End -->
<!-- Disclaimer Modal
================================== -->
<!-- <div id="disclaimer" class="modal fade" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content bg-dark-2 text-light">
<div class="modal-header border-secondary">
<h5 class="modal-title text-white">Copyright & Disclaimer</h5>
<button type="button" class="close font-weight-400 text-white" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body p-4">
<p>Simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
<ul class="line-height-5">
<li>Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>Quidam lisque persius interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>In quot quidam persequeris vim, ad mea essent possim iriure. Quidam lisque persius interesset his et.</li>
<li>Quidam lisque persius interesset his et, Lisque persius interesset his et.</li>
<li>Interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>Persius interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
<li>Quot quidam persequeris vim Quidam lisque persius interesset his et, Lisque persius interesset his et, in quot quidam persequeris vim, ad mea essent possim iriure.</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- Disclaimer Modal End -->
<!-- Styles Switcher -->
<div id="styles-switcher" class="right">
<a href="https://robtumo.github.io" style="color: #252B33; font-size: 16px;" class="text-3">Light Mode</a>
<hr>
<ul>
<li class="indigo" data-toggle="tooltip" title="Indigo" data-path="css/color-indigo.css"></li>
<li class="blue" data-toggle="tooltip" title="Blue" data-path="css/color-blue.css"></li>
<li class="purple" data-toggle="tooltip" title="Purple" data-path="css/color-purple.css"></li>
<li class="cyan" data-toggle="tooltip" title="Cyan" data-path="css/color-cyan.css"></li>
<li class="red" data-toggle="tooltip" title="Red" data-path="css/color-red.css"></li>
<li class="pink" data-toggle="tooltip" title="Pink" data-path="css/color-pink.css"></li>
<li class="green" data-toggle="tooltip" title="Green" data-path="css/color-green.css"></li>
<li class="yellow" data-toggle="tooltip" title="Yellow" data-path="css/color-yellow.css"></li>
<li class="orange" data-toggle="tooltip" title="Orange" data-path="css/color-orange.css"></li>
<li class="brown" data-toggle="tooltip" title="Brown" data-path="css/color-brown.css"></li>
</ul>
<button class="btn btn-dark btn-sm btn-block border-0 font-weight-400 rounded-0 shadow-none" id="reset-color">Reset Default Teal</button>
<button class="btn switcher-toggle"><i class="fas fa-cog fa-spin"></i></button>
</div>
<!-- Styles Switcher End -->
<!-- JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Easing -->
<script src="vendor/jquery.easing/jquery.easing.min.js"></script>
<!-- Appear -->
<script src="vendor/jquery.appear/jquery.appear.min.js"></script>
<!-- Counter -->
<script src="vendor/jquery.countTo/jquery.countTo.min.js"></script>
<!-- Parallax Bg -->
<script src="vendor/parallaxie/parallaxie.min.js"></script>
<!-- Typed -->
<script src="vendor/typed/typed.min.js"></script>
<!-- Owl Carousel -->
<script src="vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- isotope Portfolio Filter -->
<script src="vendor/isotope/isotope.pkgd.min.js"></script>
<!-- Magnific Popup -->
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Style Switcher -->
<script src="js/switcher.min.js"></script>
<!-- Custom Script -->
<script src="js/theme.js"></script>
</body>
</html>