-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (44 loc) · 3.26 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Brenno Cardoso - About Me</title>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
</head>
<body>
<nav role="navigation" class="top-nav">
<ul>
<li><a role="button" tabindex=0 href="index.html">Home</a></li>
<li nav aria-current=page><a role="button" tabindex=1 href="about.html">About Me</a></li>
<li><a role="button" tabindex=2 href="resume.html">Resume</a></li>
<li><a aria-haspopup="true" tabindex=3 aria-expanded="false">Projects</a>
<ul class="pulldown-menu">
<li><a role="button" tabindex=4 href="penicilin.html">Penicilin Ineffectiveness Data Visualization</a></li>
<li><a role="button" tabindex=5 href="nba.html">History of Three Pointers in the NBA</a></li>
</ul>
</li>
</ul>
</nav>
<main>
<br>
<h1>Brenno Cardoso</h1>
<h2> Senior Computer Science Undergraduate at Northwestern University</h2>
<div class="about-me">
<ul class="personal-info">
<li><p>My interests stem from data science, back-end software engineering and game design and development. I have particular interest in analyzing how we can apply gamefied softwares to simplify and support us in everyday tasks. For instance, how can we apply gamification to support children with disabilities to have a more fair learning experience.</p></li>
<li><p>My other academic interests include Chemistry and Marketing. When I first arrived at Northwestern, I was a Chemistry major, particularly interested in Organic Chemistry. However, I ended up chaning my mind and switched to Computer Science during my Sophomore Year due to it having more alignment with my professional interests. As for Marketing, I have taken some classes of the Integrated Marketing Communications Program, with emphasis on marketing data analysis.</p></li>
<li><p>I currently work at BriteCo as their Tech Marketing Specialist. I work closely with both department to find technical solutions to best serve our current consumers as well as attract new ones. Those practices include CRM automations, SEO boosting, marketing data analysis and both back-end and front-end software development.</p></li>
<li><p>In terms of my personal life, I am a Brazilian scholarship student at Northwestern. I currently live in Evanston, IL. My hobbies include games, sports, dancing and music. As a football fan, I am a addicted supporter of São Paulo, Borussia Dortmund and of the Seleção Brasileira.</p>
</em></p></li>
</ul>
<ul class="contact">
<li><img class="picture" src="files/picture.jpg" alt="Brenno's profile picture"></li>
<p class="contact-header"><strong>Contact</strong></p>
<li style="color: #CAD2D9;"><img class="logo" src="files/mail.png" alt="mail logo">[email protected]</li><br><br>
<li><img class="logo" src="files/github.png" alt="github logo"><a role="link" TARGET="_blank" tabindex=6 href="https://github.com/jammalz">github.com/jammalz</a></li>
</ul>
</div>
<br><br><br>
</main>
</body>
</html>