diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000..ecc9863531 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +sripathim.com diff --git a/README.md b/README.md deleted file mode 100644 index 8aaa0a31d4..0000000000 --- a/README.md +++ /dev/null @@ -1,44 +0,0 @@ -# vCard - Personal portfolio - -![GitHub repo size](https://img.shields.io/github/repo-size/codewithsadee/vcard-personal-portfolio) -![GitHub stars](https://img.shields.io/github/stars/codewithsadee/vcard-personal-portfolio?style=social) -![GitHub forks](https://img.shields.io/github/forks/codewithsadee/vcard-personal-portfolio?style=social) -[![Twitter Follow](https://img.shields.io/twitter/follow/codewithsadee?style=social)](https://twitter.com/intent/follow?screen_name=codewithsadee) -[![YouTube Video Views](https://img.shields.io/youtube/views/SoxmIlgf2zM?style=social)](https://youtu.be/SoxmIlgf2zM) - -vCard is a fully responsive personal portfolio website, responsive for all devices, built using HTML, CSS, and JavaScript. - -## Demo - -![vCard Desktop Demo](./website-demo-image/desktop.png "Desktop Demo") -![vCard Mobile Demo](./website-demo-image/mobile.png "Mobile Demo") - -## Prerequisites - -Before you begin, ensure you have met the following requirements: - -* [Git](https://git-scm.com/downloads "Download Git") must be installed on your operating system. - -## Installing vCard - -To install **vCard**, follow these steps: - -Linux and macOS: - -```bash -sudo git clone https://github.com/codewithsadee/vcard-personal-portfolio.git -``` - -Windows: - -```bash -git clone https://github.com/codewithsadee/vcard-personal-portfolio.git -``` - -## Contact - -If you want to contact me you can reach me at [Twitter](https://www.twitter.com/codewithsadee). - -## License - -This project is **free to use** and does not contains any license. diff --git a/assets/00_sripathi_m_data_engineer.pdf b/assets/00_sripathi_m_data_engineer.pdf new file mode 100644 index 0000000000..b77f2c0e04 Binary files /dev/null and b/assets/00_sripathi_m_data_engineer.pdf differ diff --git a/assets/css/style.css b/assets/css/style.css index 4dcaeaa2b0..dc2e20ed8b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,20 +1,3 @@ -/*-----------------------------------*\ - #style.css -\*-----------------------------------*/ - - -/** - * copyright 2022 @codewithsadee - */ - - - - - -/*-----------------------------------*\ - #CUSTOM PROPERTY -\*-----------------------------------*/ - :root { /** @@ -23,7 +6,7 @@ /* gradient */ - --bg-gradient-onyx: linear-gradient( + --bg-gradient-onyx: linear-gradient( to bottom right, hsl(240, 1%, 25%) 3%, hsl(0, 0%, 19%) 97% @@ -506,8 +489,6 @@ main { .about-text p { margin-bottom: 15px; } - - /** * #service */ @@ -798,7 +779,7 @@ main { .timeline-list span { color: var(--vegas-gold); font-weight: var(--fw-400); - line-height: 1.6; + line-height: 2.5 } .timeline-item:not(:last-child)::before { @@ -1062,7 +1043,7 @@ main { .blog-banner-box { width: 100%; - height: 200px; + height: 50px; border-radius: 12px; overflow: hidden; } @@ -1222,6 +1203,42 @@ textarea.form-input::-webkit-resizer { display: none; } .form-btn:disabled:hover::before { background: var(--bg-gradient-jet); } +.resume-btn { + position: relative; + width: 100%; + background: var(--border-gradient-onyx); + color: var(--orange-yellow-crayola); + display: flex; + justify-content: center; + align-items: center; + gap: 10px; + padding: 13px 20px; + border-radius: 14px; + font-size: var(--fs-6); + text-transform: capitalize; + box-shadow: var(--shadow-3); + z-index: 1; + transition: var(--transition-1); +} + +.resume-btn::before { + content: ""; + position: absolute; + inset: 1px; + background: var(--bg-gradient-jet); + border-radius: inherit; + z-index: -1; + transition: var(--transition-1); +} + +.resume-btn ion-icon { font-size: 16px; } + +.resume-btn:hover { background: var(--bg-gradient-yellow-1); } + +.resume-btn:hover::before { background: var(--bg-gradient-yellow-2); } + + + @@ -1639,6 +1656,11 @@ textarea.form-input::-webkit-resizer { display: none; } margin-left: auto; } + .resume-btn { + width: max-content; + margin-left: auto; + } + } @@ -1871,6 +1893,63 @@ textarea.form-input::-webkit-resizer { display: none; } .social-list { justify-content: center; } + strong { + color: var(--orange-yellow-crayola); + font-weight: var(--fw-600); + } + +.certifications { + margin-top: 20px; +} + +.certifications-title { margin-bottom: 20px; } + +.certifications-list { + display: flex; + flex-direction: column; + gap: 15px; +} + +.certification-info { + flex-grow: 1; +} + +.certification-info h4 { + color: var(--white-2); + font-size: var(--fs-4); + font-weight: var(--fw-500); + margin-bottom: 5px; +} + +.certification-info p { + color: var(--light-gray); + font-size: var(--fs-7); + margin-bottom: 10px; +} + +.certification-info a { + color: var(--orange-yellow-crayola); + font-size: var(--fs-7); + font-weight: var(--fw-500); + text-decoration: none; +} + +.blog-link { + color: var(--orange-yellow-crayola); + font-size: var(--fs-6); + font-weight: var(--fw-400); + transition: color var(--transition-1); +} + +.blog-link:hover .highlight { + color: var(--vegas-gold); +} + +.highlight { + font-weight: var(--fw-600); +} + + /** @@ -1879,4 +1958,4 @@ textarea.form-input::-webkit-resizer { display: none; } .timeline-text { max-width: 700px; } -} \ No newline at end of file +} diff --git a/assets/images/768px-SpaCy_logo.svg.png b/assets/images/768px-SpaCy_logo.svg.png new file mode 100644 index 0000000000..3997487801 Binary files /dev/null and b/assets/images/768px-SpaCy_logo.svg.png differ diff --git a/assets/images/Azure_yellow.png b/assets/images/Azure_yellow.png new file mode 100644 index 0000000000..e860997cf5 Binary files /dev/null and b/assets/images/Azure_yellow.png differ diff --git a/assets/images/Keras_yellow.png b/assets/images/Keras_yellow.png new file mode 100644 index 0000000000..d403213a21 Binary files /dev/null and b/assets/images/Keras_yellow.png differ diff --git a/assets/images/Numpy_yellow.png b/assets/images/Numpy_yellow.png new file mode 100644 index 0000000000..b8c0f01173 Binary files /dev/null and b/assets/images/Numpy_yellow.png differ diff --git a/assets/images/Pandas_logo.svg.png b/assets/images/Pandas_logo.svg.png new file mode 100644 index 0000000000..6cc56c2a4e Binary files /dev/null and b/assets/images/Pandas_logo.svg.png differ diff --git a/assets/images/Pandas_yellow.png b/assets/images/Pandas_yellow.png new file mode 100644 index 0000000000..8f45ff399c Binary files /dev/null and b/assets/images/Pandas_yellow.png differ diff --git a/assets/images/TF_White_Primary_Horizontal.png b/assets/images/TF_White_Primary_Horizontal.png new file mode 100644 index 0000000000..f60fdbbd25 Binary files /dev/null and b/assets/images/TF_White_Primary_Horizontal.png differ diff --git a/assets/images/TF_yellow.png b/assets/images/TF_yellow.png new file mode 100644 index 0000000000..7633954a47 Binary files /dev/null and b/assets/images/TF_yellow.png differ diff --git a/assets/images/blog-1.jpg b/assets/images/blog-1.jpg index 8b59c46ed2..2fadae6262 100644 Binary files a/assets/images/blog-1.jpg and b/assets/images/blog-1.jpg differ diff --git a/assets/images/fav_log.png b/assets/images/fav_log.png new file mode 100644 index 0000000000..3032b27def Binary files /dev/null and b/assets/images/fav_log.png differ diff --git a/assets/images/keras-dark.png b/assets/images/keras-dark.png new file mode 100644 index 0000000000..099329625a Binary files /dev/null and b/assets/images/keras-dark.png differ diff --git a/assets/images/numpy.png b/assets/images/numpy.png new file mode 100644 index 0000000000..b53648c3bc Binary files /dev/null and b/assets/images/numpy.png differ diff --git a/assets/images/scikit learn.jpg b/assets/images/scikit learn.jpg new file mode 100644 index 0000000000..1ef0335176 Binary files /dev/null and b/assets/images/scikit learn.jpg differ diff --git a/assets/images/seaborn.png b/assets/images/seaborn.png new file mode 100644 index 0000000000..913ffd9232 Binary files /dev/null and b/assets/images/seaborn.png differ diff --git a/assets/images/sklearn_yellow.png b/assets/images/sklearn_yellow.png new file mode 100644 index 0000000000..88ca39c4e9 Binary files /dev/null and b/assets/images/sklearn_yellow.png differ diff --git a/assets/images/spacy_yellow.png b/assets/images/spacy_yellow.png new file mode 100644 index 0000000000..c9fa2fb78c Binary files /dev/null and b/assets/images/spacy_yellow.png differ diff --git a/assets/js/script.js b/assets/js/script.js index 6439a82ccf..0825d7bc54 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -54,7 +54,6 @@ modalCloseBtn.addEventListener("click", testimonialsModalFunc); overlay.addEventListener("click", testimonialsModalFunc); - // custom select variables const select = document.querySelector("[data-select]"); const selectItems = document.querySelectorAll("[data-select-item]"); @@ -156,4 +155,4 @@ for (let i = 0; i < navigationLinks.length; i++) { } }); -} \ No newline at end of file +} diff --git a/index.html b/index.html index efac5f0167..1614e9b9da 100644 --- a/index.html +++ b/index.html @@ -2,1200 +2,566 @@ - - - - vCard - Personal Portfolio - - - - - - - - - - - - - - + + + + Sripathi Mohanasundaram - Personal Portfolio - + + -
+ + - + + + + + + + + +
+ - - - - - -
- - - - + + +
+
+

About me

+
+
+

+ Hello! I’m an Azure Data Engineer with over 8 years of experience in + Big Data Engineering and Generative AI. I transform raw data into + actionable insights and deliver production-ready GenAI applications that solve real-world challenges. +

+

+ My expertise spans end-to-end data pipelines and scalable systems on Microsoft Azure. + From data lakes to AI-driven applications, I help organizations unlock data’s potential to drive strategic goals. +

+

+ I specialize in integrating AI solutions into production, leveraging tools like + Azure Databricks, PySpark, LangChain, and more. Check out my Portfolio tab for projects in + Data Engineering, Machine Learning, and GenAI. +

+
+ + +
+

Programming Language

+
    +
  • +
    +
    Pyspark
    + 100% +
    +
    +
    +
    +
  • + +
  • +
    +
    SQL
    + 100% +
    +
    +
    +
    +
  • + +
  • +
    +
    Python
    + 90% +
    +
    +
    +
    +
  • + +
+
+
+ + + +
+

Libraries

+ +
- - - - - - - -
- - - - - - - -
- -
-

Resume

-
- -
- -
-
- -
- -

Education

-
- -
    - -
  1. - -

    University school of the arts

    - - 2007 — 2008 - -

    - Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et - quas molestias - exceptur. -

    - -
  2. - -
  3. - -

    New york academy of art

    - - 2006 — 2007 - -

    - Ratione voluptatem sequi nesciunt, facere quisquams facere menda ossimus, omnis voluptas assumenda est - omnis.. -

    - -
  4. - -
  5. - -

    High school of art and design

    - - 2002 — 2004 - -

    - Duis aute irure dolor in reprehenderit in voluptate, quila voluptas mag odit aut fugit, sed consequuntur - magni dolores - eos. -

    - -
  6. - -
- -
- -
- -
-
- + - -
    - -
  1. - -

    Creative director

    - - 2015 — Present - -

    - Nemo enim ipsam voluptatem blanditiis praesentium voluptum delenit atque corrupti, quos dolores et qvuas - molestias - exceptur. -

    - -
  2. - -
  3. - -

    Art director

    - - 2013 — 2015 - -

    - Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et - quas molestias - exceptur. -

    - -
  4. - -
  5. - -

    Web designer

    - - 2010 — 2013 - -

    - Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et - quas molestias - exceptur. -

    - -
  6. - -
- -
- -
- -

My skills

- -
    - -
  • - -
    -
    Web design
    - 80% -
    - -
    -
    -
    - -
  • - -
  • - -
    -
    Graphic design
    - 70% -
    - -
    -
    -
    - -
  • - -
  • - -
    -
    Branding
    - 90% -
    - -
    -
    -
    - -
  • - -
  • - -
    -
    WordPress
    - 50% -
    - -
    -
    -
    - -
  • - -
- -
- -
- - - - - - - -
- -
-

Portfolio

-
- -
- -
    - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • - -
- -
- - - -
    - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • - -
  • - -
- -
- - - -
- -
- - - - - - - -
- -
-

Blog

-
- -
- -
+
+ + +
+

Certifications

+
+ - - - -
  • - - -
    - UI interactions of the week -
    - -
    - -
    -

    Design

    - - - -
    -

    UI interactions of the week

    + -

    - Enim ad minim veniam, consectetur adipiscing elit, quis nostrud exercitation ullamco laboris nisi. -

    +
    -
    +
    +

    Resume

    +
    -
    -
  • + + + -
  • - +
    -
    - The forgotten art of spacing -
    +
    -
    - -
    -

    Design

    +
    +
    + +
    +

    Experience

    +
    - +
      +
    1. +

      Data Engineer

      + Fractal Analytics | Jan 2023 — Present +

      + - Developed scalable metadata pipelines using Databricks, Azure tools, and SQL, enhancing data scalability for a retail client. +
      + - Contributed to ODS project, replicating 50+ transactional tables to reduce system load and enable faster scalability. +
      + - Built in-store Virtual Assistant with Databricks and Azure OpenAI, improving customer support and ticket classification. +
      + - Migrated data from Azure Synapse to Microsoft Fabric OneLake, ensuring integrity and optimizing storage architecture. +
      + - Monitored and optimized pipelines, achieving 99.9% uptime and supporting rapid scaling for high-volume data operations. +
      + - Collaborated with stakeholders to design scalable solutions, delivering measurable outcomes aligned with growth goals. +

      +
      + + +
    2. + +
    3. +

      Data Engineer

      + Accenture AI | Sep 2021 — Dec 2022 +

      + - Designed and deployed robust ETL pipelines for efficient data staging, transformation, and loading into Azure Data Warehouse, prioritizing performance and scalability. +
      + - Utilized Azure Data Factory to streamline workflow orchestration and monitor pipeline operations, enhancing data integration processes. +
      + - Applied Azure Databricks and PySpark for advanced data cleansing, transformation, and processing, achieving significant improvements in data quality and processing speed. +
      + - Authored and optimized SQL scripts for seamless data modeling, extraction, and management tasks. +
      + - Performed detailed data profiling, validation, and quality assurance to uphold data accuracy and consistency across datasets. +

      +
      +
    4. + +
    5. +

      Data Analyst

      + Quest Global | Jun 2019 - Sep 2021 +

      + - Conducted comprehensive analysis of diverse datasets including Oil Production, Air Emission, and Electrical data, employing statistical techniques and data visualization tools. +
      + - Developed and maintained Tableau dashboards, reports, and visualizations, presenting complex data in a concise and compelling manner to facilitate data-driven decision-making. +
      + - Conducted exploratory data analysis (EDA) to uncover patterns, trends, and correlations in the data, providing actionable insights to support business strategies and process improvements. +

      +
      +
    6. + +
    7. +

      Software Engineer

      + Asenton Technologies | Feb 2016 - Feb 2018 +

      + - Developed WooCommerce plugins to implement features like infinite scrolling, reward points, cart recovery, and subscription management. +
      + - Created responsive, visually appealing product landing pages using HTML and CSS. +
      + - Analyzed digital marketing metrics to optimize campaigns and drive engagement through strategic email initiatives. +
      + - Fixed front-end issues on customer websites to enhance functionality and user experience. +

      +
      +
    8. + +
    + +
    + +
    + +
    +
    + +
    +

    Education

    +
    - - +
      +
    1. +

      PG DIPLOMA (Thermal Power Plant Engineering)

      + National Power Training Institute | 2018 - 2019 +

      + - Focused on power plant operation and maintenance. +

      +
      +
    2. -

      The forgotten art of spacing

      +
    3. +

      B.E. (Electrical and Electronics Engineering)

      + Anna University | 2011 - 2015 +

      + - Core Electrical and Electronics concepts. +

      +
      +
    4. +
    -

    - Maxime placeat, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. -

    +
    - + -
    -
  • -
  • - -
    - Design digest #79 -
    + -
    +
    -
    -

    Design

    +
    +

    Portfolio

    +
    - +
    - -
    +
      -

      Design digest #79

      +
    • + +
    • -

      - Optio cumque nihil impedit uo minus quod maxime placeat, velit esse cillum. -

      +
    • + +
    • -
    +
  • + +
  • - - +
  • + +
  • - +
  • + +
  • - + - +
    + - +
      -
      +
    • + +
    • -
      -

      Contact

      -
      +
    • + +
    • -
      -
      - -
      -
      +
    • + +
    • -
      +
    • + +
    • -

      Contact Form

      +
    • + +
    • -
      +
    +
    + + + + + + + + + +
    +
    +

    Contact

    +
    +
    +
    + +
    +
    +
    +

    Contact Form

    +
    - - - + +
    - - + +
    +
    + +
    - - - - - - - - -
    + + - - - - - - - - - - - + + + - - \ No newline at end of file + diff --git a/index.txt b/index.txt deleted file mode 100644 index 60668de736..0000000000 --- a/index.txt +++ /dev/null @@ -1,240 +0,0 @@ -vCard - Personal Portfolio - -# sidebar - -alt = Richard hanrick -Richard hanrick -Web developer - -Show Contacts - -Email -richard@example.com - -Phone -+1 (213) 352-2795 - -Birthday -June 23, 1982 - -Location -Sacramento, California, USA - -# navbar - -About -Resume -Portfolio -Blog -Contact - -# about - -About me - -I'm Creative Director and UI/UX Designer from Sydney, Australia, working in web development and print media. I enjoy turning complex problems into simple, beautiful and intuitive designs. - -My job is to build your website so that it is functional and user-friendly but at the same time attractive. Moreover, I add personal touch to your product and make sure that is eye-catching and easy to use. My aim is to bring across your message and identity in the most creative way. I created web design for many famous brand companies. - - -## service - -What i'm doing - -alt = design icon -Web design -The most modern and high-quality design made at a professional level. - -alt = Web development icon -Web development -High-quality development of sites at the professional level. - -alt = mobile app icon -Mobile apps -Professional development of applications for iOS and Android. - -alt = camera icon -Photography -I make high-quality photos of any category at a professional level. - - -## testimonials - -Testimonials - -alt = Daniel lewis -Daniel lewis -Richard was hired to create a corporate identity. We were very pleased with the work done. She has a lot of experience and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt consectetur adipiscing elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia. - -alt = Jessica miller -Jessica miller -Richard was hired to create a corporate identity. We were very pleased with the work done. She has a lot of experience and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt consectetur adipiscing elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia. - -alt = Emily evans -Emily evans -Richard was hired to create a corporate identity. We were very pleased with the work done. She has a lot of experience and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt consectetur adipiscing elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia. - -alt = Henry william -Henry william -Richard was hired to create a corporate identity. We were very pleased with the work done. She has a lot of experience and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt consectetur adipiscing elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia. - - -## clients - -Clients - -alt = client logo - - - -# resume - -Resume - -Education - -University school of the arts -2007 — 2008 -Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et quas molestias exceptur. - -New york academy of art -2006 — 2007 -Ratione voluptatem sequi nesciunt, facere quisquams facere menda ossimus, omnis voluptas assumenda est omnis.. - -High school of art and design -2002 — 2004 -Duis aute irure dolor in reprehenderit in voluptate, quila voluptas mag odit aut fugit, sed consequuntur magni dolores eos. - -Experience - -Creative director -2015 — Present -Nemo enim ipsam voluptatem blanditiis praesentium voluptum delenit atque corrupti, quos dolores et qvuas molestias exceptur. - -Art director -2013 — 2015 -Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et quas molestias exceptur. - -Web designer -2010 — 2013 -Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et quas molestias exceptur. - -My skills - -Web design -80% -Graphic design -70% -Branding -90% -WordPress -50% - - - -# portfolio - -Portfolio - -All -Web design -Applications -Web development - -Select category -All -Web design -Applications -Web development - -alt = finance -Finance -Web development - -alt = orizon -Orizon -Web development - -alt = fundo -Fundo -Web design - -alt = brawlhalla -Brawlhalla -Applications - -alt = dsm. -DSM. -Web design - -alt = metaspark -MetaSpark -Web design - -alt = summary -Summary -Web development - -alt = task manager -Task Manager -Applications - -alt = arrival -Arrival -Web development - - - -# blog - -Blog - -alt = Design conferences in 2022 -Design -Fab 23, 2022 -Design conferences in 2022 -Veritatis et quasi architecto beatae vitae dicta sunt, explicabo. - -alt = Best fonts every designer -Design -Fab 23, 2022 -Best fonts every designer -Sed ut perspiciatis, nam libero tempore, cum soluta nobis est eligendi. - -alt = Design digest #80 -Design -Fab 23, 2022 -Design digest #80 -Excepteur sint occaecat cupidatat no proident, quis nostrum exercitationem ullam corporis suscipit. - -alt = UI interactions of the week -Design -Fab 23, 2022 -UI interactions of the week -Enim ad minim veniam, consectetur adipiscing elit, quis nostrud exercitation ullamco laboris nisi. - -alt = The forgotten art of spacing -Design -Fab 23, 2022 -The Forgotten Art Of Spacing -Maxime placeat, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -alt = Design digest #79 -Design -Fab 23, 2022 -Design Digest #79 -Optio cumque nihil impedit uo minus quod maxime placeat, velit esse cillum. - - - -# contact - -Contact - -Contact Form - -Full name -Email address -Your Message - -Send Message \ No newline at end of file diff --git a/website-demo-image/desktop.png b/website-demo-image/desktop.png deleted file mode 100644 index f3c679020f..0000000000 Binary files a/website-demo-image/desktop.png and /dev/null differ diff --git a/website-demo-image/mobile.png b/website-demo-image/mobile.png deleted file mode 100644 index 98925ced80..0000000000 Binary files a/website-demo-image/mobile.png and /dev/null differ