Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexesmm authored May 10, 2024
1 parent a2096b7 commit 2c34945
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My resume</title>
</head>
<body>
<h1>Alex Ehrich Souza de Menezes</h1>
<img src="images/alexesm.jpeg" width="250" height="295" title="Alexesm">
<h2>Summary:</h2>
<p>I am a motivated computer engineering student with a passion for solving complex problems and developing innovative solutions. With a solid foundation in programming languages such as C, C#, and Python, I am eager to apply my skills and knowledge to contribute effectively to the field of technology. My goal is to pursue a career that allows me to continuously learn and grow while making a meaningful impact in the industry.</p>
<hr>
<h2>My education:</h2>
<p>
<ul>
<li><h3>Computer Engineering - Universidade Federal do Ceará, UFC, Brasil</h3>
<p>August 2023 - Present</p>
</li>
<li><h3>High school: Farias Brito Sobralense, FB, Brasil</h3>
<p>January 2013 - November 2022</p>
</li>
</ul>
</p>
<hr>
<h2>My work experience:</h2>
<p>I still don't have any real work experience.</p>
<hr>
<h2>My skills:</h2>
<p>I am experienced in programming languages such as C, C# and Python. I also have a little experience in JavaScript,HTML and CSS Web Development, just as I know a little SQL.</p>
<ul>
<li>Back-End: ⭐️⭐️⭐️⭐️</li>
<li>Front-End: ⭐️⭐️</li>
</ul>
<hr>
<h2>My awards and certifications:</h2>
<p><ul>
<li>MET level B2, Michigan Language Assessment.</li>
<li>Fisk English Course. (Workload: 100h).</li>
</ul>
</p>
<hr>
<h2>Other:</h2>
<ul>
<li><a href="html's/contact.html">Contact</a></li>
<li><a href="html's/hobbies.html">My hobbies</a></li>
</ul>
<footer>
<p>© 2024 Alexesm. All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit 2c34945

Please sign in to comment.