-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |