Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,22 @@ <h1 class="name" title="Jose Cerón">José M. Cortes C.</h1>
<li class="navbar-item"><button class="navbar-link" data-nav-link>Contact</button></li>
</ul>
</nav>
</div>

<article class="about active" data-page="about">
<header>
<h2 class="h2 article-title">About me</h2>
</header>

<section class="about-text">
<p>I am a student of ITSOEH, pursuing a degree in Engineering in Information and Communication
Technologies (TICS), with a passion for artificial intelligence and data analysis. My interests
include programming and working on machine learning projects.</p>
<p>In addition to my studies, I enjoy creating personal projects, such as developing my portfolio
website hosted on GitHub Pages. My goal is to design functional, user-friendly, and visually
appealing solutions that reflect creativity and technical expertise. I am always eager to learn
and apply my knowledge to solve real-world challenges.</p>
</section>
</article>
</body>

</html>