|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang="en"> |
| 2 | +<html lang="en" dir="auto"> |
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
511 | 511 | </header>
|
512 | 512 | <main class="main">
|
513 | 513 | <!-- Home -->
|
514 |
| - <section id="home" class="section container gap-10 mt-12"> |
| 514 | + <section id="home" class="section container gap-10 mt-12" dir="ltr"> |
515 | 515 | <div class="home-info flex flex-col w-full max-w-[38rem] gap-4">
|
516 | 516 | <h1
|
| 517 | + translate="no" |
517 | 518 | class="wow animate__animated animate__fadeIn title title-home h-full text-[1.55em] sm:text-5xl sm:min-h-[2.5em] leading-tight text-brand-light"
|
518 | 519 | >
|
519 | 520 | Hi 👋,<br />
|
|
526 | 527 | </div>
|
527 | 528 | </div>
|
528 | 529 | <div
|
529 |
| - class="wow animate__animated animate__zoomIn home-graphic max-w-lg h-auto font-firacode bg-[#282c34] text-[#d4d4d4] rounded-xl overflow-hidden" |
| 530 | + class="home-graphic max-w-lg h-auto font-firacode bg-[#282c34] text-[#d4d4d4] rounded-xl overflow-hidden" |
530 | 531 | >
|
531 | 532 | <div class="code-editor w-full h-auto shadow-lg">
|
532 | 533 | <div class="editor-header flex items-center gap-3">
|
|
642 | 643 | </div>
|
643 | 644 | <div
|
644 | 645 | class="about-content flex flex-col gap-4 text-justify w-full max-w-2xl md:basis-1/2 text-brand-secondary z-1"
|
| 646 | + style="text-align: initial" |
645 | 647 | >
|
646 | 648 | <h2
|
647 | 649 | class="wow animate__animated animate__fadeInUp title section-title title-about text-brand-primary"
|
648 | 650 | data-title="ABOUT ME"
|
649 | 651 | >
|
650 | 652 | About me
|
651 | 653 | </h2>
|
652 |
| - <p |
653 |
| - class="wow animate__animated animate__fadeIn about-text" |
654 |
| - data-wow-duration="2s" |
655 |
| - > |
| 654 | + <p class="about-text" data-wow-duration="2s"> |
656 | 655 | Hi! I'm Amirhossein Allami, a front-end developer and designer based
|
657 | 656 | in Shiraz, Iran. My tech journey began at age 12 with Photoshop,
|
658 | 657 | sparking a passion that evolved into web development. I'm currently
|
|
661 | 660 | collaboration with NeuroTRACT creating visual content – I bring a
|
662 | 661 | unique perspective to web development.
|
663 | 662 | </p>
|
664 |
| - <span |
665 |
| - class="wow animate__animated animate__fadeInUp font-mont-exbold text-brand-primary text-lg" |
| 663 | + <span class="font-mont-exbold text-brand-primary text-lg" |
666 | 664 | >My Toolkit & Interests</span
|
667 | 665 | >
|
668 |
| - <ul class="flex flex-col gap-2 text-left"> |
669 |
| - <li class="wow animate__animated animate__fadeInUp about-interests"> |
670 |
| - <b>Front-End Development:</b> Building responsive interfaces with |
| 666 | + <ul class="flex flex-col gap-2"> |
| 667 | + <li class="about-interests"> |
| 668 | + <b>Front end Development:</b> Building responsive interfaces with |
671 | 669 | React, focusing on clean code and modern best practices
|
672 | 670 | </li>
|
673 |
| - <li class="wow animate__animated animate__fadeInUp about-interests"> |
| 671 | + <li class="about-interests"> |
674 | 672 | <b>Design Experience:</b> Professional background in poster design
|
675 | 673 | and video editing at NeuroTRACT (2018-present)
|
676 | 674 | </li>
|
677 |
| - <li class="wow animate__animated animate__fadeInUp about-interests"> |
| 675 | + <li class="about-interests"> |
678 | 676 | <b>Technical Exploration:</b> Diving deep into algorithms and
|
679 | 677 | Linux, while exploring AI's role in modern web development
|
680 | 678 | </li>
|
681 |
| - <li class="wow animate__animated animate__fadeInUp about-interests"> |
| 679 | + <li class="about-interests"> |
682 | 680 | <b>Current Projects:</b> Working on personal portfolio projects to
|
683 | 681 | apply my growing front-end skills (
|
684 | 682 | <a
|
|
717 | 715 | ></div>
|
718 | 716 | <!-- Desktop table view (visible on medium screens and up) -->
|
719 | 717 | <div
|
720 |
| - class="wow animate__animated animate__fadeInUp hidden md:block overflow-hidden rounded-2xl shadow dark:shadow-none dark:border dark:border-gray-700" |
| 718 | + class="hidden md:block overflow-hidden rounded-2xl shadow dark:shadow-none dark:border dark:border-gray-700" |
721 | 719 | >
|
722 | 720 | <table
|
723 | 721 | id="tech-desktop-table"
|
|
734 | 732 | </table>
|
735 | 733 | </div>
|
736 | 734 | <!-- Skill level legend -->
|
737 |
| - <div |
738 |
| - class="wow animate__animated animate__fadeInUp mt-6 flex flex-col gap-4 justify-start text-xs" |
739 |
| - > |
| 735 | + <div class="mt-6 flex flex-col gap-4 justify-start text-xs"> |
740 | 736 | <div class="flex items-center gap-2">
|
741 | 737 | <span class="w-3 h-3 rounded-full bg-green-500"></span>
|
742 | 738 | <span class="text-gray-700 dark:text-gray-300"
|
|
917 | 913 | Stay in touch
|
918 | 914 | </h2>
|
919 | 915 | <ul class="touch-listWrapper flex flex-col gap-8">
|
920 |
| - <li |
921 |
| - class="wow animate__animated animate__fadeInUp touch-listItem flex flex-col gap-2" |
922 |
| - > |
| 916 | + <li class="touch-listItem flex flex-col gap-2"> |
923 | 917 | <b class="touch-listItem__title relative pl-5 text-xl">EMAIL</b>
|
924 | 918 | <a
|
925 | 919 | target="_blank"
|
|
929 | 923 | >amirallami.dev@gmail.com</a
|
930 | 924 | >
|
931 | 925 | </li>
|
932 |
| - <li |
933 |
| - class="wow animate__animated animate__fadeInUp touch-listItem flex flex-col gap-2" |
934 |
| - > |
| 926 | + <li class="touch-listItem flex flex-col gap-2"> |
935 | 927 | <b class="touch-listItem__title relative pl-5 text-xl"
|
936 | 928 | >GITHUB</b
|
937 | 929 | >
|
|
943 | 935 | >@amirallami-code</a
|
944 | 936 | >
|
945 | 937 | </li>
|
946 |
| - <li |
947 |
| - class="wow animate__animated animate__fadeInUp touch-listItem flex flex-col gap-2" |
948 |
| - > |
| 938 | + <li class="touch-listItem flex flex-col gap-2"> |
949 | 939 | <b class="touch-listItem__title relative pl-5 text-xl"
|
950 | 940 | >TELEGRAM</b
|
951 | 941 | >
|
|
957 | 947 | >t.me/@amirhosseinallami</a
|
958 | 948 | >
|
959 | 949 | </li>
|
960 |
| - <li |
961 |
| - class="wow animate__animated animate__fadeInUp touch-listItem flex flex-col gap-2" |
962 |
| - > |
| 950 | + <li class="touch-listItem flex flex-col gap-2"> |
963 | 951 | <b class="touch-listItem__title relative pl-5 text-xl"
|
964 | 952 | >LINKEDIN</b
|
965 | 953 | >
|
|
973 | 961 | </li>
|
974 | 962 | </ul>
|
975 | 963 | <div
|
976 |
| - class="wow animate__animated animate__fadeInUp touch-end w-full flex flex-col justify-center items-end gap-3" |
| 964 | + class="touch-end w-full flex flex-col justify-center items-end gap-3" |
977 | 965 | >
|
978 | 966 | <p class="font-serif">Sincerely, Amirhossein Allami.</p>
|
979 | 967 | <img
|
|
0 commit comments