forked from resxume/builder.resxume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
765 lines (621 loc) · 35.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Free Open Source Resume Builder - resxu.me</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="description" content="resxu.me is a powerful open source tool for creating professional resumes in minutes. Our platform offers a user-friendly interface, customizable templates, and writing and editing features to help job seekers tailor their resumes to their specific career goals and industries. As an open source platform, it is constantly updated with the latest features and technologies, and can be easily customized to meet the unique needs of each job seeker. Whether you're a recent graduate or an experienced professional, resxu.me has everything you need to create a standout resume and land your dream job.">
<meta name="keywords" content="resume,cv,maker,creator,generator,projects,computer science,opensource,free,freeopensource,freeresumebuilder">
<meta name="Aditya Vijay" content="https://aditya.engineer">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon (http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8HHWVWKZV2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8HHWVWKZV2');
</script>
<!-- Google fonts (https://www.google.com/fonts) -->
<link rel="preconnect" href="https://fonts.gstatic.com/">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <!-- Body font -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap" rel="stylesheet"> <!-- Secondary/Alter font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="assets/vendor/normalize/normalize.min.css"> <!-- Normalize CSS (https://necolas.github.io/normalize.css/) -->
<link rel="stylesheet" href="assets/vendor/fontawesome/css/fontawesome-all.min.css"> <!-- Font Icons CSS (https://fontawesome.com) Free version! -->
<link rel="stylesheet" href="assets/vendor/swiper/css/swiper-bundle.min.css"> <!-- Swiper CSS (https://swiperjs.com/) -->
<link rel="stylesheet" href="assets/vendor/lightgallery/css/lightgallery.min.css"> <!-- lightGallery CSS (http://sachinchoolur.github.io/lightGallery) -->
<!-- Template master CSS -->
<link rel="stylesheet" href="assets/css/helper.css">
<link rel="stylesheet" href="assets/css/theme.css">
</head>
<!-- ===========
///// Body /////
================
* Use class "tt-boxed" to enable page boxed layout globally (affects all elements containing class "tt-wrap").
* Use class "tt-smooth-scroll" to enable page smooth scrolling.
* Use class "tt-transition" to enable page transitions.
* Use class "tt-magic-cursor" to enable magic cursor.
-->
<body id="body" class="tt-transition tt-boxed tt-smooth-scroll tt-magic-cursor">
<!-- *************************************
*********** Begin body inner *************
************************************** -->
<main id="body-inner">
<!-- Begin page transition (do not remove!!!)
=========================== -->
<div id="page-transition">
<div class="ptr-overlay"></div>
<div class="ptr-preloader">
<div class="ptr-prel-content">
<!-- Hint: You may need to change the img height and opacity to match your logo type. You can do this from the "theme.css" file (find: ".ptr-prel-image"). -->
<img src="assets/img/logo-light.png" class="ptr-prel-image tt-logo-light" alt="Logo">
</div> <!-- /.ptr-prel-content -->
</div> <!-- /.ptr-preloader -->
</div>
<!-- End page transition -->
<!-- Begin magic cursor
======================== -->
<div id="magic-cursor">
<div id="ball"></div>
</div>
<!-- End magic cursor -->
<!-- Begin noise background -->
<div class="bg-noise"></div>
<!-- End noise background -->
<!-- *****************************************
*********** Begin scroll container ***********
****************************************** -->
<div id="scroll-container">
<!-- ===================
///// Begin header /////
========================
* Use class "tt-header-fixed" to set header to fixed position.
-->
<header id="tt-header" class="tt-header-fixed">
<div class="tt-header-inner"> <!-- add/remove class "tt-wrap" to enable/disable element boxed layout (class "tt-boxed" is required in <body> tag!). Note: additionally you can use prepared helper class "max-width-*" to add custom width to "tt-wrap". Example: "max-width-1500" (class "tt-wrap" is still required!). More info about helper classes can be found in the file "helper.css". -->
<div class="tt-header-col">
<!-- Begin logo
================ -->
<div class="tt-logo">
<a href="index.html">
<!-- Hint: You may need to change the img height to match your logo type. You can do this from the "theme.css" file (find: ".tt-logo img"). -->
<img src="assets/img/logo-light.png" class="tt-logo-light magnetic-item" alt="Logo"> <!-- logo light -->
<img src="assets/img/logo-dark.png" class="tt-logo-dark magnetic-item" alt="Logo"> <!-- logo dark -->
</a>
</div>
<!-- End logo -->
</div> <!-- /.tt-header-col -->
<div class="tt-header-col">
</div> <!-- /.header-col -->
</div> <!-- /.header-inner -->
</header>
<!-- End header -->
<!-- *************************************
*********** Begin content wrap ***********
************************************** -->
<div id="content-wrap">
<!-- ========================
///// Begin page header /////
=============================
* Use class "ph-full" to enable fullscreen size.
* Use class "ph-cap-sm", "ph-cap-lg", "ph-cap-xlg" or "ph-cap-xxlg" to set caption size (no class = default size).
* Use class "ph-center" to enable content center position.
* Use class "ph-bg-image" to enable page header background image (required for a portfolio single project!).
* Use class "ph-bg-image-is-light" if needed, it makes the elements dark and more visible if you use a very light image (effect only with class "ph-bg-image").
* Use class "ph-image-shadow" to enable page header background image (effect only with class "ph-bg-image").
* Use class "ph-image-cropped" to crop image. It fixes image dimensions (no effect for "ph-bg-image"!).
* Use class "ph-image-cover-*" to set image overlay opacity. For example "ph-image-cover-2" or "ph-image-cover-2-5" (up to "ph-image-cover-9-5").
* Use class "ph-content-parallax" to enable content parallax.
* Use class "ph-stroke" to enable caption title stroke style.
-->
<div id="page-header" class="ph-full ph-cap-sm ph-image-cropped ph-image-cover-3 ph-content-parallax">
<div class="page-header-inner tt-wrap">
<!-- Begin page header image
============================= -->
<div class="ph-image">
<div class="ph-image-inner">
<img src="assets/img/page-header/ph-6.jpg" alt="Image">
</div>
</div>
<!-- End page header image -->
<!-- Begin page header caption
===============================
Use class "max-width-*" to set caption max width if needed. For example "max-width-1000". More info about helper classes can be found in the file "helper.css".
-->
<div class="ph-caption max-width-1000">
<h1 class="ph-caption-title ph-appear font-normal"><em>Breathe life into your</em><br><em><u> resume</u></em> - Hello stranger</h1>
<div class="ph-caption-title-ghost ph-appear">resxu.me</div>
<a class="tt-btn tt-btn-light-outline ph-appear" href="https://github.com/resxume/resxume/fork">
<button color="white" data-hover="Fork This Project ">Contribute to Project</button>
</a>
<!-- <div class="ph-caption-subtitle ph-appear">Subtitle</div> -->
</div>
<!-- End page header caption -->
</div> <!-- /.page-header-inner -->
<!-- Begin scroll down circle (you can change "data-offset" to set scroll top offset)
============================== -->
<a href="#page-content" class="scroll-down-circle" data-offset="30">
<div class="sdc-inner ph-appear">
<div class="sdc-icon"><i class="fas fa-chevron-down"></i></div>
<svg viewBox="0 0 500 500">
<defs>
<path d="M50,250c0-110.5,89.5-200,200-200s200,89.5,200,200s-89.5,200-200,200S50,360.5,50,250" id="textcircle"></path>
</defs>
<text dy="30">
<textPath xlink:href="#textcircle">Scroll down - Scroll down -</textPath>
</text>
</svg>
</div> <!-- /.sdc-inner -->
</a>
<!-- End scroll down circle -->
<!-- Begin made with love
========================== -->
<div class="made-with-love ph-appear">
<div class="mwl-inner">
<div class="mwl-text">Made with</div>
<div class="mwl-icon"><i class="far fa-heart"></i></div>
</div>
</div>
<!-- End made with love -->
</div>
<!-- End page header -->
<!-- *************************************
*********** Begin page content ***********
************************************** -->
<div id="page-content">
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section no-padding-bottom">
<div class="tt-section-inner">
<!-- Begin tt-Heading
======================
* Use class "tt-heading-xsm", "tt-heading-sm", "tt-heading-lg", "tt-heading-xlg" or "tt-heading-xxlg" to set caption size (no class = default size).
* Use class "tt-heading-stroke" to enable stroke style.
* Use class "tt-heading-center" to align tt-Heading to center.
* Use prepared helper class "max-width-*" to add custom width if needed. Example: "max-width-800". More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-heading tt-heading-lg tt-heading-center margin-bottom-10-p anim-fadeinup">
<h3 class="tt-heading-subtitle text-gray">Explore our catchy</h3>
<h2 class="tt-heading-title">Templates 👇</h2>
</div>
<!-- End tt-Heading -->
<!-- Begin portfolio grid (works combined with tt-Ggrid!)
==========================
* Use class "pgi-hover" to enable portfolio grid item hover effect (behavior depends on "ttgr-gap-*" classes below!).
* Use class "pgi-cap-hover" to enable portfolio grid item caption hover effect (effect only with class "pgi-cap-inside"! Also no effect on mobile devices!).
* Use class "pgi-cap-center" to position portfolio grid item caption to center.
* Use class "pgi-cap-inside" to position portfolio grid item caption to inside.
-->
<div id="portfolio-grid" class="pgi-cap-inside pgi-hover">
<!-- Begin tt-Grid
===================
* Use class "ttgr-layout-2", "ttgr-layout-3", "ttgr-layout-4" to set grid layout (columns). No class = one column.
* Use class "ttgr-layout-1-2", "ttgr-layout-2-1", "ttgr-layout-2-3", "ttgr-layout-3-2", "ttgr-layout-3-4" or "ttgr-layout-4-3" to set grid mixed layout (columns).
* Use class "ttgr-layout-creative-1" or "ttgr-layout-creative-2" to set grid creative mixed layout (no effect with classes "ttgr-portrait", "ttgr-portrait-half", "ttgr-not-cropped" and "ttgr-shifted").
* Use class "ttgr-portrait" or "ttgr-portrait-half" to enable portrait mode (no effect with classes "ttgr-layout-creative-1", "ttgr-layout-creative-2" and "ttgr-not-cropped").
* Use class "ttgr-gap-1", "ttgr-gap-2", "ttgr-gap-3", "ttgr-gap-4", "ttgr-gap-5" or "ttgr-gap-6" to add space between items.
* Use class "ttgr-not-cropped" to enable not cropped mode (effect only with classes "ttgr-layout-2", "ttgr-layout-3" and "ttgr-layout-4").
* Use class "ttgr-shifted" to enable shifted layout (effect only with classes "ttgr-layout-2", "ttgr-layout-3" and "ttgr-layout-4").
-->
<div class="tt-grid ttgr-layout-creative-2 ttgr-not-cropped ttgr-gap-4">
<!-- Begin tt-Grid items wrap
============================== -->
<div class="tt-grid-items-wrap isotope-items-wrap">
<!-- Begin tt-Grid item
======================== -->
<div class="tt-grid-item isotope-item people">
<div class="ttgr-item-inner">
<!-- Begin portfolio grid item
===============================
* Use class "pgi-image-is-light" if needed, it makes the caption visible better if you use light image (only effect if "pgi-cap-inside" is enabled on "portfolio-grid"! Also no effect on small screens!).
-->
<div class="portfolio-grid-item">
<a href="templates/basic/index.html" class="pgi-image-wrap" data-cursor="Basic<br>Template">
<!-- Use class "cover-opacity-*" to set image overlay if needed. For example "cover-opacity-2". Useful if class "pgi-cap-inside" is enabled on "portfolio-grid". Note: It is individual and depends on the image you use. More info about helper classes in file "helper.css". -->
<div class="pgi-image-holder cover-opacity-2">
<div class="pgi-image-inner anim-zoomin">
<figure class="pgi-image ttgr-height">
<img src="assets/img/templates/basic.jpeg" alt="Basic">
</figure> <!-- /.pgi-image -->
</div> <!-- /.pgi-image-inner -->
</div> <!-- /.pgi-image-holder -->
</a> <!-- /.pgi-image-wrap -->
<div class="pgi-caption">
<div class="pgi-caption-inner">
<h2 class="pgi-title">Basic Template</h2>
<div class="pgi-categories-wrap">
<div class="pgi-category">Beginners </div>
<!-- <div class="pgi-category">Varia</div> -->
</div> <!-- /.pli-categories-wrap -->
</div> <!-- /.pgi-caption-inner -->
</div> <!-- /.pgi-caption -->
</div>
<!-- End portfolio grid item -->
</div> <!-- /.ttgr-item-inner -->
</div>
<!-- End tt-Grid item -->
<!-- Begin tt-Grid item
======================== -->
<div class="tt-grid-item isotope-item creative">
<div class="ttgr-item-inner">
<!-- Begin portfolio grid item
===============================
* Use class "pgi-image-is-light" if needed, it makes the caption visible better if you use light image (only effect if "pgi-cap-inside" is enabled on "portfolio-grid"!).
-->
<div class="portfolio-grid-item anim-parallax">
<a href="templates/morden/index.html" class="pgi-image-wrap" data-cursor="Morden<br>Template">
<!-- Use class "cover-opacity-*" to set image overlay if needed. For example "cover-opacity-2". Useful if class "pgi-cap-inside" is enabled on "portfolio-grid". Note: It is individual and depends on the image you use. More info about helper classes in file "helper.css". -->
<div class="pgi-image-holder cover-opacity-2">
<div class="pgi-image-inner anim-zoomin">
<figure class="pgi-image ttgr-height">
<img src="assets/img/templates/morden.jpeg" alt="image">
</figure> <!-- /.pgi-image -->
</div> <!-- /.pgi-image-inner -->
</div> <!-- /.pgi-image-holder -->
</a> <!-- /.pgi-image-wrap -->
<div class="pgi-caption">
<div class="pgi-caption-inner">
<h2 class="pgi-title">Morden Template</h2>
<div class="pgi-categories-wrap">
<div class="pgi-category">Industry Freshers</div>
<!-- <div class="pgi-category">Varia</div> -->
</div> <!-- /.pli-categories-wrap -->
</div> <!-- /.pgi-caption-inner -->
</div> <!-- /.pgi-caption -->
</div>
<!-- End portfolio grid item -->
</div> <!-- /.ttgr-item-inner -->
</div>
<!-- End tt-Grid item -->
<!-- Begin tt-Grid item
======================== -->
<div class="tt-grid-item isotope-item people">
<div class="ttgr-item-inner">
<!-- Begin portfolio grid item
===============================
* Use class "pgi-image-is-light" if needed, it makes the caption visible better if you use light image (only effect if "pgi-cap-inside" is enabled on "portfolio-grid"!).
-->
<div class="portfolio-grid-item">
<a href="templates/letter/index.html" class="pgi-image-wrap" data-cursor="Letter<br>Template">
<!-- Use class "cover-opacity-*" to set image overlay if needed. For example "cover-opacity-2". Useful if class "pgi-cap-inside" is enabled on "portfolio-grid". Note: It is individual and depends on the image you use. More info about helper classes in file "helper.css". -->
<div class="pgi-image-holder cover-opacity-2">
<div class="pgi-image-inner anim-zoomin">
<figure class="pgi-video-wrap ttgr-height">
<video class="pgi-video" loop muted preload="metadata" poster="assets/vids/fashion-week.jpg">
<source src="assets/vids/fashion-week.mp4" type="video/mp4">
<source src="assets/vids/fashion-week.webm" type="video/webm">
</video>
</figure> <!-- /.pgi-video-wrap -->
</div> <!-- /.pgi-image-inner -->
</div> <!-- /.pgi-image-holder -->
</a> <!-- /.pgi-image-wrap -->
<div class="pgi-caption">
<div class="pgi-caption-inner">
<h2 class="pgi-title">Letter Template</h2>
<div class="pgi-categories-wrap">
<div class="pgi-category">Clean and Minimalist</div>
<!-- <div class="pgi-category">Varia</div> -->
</div> <!-- /.pli-categories-wrap -->
</div> <!-- /.pgi-caption-inner -->
</div> <!-- /.pgi-caption -->
</div>
<!-- End portfolio grid item -->
</div> <!-- /.ttgr-item-inner -->
</div>
<!-- End tt-Grid item -->
<!-- Begin tt-Grid item
======================== -->
<div class="tt-grid-item isotope-item nature">
<div class="ttgr-item-inner">
<!-- Begin portfolio grid item
===============================
* Use class "pgi-image-is-light" if needed, it makes the caption visible better if you use light image (only effect if "pgi-cap-inside" is enabled on "portfolio-grid"!).
-->
<div class="portfolio-grid-item">
<a href="templates/advance/index.html" class="pgi-image-wrap" data-cursor="Professional<br>Template">
<!-- Use class "cover-opacity-*" to set image overlay if needed. For example "cover-opacity-2". Useful if class "pgi-cap-inside" is enabled on "portfolio-grid". Note: It is individual and depends on the image you use. More info about helper classes in file "helper.css". -->
<div class="pgi-image-holder cover-opacity-2">
<div class="pgi-image-inner anim-zoomin">
<figure class="pgi-image ttgr-height">
<img src="assets/img/templates/advance.jpg" alt="image">
</figure> <!-- /.pgi-image -->
</div> <!-- /.pgi-image-inner -->
</div> <!-- /.pgi-image-holder -->
</a> <!-- /.pgi-image-wrap -->
<div class="pgi-caption">
<div class="pgi-caption-inner">
<h2 class="pgi-title">Professional Template</h2>
<div class="pgi-categories-wrap">
<div class="pgi-category">Internship and Placement Oriented</div>
<!-- <div class="pgi-category">Varia</div> -->
</div> <!-- /.pli-categories-wrap -->
</div> <!-- /.pgi-caption-inner -->
</div> <!-- /.pgi-caption -->
</div>
<!-- End portfolio grid item -->
</div> <!-- /.ttgr-item-inner -->
</div>
<!-- End tt-Grid item -->
</div>
<!-- End tt-Grid items wrap -->
</div>
<!-- End tt-Grid -->
</div>
<!-- End portfolio grid -->
</div> <!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section padding-top-xlg-150 padding-bottom-xlg-100 padding-left-sm-3-p padding-right-sm-3-p bg-white-accent-3">
<div class="tt-section-inner">
<!-- Begin testimonials slider
===============================
* Use class "text-center" to align text to the center.
* Use class "cursor-drag" to enable cursor drag on carousel hover ("data-simulate-touch" attribute must be enabled!).
* Use class "ts-hide-pagination" to hide pagination (for desktop only!).
* Use class "ts-hide-navigation" to hide navigation arrows.
* Use class "ts-full-width" to enable full width slider.
* Available data attributes:
data-speed="900"......................(milliseconds)
data-autoplay="5000"..................(milliseconds. Note: disabled after user first interactions)
data-simulate-touch="true"............(true/false)
data-loop="true"......................(true/false)
-->
<div class="tt-testimonials-slider ts-full-width text-center cursor-drag ts-scale-down ts-hide-navigation anim-fadeinup" data-loop="true" data-simulate-touch="true" data-speed="900">
<!-- Begin swiper container -->
<div class="swiper">
<!-- Begin swiper wrapper (required) -->
<div class="swiper-wrapper">
<!-- Begin swiper slide
======================== -->
<div class="swiper-slide font-alter">
<div class="tt-ts-item">
<div class="tt-ts-text">
"The Website was easy to navigate and the resume templates were professional and well designed."
</div>
<div class="tt-ts-subtext">- Ayush Baluni (5 Star At Codechef)</div>
</div>
</div>
<!-- End swiper slide -->
<!-- Begin swiper slide
======================== -->
<div class="swiper-slide font-alter">
<div class="tt-ts-item">
<div class="tt-ts-text">
"I Appreciated the design of the template provided, it made it easy for me to find me internship where i can suistain my hardwork."
</div>
<div class="tt-ts-subtext">- Piyush Pareek (AI Specialist)</div>
</div>
</div>
<!-- End swiper slide -->
<!-- Begin swiper slide
======================== -->
<div class="swiper-slide font-alter">
<div class="tt-ts-item">
<div class="tt-ts-text">
"The Step by Step guide for filling out the resume was helpful and made the process quick and efficient."
</div>
<div class="tt-ts-subtext">- Khush Vijay (Open Source Maintainer)</div>
</div>
</div>
<!-- End swiper slide -->
<!-- Begin swiper slide
======================== -->
<div class="swiper-slide font-alter">
<div class="tt-ts-item">
<div class="tt-ts-text">
"I liked the option to download my resume in pdf that made it easy for me to apply for different job postings."
</div>
<div class="tt-ts-subtext">- Puneet Gupta (CEO & Founder of Tifyn)</div>
</div>
</div>
<!-- End swiper slide -->
<!-- Begin swiper slide
======================== -->
<div class="swiper-slide font-alter">
<div class="tt-ts-item">
<div class="tt-ts-text">
"The website was user friendly and i was able to create a resume in a matter of minutes."
</div>
<div class="tt-ts-subtext">- Vidhan Solanki (CP Specialist)</div>
</div>
</div>
<!-- End swiper slide -->
</div>
<!-- End swiper wrapper -->
</div>
<!-- End swiper container -->
<!-- Testimonials slider navigation (arrows) -->
<div class="tt-ts-nav-prev">
<div class="tt-ts-nav-arrow magnetic-item"></div>
</div>
<div class="tt-ts-nav-next">
<div class="tt-ts-nav-arrow magnetic-item"></div>
</div>
<!-- Testimonials slider pagination -->
<div class="tt-ts-pagination hide-cursor"></div>
</div>
<!-- End testimonials slider -->
</div> <!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section padding-top-xlg-150 padding-bottom-xlg-150">
<div class="tt-section-inner" align="center">
<a href="https://github.com/resxume/resxume/fork" target="_blank">
<div class="one">
<div class="btn front">Contribute?</div>
<div class="btn back">Fork Now!</div>
</div>
</a>
</div> <!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section padding-top-xlg-150 padding-bottom-xlg-150 padding-left-sm-3-p padding-right-sm-3-p bg-white-accent-3">
<div class="tt-section-inner tt-wrap max-width-900">
<!-- Begin tt-Heading
======================
* Use class "tt-heading-xsm", "tt-heading-sm", "tt-heading-lg", "tt-heading-xlg" or "tt-heading-xxlg" to set caption size (no class = default size).
* Use class "tt-heading-stroke" to enable stroke style.
* Use class "tt-heading-center" to align tt-Heading to center.
* Use prepared helper class "max-width-*" to add custom width if needed. Example: "max-width-800". More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-heading tt-heading-lg margin-bottom-10-p anim-fadeinup">
<h3 class="tt-heading-subtitle text-gray">Get in Touch</h3>
<h2 class="tt-heading-title">Drop Us<br> a Line</h2>
</div>
<!-- End tt-Heading -->
<!-- adding php file to make the form working-->
<?php include 'mail-files/mail.php';?>
<?php include 'mail-files/modex-mail.php';?>
<!-- Begin form
================
* Use class "tt-form-filled" or "tt-form-minimal" to change form style.
* Use class "tt-form-sm" or "tt-form-lg" to change form size (no class = default size).
-->
<form id="tt-contact-form" class="tt-form-minimal anim-fadeinup">
<!-- Begin hidden required fields (https://github.com/agragregra/uniMail) -->
<input type="hidden" name="project_name" value="resxu.me"> <!-- Change value to your site name -->
<input type="hidden" name="admin_email" value="[email protected]"> <!-- Change value to your valid email address (where a message will be sent) -->
<input type="hidden" name="form_subject" value="Message from resxu.me contact form"> <!-- Change value to your own message subject -->
<!-- End Hidden Required Fields -->
<div class="tt-row">
<div class="tt-col-md-6">
<div class="tt-form-group">
<label>Name <span class="required">*</span></label>
<input class="tt-form-control" type="text" name="Name" placeholder="" required>
</div>
</div> <!-- /.tt-col -->
<div class="tt-col-md-6">
<div class="tt-form-group">
<label>Email address <span class="required">*</span></label>
<input class="tt-form-control" type="email" name="Email" placeholder="" required>
</div>
</div> <!-- /.tt-col -->
</div> <!-- /.tt-row -->
<div class="tt-form-group">
<label>Subject <span class="required">*</span></label>
<input class="tt-form-control" type="text" name="Subject" placeholder="" required>
</div>
<div class="tt-form-group">
<label>Select an option <span class="required">*</span></label>
<select class="tt-form-control" name="option" required>
<option value="" disabled selected>Please choose an option</option>
<option value="Say Hello">Say hello</option>
<option value="New Project">Business Purpose</option>
<option value="Feedback">Feedback</option>
<option value="Other">Other</option>
</select>
</div>
<div class="tt-form-group">
<label>Message <span class="required">*</span></label>
<textarea class="tt-form-control" rows="6" name="Message" placeholder="" required></textarea>
</div>
<small class="tt-form-text"><em>Fields marked with an asterisk (*) are required!</em></small>
<div class="tt-btn tt-btn-light-outline margin-top-40">
<button type="submit" data-hover="Send Message">Send Message</button>
</div>
</form>
<!-- End form -->
</div> <!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
</div>
<!-- End page content -->
<!-- ======================
///// Begin tt-footer /////
=========================== -->
<footer id="tt-footer">
<div class="tt-footer-inner">
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center-left">
<div class="footer-col-inner">
<!-- You can use whatever button or link here -->
<div class="tt-btn tt-btn-link">
<a href="#" class="scroll-to-top" data-hover="Back to top">Back to top</a>
</div>
</div> <!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center order-m-last">
<div class="footer-col-inner">
<div class="tt-copyright">
Innovating for the community, <a href="https://github.com/resxume" target="_blank" rel="noopener" class="tt-link">by the community.</a>
</div>
</div> <!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center-right">
<div class="footer-col-inner">
<div class="footer-social">
<div class="footer-social-text"><span>Follow</span><i class="fas fa-share-alt"></i></div>
<div class="social-buttons">
<ul>
<li><a href="https://www.linkedin.com/company/resxume" class="magnetic-item" target="_blank" rel="noopener">Lin.</a></li>
<li><a href="https://github.com/resxume" class="magnetic-item" target="_blank" rel="noopener">Git.</a></li>
<li><a href="https://www.instagram.com/resxu.me" class="magnetic-item" target="_blank" rel="noopener">Ins.</a></li>
</ul>
</div> <!-- /.social-buttons -->
</div> <!-- /.footer-social -->
</div> <!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
</div> <!-- /.tt-section-inner -->
</footer>
<!-- End tt-footer -->
</div>
<!-- End content wrap -->
</div>
<!-- End scroll container -->
</main>
<!-- End body inner -->
<!-- ====================
///// Scripts below /////
===================== -->
<!-- Core JS -->
<script src="assets/vendor/jquery/jquery.min.js"></script> <!-- jquery JS (https://jquery.com) -->
<!-- Libs and Plugins JS -->
<script src="assets/vendor/gsap/gsap.min.js"></script> <!-- GSAP JS (https://greensock.com/gsap/) -->
<script src="assets/vendor/gsap/ScrollToPlugin.min.js"></script> <!-- GSAP ScrollToPlugin JS (https://greensock.com/scrolltoplugin/) -->
<script src="assets/vendor/gsap/ScrollTrigger.min.js"></script> <!-- GSAP ScrollTrigger JS (https://greensock.com/scrolltrigger/) -->
<script src="assets/vendor/smooth-scrollbar.js"></script> <!-- Smooth Scrollbar JS (https://github.com/idiotWu/smooth-scrollbar/) -->
<script src="assets/vendor/swiper/js/swiper-bundle.min.js"></script> <!-- Swiper JS (https://swiperjs.com/) -->
<script src="assets/vendor/isotope/imagesloaded.pkgd.min.js"></script> <!-- imagesloaded JS (more info: https://imagesloaded.desandro.com/) -->
<script src="assets/vendor/isotope/isotope.pkgd.min.js"></script> <!-- Isotope JS (http://isotope.metafizzy.co) -->
<script src="assets/vendor/isotope/packery-mode.pkgd.min.js"></script> <!-- Isotope Packery Mode JS (https://isotope.metafizzy.co/layout-modes/packery.html) -->
<script src="assets/vendor/lightgallery/js/lightgallery-all.min.js"></script> <!-- lightGallery Plugins JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/jquery.mousewheel.min.js"></script> <!-- A jQuery plugin that adds cross browser mouse wheel support (https://github.com/jquery/jquery-mousewheel) -->
<!-- Theme master JS -->
<script src="assets/js/theme.js"></script>
<!-- Scripts for Contact Form -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="mail-files/script.js"></script>
</body>
</html>