-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 2.63 KB
/
index.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
45
46
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/styles.css">
<title>Raphael Carneiro | WDD 130</title>
<meta name="author" content="Raphael Carneiro">
<meta name="description" content="A short description of Raphael Carneiro professional achievements">
</head>
<body>
<header>
<nav>
<a href="#">Home</a>
<a href="./week02/holygrail.html">Holy Grail</a>
<a href="./week02/box-model.html">Box-Model</a>
</nav>
</header>
<main>
<h1>Raphael Carneiro WDD 130</h1>
<section>
<h2>Brazil</h2>
<cite>Hello! I'm Raphael. 😁</cite>
<img src="images/profile.png"
alt="Raphael Carneiro wearing a suit"
width="200"
>
<p>I'm pursuing a bachelor's degree in Software Development at Brigham Young University - Idaho. I aim to become a more consistent code developer and to be able to tackle the challenges of the programming world for companies worldwide, without encountering technical or language barriers. At the moment, my expertise is primarily focused on frontend development, but I'm actively working towards feeling confident as a full-stack developer soon.</p>
<p>My professional journey thus far has been somewhat winding, yet it has consistently showcased my passion for technology. It all began back in high school when I simultaneously enrolled in and graduated from a technical course in electronics, later continuing on to become a technologist in systems analysis and development. Today, I realize that both my roles as an electronic security technician and as an IT analyst have equipped me with skills that greatly benefit my current career path, from soft skills like conflict resolution and active listening to technical abilities such as managing Linux servers, databases, and even experience with agile methodologies like Scrum.</p>
</section>
</main>
<aside>
<img src="images/selfie.png"
alt="Raphael using headphones"
width="200">
<blockquote>
<p>My main goal is to gain experience as a junior developer and ultimately become a software engineer.</p>
<p>If you've read this far and are seeking someone committed, with a passion for challenges and opportunities for growth, that person is me 🫡.</p>
<p>I'm actively searching for internship, freelance, or junior developer roles</p>
</blockquote>
</aside>
<footer>
<p>©2024 Raphael Carneiro 🌳 Rio de Janeiro, Brazil</p>
</footer>
</body>
</html>