-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
142 lines (142 loc) · 6.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./src/css/about.css">
<link rel="icon" type="image/png" href="./src/img/logo B 1.svg">
<title>About me</title>
</head>
<body>
<!-- barra de navegação -->
<header>
<nav>
<ul>
<li><a class="nav-text" href="">UX/UI</a></li>
<li><a class="nav-text" href="index.html#projects">Projects</a></li>
</ul>
<img src="./src/img/logo B 1.svg" alt="logo B">
<ul>
<li><a class="nav-text" href="about.html">About</a></li>
<li><a class="nav-text" href="">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1>About.</h1>
</main>
<!-- Area da Foto -->
<section>
<div class="mascaraFoto">
<h2>👋 It's a pleasure to meet you, my name is Brennon</h2>
</div>
<img src="./src/img/eu.svg" alt="minha foto">
</section>
<!-- Sessao do About me -->
<article>
<h3>Who am I to you?</h3>
<p>
Hello, I'm Brennon Meireles, born and raised in São Paulo, Brazil. Currently, I study programming and design,
with a particular focus on web design, an area that fascinates me for its combination of creativity and functionality.
Since I was 9 years old, I have been a musician and art has always been a fundamental part of my life. I am a creative
person, constantly looking for new ways to express myself and connect with the world around me. I'm always looking for
opportunities to expand my horizons and apply my passion for art and design into meaningful and inspiring projects.
</p>
</article>
<!-- Sessao skills -->
<article>
<h4 class="button-skills">Skills · Experiências</h4>
<h2>Tecnologias e habilidades</h2>
<h4 class="techs-font">Techs I use on a daily basis</h4>
<div>
<img src="./src/img/CSS3-logo.svg" alt="CSS3-logo">
<img src="./src/img/HTML5-logo.svg" alt="HTML5-logo">
<img src="./src/img/Javascript-logo.svg" alt="Javascript-logo">
<img src="./src/img/React-logo.svg" alt="React-logo">
<img class="figma-logo" src="./src/img/figma-logo.svg" alt="figma-logo">
<img src="./src/img/Github-logo-2.svg" alt="github-logo">
<img src="./src/img/git-logo.svg" alt="git-logo">
<img src="./src/img/Nodejs-logo.svg" alt="Nodejs-logo">
</div>
<h4 class="techs-font">Other techs with which I have carried out projects</h4>
<div>
<img src="./src/img/java-logo.svg" alt="java-logo">
<img src="./src/img/Python-logo.svg" alt="Python-logo">
<img class="xampp" src="./src/img/xampp-logo.png" alt="xampp-logo">
<img src="./src/img/msql-logo.svg" alt="Mysql-logo">
<img class="mongoDB-logo" src="./src/img/mongoDB-logo.svg" alt="mongoDB-logo">
<img src="./src/img/powerapps-logo.svg" alt="powerapps-logo">
</div>
</article>
<!-- Sessao curriculo -->
<article class="curriculo">
<h3>Journey so far</h3>
<section>
<div class="profissional-area">
<h4>Profissional area</h4>
<p>2023 · At the moment</p>
<!-- card da esquerda -->
<div class="card">
<h4>Telefônica Tech IoT BigData Internship</h4>
<p>Interning in the pre-sales team for IoT solutions for B2B</p>
<ul>
<li>1 year </li>
<li>November/2023 · At the moment</li>
</ul>
</div>
</div>
<div class="academic-area">
<h4>Academic</h4>
<p>2023 · At the moment</p>
<!-- card da direita -->
<div class="card">
<h4>Technician, Systems Analysis and Development</h4>
<p>Studying at SENAI Suiço Brasileiro - Santo Amaro - SP in the Systems Analysis and Development course.</p>
<ul>
<li>1. 5 year</li>
<li>August/2023 · At the moment</li>
</ul>
</div>
<div class="card">
<h4>Web Design</h4>
<p>
The Web Design Professional Qualification course -
Front-End aims to develop skills related to creating web pages,
utilizing resources such as HTML, CSS, JavaScript, as well as tools for
designing graphical interfaces for personalized websites, such as Figma.
</p>
<ul>
<li>6 months</li>
<li>February/2023 · At the moment</li>
</ul>
</div>
<div class="card">
<h4>English · Advanced conversation</h4>
<p>By studying, I was able to improve my level of English (Today: Advanced) with 6 months of advanced conversation
by Wizard
</p>
<ul>
<li>6 months</li>
<li>July/2023 · At the moment</li>
</ul>
</div>
<div class="card">
<h4>Complete high school</h4>
<p>At the end of 2022 I graduated from high school at the E. E. Republica de Panama school</p>
<ul>
<li>December/2022</li>
</ul>
</div>
</div>
</section>
</article>
<!-- Rodape do site -->
<footer>
<div class="img-contact">
<a href="https://www.linkedin.com/in/brennon-meireles/" target="_blank"><img src="./src/img/linkedin-logo-white 2.svg" alt="linkedin logo"></a>
<a href="https://github.com/BrennonMeireles" target="_blank"><img src="./src/img/github-logo-white-2 1.svg" alt="logo github"></a>
</div>
<h1>Brennon Meireles</h1>
</footer>
</body>
</html>