Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlsoto54 committed Apr 16, 2024
1 parent ff00f95 commit 8e3c724
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>Data Science|Data analysis|Data Visualization<br /></h1>
<h2>Main<br />
Presentation</h2>
</header>
<p>I am a multilingual Business Engineer with a Master's degree in Data Science and AI Strategy, driven by a passion for analytical and data technologies. With 5 years of hands-on experience in data analysis within the banking and retail sectors, I have actively contributed to projects focused on process enhancement and business intelligence for leading organizations across LATAM and Europe</p>
<p>I am a multilingual Business Engineer with a Master's degree in Data Science and AI Strategy, driven by a passion for analytical and data technologies. With hands-on experience in data science and data analysis within the banking and retail sectors, I have actively contributed to projects focused on process enhancement and business intelligence for leading organizations across LATAM and Europe</p>
<ul class="actions">
<!--<li><a href="#" class="button">Learn More</a></li>-->
</ul>
Expand All @@ -118,12 +118,15 @@ <h2>Main<br />
<!-- Two -->

<div class="button-group">
<button id="primaryButton" onclick="loadContent('Personal portfolio')">Projects</button>
<button id="primaryButton" onclick="loadContent('Artificial Intelligence')">Artificial Intelligence</button>
<button onclick="loadContent('Machine Learning')">Machine Learning</button>
<button onclick="loadContent('Data Visualization')">Dataviz</button>
<button onclick="loadContent('Database Manipulation')">Database Manipulation</button>
<button onclick="loadContent('Travelling')">Travelling</button>
</div>

<div id="main-section">
<h2>Main Section</h2>
<h2>Personal Portfolio</h2>
<div id="content">
<!-- Content will be dynamically loaded here -->
</div>
Expand Down Expand Up @@ -180,7 +183,7 @@ <h2>Main Section</h2>
// Simulate AJAX request to fetch content based on category
// Replace this with your actual AJAX call to fetch content dynamically

// Example content for 'Personal portfolio'
// Example content for 'Artificial Intelligence'
if (category === 'Personal portfolio') {
contentElement.innerHTML = `
<section id="two">
Expand Down Expand Up @@ -256,7 +259,11 @@ <h3>fruits image classifier </h3>
`;
}
// Add more conditions for other categories if needed
else if (category === 'Travelling') {

if (category === 'Machine Learning') {contentElement.innerHTML =``;}
if (category === 'Data Visualization') {contentElement.innerHTML =``;}
if (category === 'Database Manipulation') {contentElement.innerHTML =``;}
else if (category === 'Travelling') {
contentElement.innerHTML =
`
<section id="social">
Expand Down

0 comments on commit 8e3c724

Please sign in to comment.