Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<!-- Comments from https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure -->
<meta charset = "utf-8">
<title>
EN_Resume_2024
</title>
</head>
<body>
<header role = "banner">
<h1>
Eduardo Nascimento Resume 2024
</h1>
<p>
Hello my name is Eduardo Nascimento and I am currently a junior studying cyber security at purdue university
I am qualified for a job as a software engineer due to my many projects and intesive classes taken and explored at purdue while also at the same
time pursuing personal projects and internships at various companies
</p>
</header>
<nav>
<h2>
Resume Sections:
</h2>
<ul>
<li>
<a href="#profile">Profile Summary</a>
</li>
<li>
<a href="#work">Work Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#skill">Skill</a>
</li>
<li>
<a href="#contact">Contact Information</a>
</li>
</ul>
</nav>
<main>
<!-- for content unique to this page. Use <main> only once per page, and put it directly inside <body>. Ideally this shouldn't be nested within other elements. -->
<section>
<!-- for grouping together a single part of the page that constitutes one single piece of functionality (e.g., a mini map, or a set of article headlines and summaries), or a theme. It's considered best practice to begin each section with a heading; also note that you can break <article>s up into different <section>s, or <section>s up into different <article>s, depending on the context. -->
<article>
<!-- encloses a block of related content that makes sense on its own without the rest of the page (e.g., a single blog post). -->
<h2 id="profile">Profile Summary</h2>
<div>
<p>
Hello my name is Eduardo Nascimento and I am a junior at Purdue University interested in Cybersecurity, networking and software development
hope you enjoy my resume :)
</p>
</div>
</article>
</section>
<section>
<!-- for grouping together a single part of the page that constitutes one single piece of functionality (e.g., a mini map, or a set of article headlines and summaries), or a theme. It's considered best practice to begin each section with a heading; also note that you can break <article>s up into different <section>s, or <section>s up into different <article>s, depending on the context. -->
<article>
<!-- encloses a block of related content that makes sense on its own without the rest of the page (e.g., a single blog post). -->
<h2 id="work">Work Experience</h2>
<div>
<h3>Motorola SWD Internship</h3>
<div><span>Motorola</span> | <span>Florida</span> | <span>3 months</span></div>
<div>
<ul>
<li>Shadowed one of the development teams at motorola</li>
<li>Completed a team project at the end which showcased the teams skills</li>
<li>Learned about the software development process</li>
</ul>
</div>
</div>
<div>
<h3>Fortinet Systems Engineer</h3>
<div><span>Fortinet</span> | <span>Florida</span> | <span>3 months</span></div>
<div>
<ul>
<li>Shadowed and helped the infrastructure IT team for fortinet</li>
<li>Learned about their firewall and security solutions</li>
<li>Learned about networking and systems administration</li>
</ul>
</div>
</div>
</article>
</section>
<section>
<!-- for grouping together a single part of the page that constitutes one single piece of functionality (e.g., a mini map, or a set of article headlines and summaries), or a theme. It's considered best practice to begin each section with a heading; also note that you can break <article>s up into different <section>s, or <section>s up into different <article>s, depending on the context. -->
<article>
<!-- encloses a block of related content that makes sense on its own without the rest of the page (e.g., a single blog post). -->
<h2 id="education">Education</h2>
<div>
<h3>Pueri Domus</h3>
<div><span>Pueri Domus</span> | <span>Brazil</span> | <span>up until highschool</span></div>
<div>
<ul>
<li>Complete primary education at Pueri Domus school in Brazil</li>
<li>Participated in science competitions</li>
</ul>
</div>
</div>
<div>
<h3>American Heritage</h3>
<div><span>American Heritage</span> | <span>Florida</span> | <span>4 years</span></div>
<div>
<ul>
<li>Completed highschool at American Heritage School</li>
<li>Participated in the pre-egineering program</li>
</ul>
</div>
</div>
</article>
</section>
<section>
<!-- for grouping together a single part of the page that constitutes one single piece of functionality (e.g., a mini map, or a set of article headlines and summaries), or a theme. It's considered best practice to begin each section with a heading; also note that you can break <article>s up into different <section>s, or <section>s up into different <article>s, depending on the context. -->
<article>
<!-- encloses a block of related content that makes sense on its own without the rest of the page (e.g., a single blog post). -->
<h2 id="skill">Skill</h2>
<div>
<h3>Pentesting</h3>
<div><span>Programming</span> | <span>Networking</span> | <span>Pentesting</span></div>
<div>
<ul>
<li>Extensive experience with linux and terminal operations</li>
<li>Knowledge and experience with multiple programming and scripting languages</li>
<li>Networking knowledge as well as comfortable with using many vulnerability assesment tools such as nmap</li>
</ul>
</div>
</div>
</article>
</section>
<section>
<!-- for grouping together a single part of the page that constitutes one single piece of functionality (e.g., a mini map, or a set of article headlines and summaries), or a theme. It's considered best practice to begin each section with a heading; also note that you can break <article>s up into different <section>s, or <section>s up into different <article>s, depending on the context. -->
<article>
<!-- encloses a block of related content that makes sense on its own without the rest of the page (e.g., a single blog post). -->
<h2 id="contact">Contact Information</h2>
<div>
<h3>Eduardo Nascimento (954)683-1740</h3>
<ul>
<li>Github: <a href="https://github.com/dedbit3">dedbit3@github.com</a></li>
<li>Email: <a heref="mailto:enascime@purdue.edu">enascime@purdue.edu</a></li>
<li>Phone: (954)683-1740</li>
</ul>
</div>
</article>
</section>
<aside>
<div>The cat sat on the mat.</div>
</aside>
</main>
<footer>
<small>&copy; Copyright 2022, <!-- Your Name --></small>
</footer>
</body>
</html>