diff --git a/styles3.css b/styles3.css
new file mode 100644
index 0000000..7998f0f
--- /dev/null
+++ b/styles3.css
@@ -0,0 +1,139 @@
+:root {
+ --primary-color: #2a2a2a; /* Darker background */
+ --secondary-color: #7a9ab8; /* Softer blue for highlights */
+ --background-color: #121212; /* Darker background */
+ --text-color: #d0d0d0; /* Light gray for text */
+ --highlight-color: #1c1c1c; /* Slightly lighter background for sections */
+}
+
+body {
+ font-family: "Roboto", Arial, sans-serif;
+ line-height: 1.7;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ max-width: 900px;
+ margin: 0 auto;
+ padding: 20px;
+}
+
+h1 {
+ text-align: center;
+ font-size: 2.5em;
+ color: var(--secondary-color);
+ padding-bottom: 10px;
+ margin-bottom: 30px;
+}
+
+h2 {
+ font-size: 1.8em;
+ color: var(--secondary-color);
+ margin-bottom: 15px;
+ border-bottom: 2px solid var(--secondary-color);
+}
+
+h3 {
+ font-size: 1.4em;
+ color: var(--secondary-color);
+ margin-bottom: 10px;
+}
+
+a {
+ color: var(--secondary-color);
+ text-decoration: none;
+ transition: color 0.3s ease;
+}
+
+a:hover {
+ color: #ffffff; /* Lighten on hover */
+}
+
+.photo {
+ text-align: center;
+ margin-bottom: 20px;
+}
+
+.photo img {
+ max-width: 120px;
+ border-radius: 50%;
+ border: 4px solid var(--secondary-color);
+ padding: 5px;
+}
+
+.contact-grid {
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ gap: 15px;
+ margin-bottom: 30px;
+}
+
+.contact-item {
+ background-color: var(--highlight-color);
+ padding: 15px;
+ border-radius: 8px;
+ flex: 1 1 200px;
+ text-align: center;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
+ transition: transform 0.2s ease;
+}
+
+.contact-item:hover {
+ transform: scale(1.05);
+}
+
+.skills-list {
+ display: flex; /* Use flexbox */
+ flex-wrap: wrap; /* Allow items to wrap */
+ gap: 10px; /* Space between items */
+}
+
+.skill-item {
+ background-color: #3c3c3c; /* Dark gray for skill items */
+ color: #d0d0d0; /* Light gray for text */
+ padding: 5px 15px;
+ border-radius: 20px;
+ font-size: 0.9em;
+ text-align: center;
+ min-width: 120px;
+ max-width: 200px;
+ word-wrap: break-word;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ transition: background-color 0.3s ease; /* Smooth transition for hover effect */
+}
+.skill-item:hover {
+ background-color: #4a4a4a; /* Slightly lighter gray on hover */
+}
+
+.experience-item,
+.project-item {
+ background-color: var(--highlight-color);
+ margin-bottom: 25px;
+ padding-bottom: 15px;
+ border-bottom: 1px solid var(--secondary-color);
+}
+
+ul {
+ list-style-type: none;
+ padding-left: 0;
+}
+
+li {
+ margin-bottom: 10px;
+ position: relative;
+ padding-left: 20px;
+}
+
+li::before {
+ content: "•";
+ color: var(--secondary-color);
+ font-weight: bold;
+ position: absolute;
+ left: 0;
+}
+
+@media (max-width: 768px) {
+ .contact-grid {
+ display: block;
+ }
+}
diff --git a/updated_resume3.html b/updated_resume3.html
new file mode 100644
index 0000000..51fad36
--- /dev/null
+++ b/updated_resume3.html
@@ -0,0 +1,416 @@
+
+
+
+
+
+ Shyam Patadia - portfolio
+
+
+
+
+
+
+
+
+
+ SHYAM PATADIA
+
+
+
+
+
+
+
+ PROFESSIONAL SUMMARY
+
+ Senior Automation Engineer with over 3 years of experience in developing
+ and improving test systems, enhancing development processes, and leading
+ technical teams. Proficient in AI agent development, GxP compliance, and
+ Agile methodologies. Azure DevOps certified professional focused on
+ advancing automation systems and streamlining validation processes.
+
+
+
+
+ SKILLS
+
+
+
+
+ Programming Languages
+
+
+ Python
+ Julia
+ C#
+ R
+ SQL
+ PostgreSQL
+
+
+
+
+
+
Data & Analysis
+
+ SPSS
+ Tableau
+ PyTorch
+
+
+
+
+
+
+ Frameworks & Tools
+
+
+ Flask
+ FAST API
+ Streamlit
+ Langchain
+ LangGraph
+ CrewAI
+
+
+
+
+
+
+ Automation & Testing
+
+
+ Playwright
+ Selenium
+ SpecFlow
+ xUnit
+ Azure DevOps
+
+
+
+
+
+
+ Project Management & Compliance
+
+
+ Jira
+ GxP compliance
+ Technical writing
+ Certified Scrum Developer
+
+
+
+
+
+
+
+ CERTIFICATIONS
+
+ Azure DevOps - AZ-900 Certified
+ Certified Scrum Developer
+ Advanced C# Certification
+
+
+
+
+
+ PROFESSIONAL EXPERIENCE
+
+
Senior Automation Engineer
+
+ xLM Continuous Validation LLC, Jacksonville, FL —
+ July 2021 - Present
+
+
+
+ Led development of AI Agent for GxP-based web application
+ validation, managing functional and technical aspects
+
+
+ Designed automation scripts using Python and Selenium for web
+ applications, later migrating to Playwright for improved efficiency
+
+
+ Implemented and executed comprehensive test plans in Azure DevOps
+ for desktop and web-based applications
+
+
+ Conducted functional, smoke-sanity, regression, and performance
+ testing across various applications
+
+
+ Managed defect lifecycle and collaborated with cross-functional
+ teams to ensure high-quality releases
+
+
+ Developed expertise in AI frameworks (Langchain, LangGraph, CrewAI)
+ and designed API for AI Web Navigation Agent
+
+
+ Created an end-to-end service on Atlassian Jira for GxP-based Agile
+ sprint development
+
+
+ Maintained "xLMCore" Nugget package for GxP-compliant automated test
+ reports
+
+
+ Implemented CI/CD pipelines, enhancing repository management and
+ sprint board configuration
+
+
+ Developed automation suites for DMS, LMS, and ERP systems, reducing
+ validation time in agile environments
+
+
+ Conducted client demonstrations and authored company newsletters to
+ showcase technical advancements
+
+
+ Demonstrated proficiency in managing multiple projects in a
+ fast-paced, dynamic environment
+
+
+
+
+
+
Quant Developer (Consulting)
+
FinSharpe, Pune — Oct 2021 - Jan 2022
+
+
+ Created diverse portfolio management strategies, providing tailored
+ client solutions
+
+
+ Developed automated systems for generating customized client reports
+
+
+ Used Python and Backtrader to process financial data for strategic
+ model development
+
+
+
+
+
+
+
+ EDUCATION
+
+
BSc. Applied Statistics & Analytics
+
+ Sunandan Divatia School of Science, NMIMS University, Mumbai, India,
+ 2017 - 2021
+
+
+
+
HSC (Grade 12)
+
Tapasvi School, Rajkot, India, 2015 - 2017
+
+
+
+
+
+ PROFESSIONAL PROJECTS
+
+
AI-Powered Web Navigation Agent
+
+
+ Managed end-to-end product development from concept to
+ implementation, including agent coding
+
+
+ Created system architecture and led a cross-functional team through
+ agile sprints
+
+
+ Integrated LLM technologies to improve web application testing
+ efficiency
+
+
+
+
+
GxP-Compliant Agile Development Service
+
+
+ Developed a comprehensive service on Atlassian Jira for GxP-based
+ Agile sprint development
+
+
+ Ensured compliance with regulatory requirements while maintaining
+ Agile principles
+
+
+
+
+
Sentiment-Based Trading System
+
+
+ Built an intraday trading system using news sentiment analysis
+
+
+ Adapted BERT model for financial sentiment classification, achieving
+ 2.6% average daily return
+
+
+
+
+
+
+
+ PERSONAL PROJECTS
+
+
Candlestick Screener App for Indian Stocks
+
+
+ Developed a Flask-based application for traders to identify stock
+ opportunities
+
+
+ Implemented candlestick pattern recognition for trading decision
+ support
+
+
+
+
+
Big 5 Personality Test Analyzer
+
+
+ Applied k-means clustering to classify individuals by personality
+ scores
+
+
+ Conducted research and developed recommendations for studying abroad
+
+
+
+
+
Wikipedia Content Extractor
+
+
+ Wrote a Python script to extract and organize Wikipedia content
+
+ Created JSON output with URLs and associated content
+
+ GitHub:
+ Wikipedia Content Extractor
+
+
+
+
+
+