-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (272 loc) · 15.7 KB
/
index.html
File metadata and controls
298 lines (272 loc) · 15.7 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/portf_main.css">
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="60x60" href="./img/icons/favicon/apple-icon-60x60.png" type="image/x-icon">
<link rel="apple-touch-icon" sizes="72x72" href="./img/icons/favicon/apple-icon-72x72.png" type="image/x-icon">
<link rel="apple-touch-icon" sizes="76x76" href="./img/icons/favicon/apple-icon-76x76.png" type="image/x-icon">
<link rel="shortcut icon" sizes="32x32" href="./img/icons/favicon/favicon-32x32.png" type="image/x-icon">
<link rel="shortcut icon" sizes="96x96" href="./img/icons/favicon/favicon-96x96.png" type="image/x-icon">
<link rel="shortcut icon" href="./img/icons/favicon/favicon-16x16.png" type="image/x-icon">
<link rel="shortcut icon" href="./img/icons/favicon/favicon.png" type="image/x-icon">
<title>Roberto Costa - Front-End Developer</title>
</head>
<body>
<header id="top">
<img class="head-background"
src="img/code_image600.jpg" alt="Computer codes"
srcset="img/code_image600.jpg 600w,
img/code_image1200.jpg 1200w,
img/code_image1920.jpg 1920w">
<div class="head-container">
<h1 class="head-title">Hello!</h1>
<h2 class="head-name">I'm Roberto Costa</h2>
<h3 class="text-uppercase sub-title">Front-End Developer</h3>
<i class="material-icons md-36">build</i>
<a class="block-link" href="#about">
<button class="down-btn" id="down-btn">Know More
<i class="material-icons">expand_more</i>
</button>
</a>
</div>
<div class="hello" id="helloDiv">
<p class="hello-txt">Hello World!</p>
</div>
</header>
<main>
<div id="menu" class="menu-container disabled">
<button class="hamburger hamburger--spring" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
<span class="hamburger-label">Menu</span>
</button>
<nav class="menu-object">
<ul>
<li><a class="menu-link" href="#about">About Me</a></li>
<li><a class="menu-link" href="#skills">Skills</a></li>
<li><a class="menu-link" href="#projects">Projects</a></li>
<li><a class="menu-link" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<nav id="up-btn" class="button-up hidden-right-down">
<a href="#top">
<i class="material-icons">arrow_upward</i>
</a>
</nav>
<article>
<section id="about" class="about-me">
<h2 class="text-center sect-heading">About me</h2>
<img class="prof-picture" src="img/prof_img.png" alt="Roberto Costa Profile Picture">
<p class="about-text">I am a highly dedicated person, who sees problems as challenges that must be overcome.
I enjoy being part of teams that work together to deliver the best possible customer experiences.
<br><br>
I have fallen in love with technologies around 1990 and was always interested in programming and games. Some years passed and I started to develop a big passion for A.I. and Data Science.<br><br>
Two years ago I decided that it was enough, I was not going to waste my time, I was going to learn the technologies needed and become a software developer. I learned HTML, CSS, and JavaScript (ES6+), then I went to REST, Node.js, MongoDB and finally React. There was much more to learn then what a lot of developers were saying, but I kept my head high and learner a lot, so now I'm able to be a part of a good team, use my skills and keep improving.
</p>
<section class="baseinfo-container">
<div class="base-info">
<h2 class="sect-heading">Basic Information</h2>
<p>NAME<i class="material-icons">perm_identity</i></p>
<p>Roberto Marques Costa</p>
<p>DATE OF BIRTH<i class="material-icons">verified_user</i></p>
<p>01/04/1986</p>
<p>BIRTHPLACE<i class="material-icons">location_on</i></p>
<p>São Paulo, Brazil</p>
<p>EMAIL<i class="material-icons">contact_mail</i></p>
<p>robertomarx@gmail.com</p>
</div>
<div id="skills" class="skills">
<h2 class="sect-heading">Skills</h2>
<img class="react-img" src="./img//icons/react.svg" alt="Reactjs Logo">
<p class="react-txt">REACT</p>
<img class="node-img" src="img/icons/node-logo.svg" alt="Nodejs Logo">
<p class="node-txt" >NODE.JS</p>
<img class="gatsby-img" src="./img/icons/gatsby-logo.jpg" alt="Gatsbyjs Logo">
<p class="gatsby-txt">GATSBY</p>
<img class="jest-img" src="./img/icons/jest-logo.svg" alt="Jestjs Logo">
<p class="jest-txt">JEST</p>
<img class="mongo-img" src="./img/icons/mongodb.svg" alt="MongoDB Logo">
<p class="mongo-txt">MongoDB</p>
<img class="sass-img" src="img/icons/sass.svg" alt="SASS Logo">
<p class="sass-txt">SASS</p>
<img class="git-img" src="img/icons/icons8-git.svg" alt="Git Logo">
<p class="git-txt">GIT</p>
<img class="gulp-img" src="img/icons/gulp.svg" alt="Gulp Logo">
<p class="gulp-txt">GULP</p>
<img class="bootstrap-img" src="img/icons/icons8-bootstrap.svg" alt="Bootstrap Logo">
<p class="bootstrap-txt">BOOTSTRAP</p>
<img class="js-img" src="img/icons/javascript-logo.svg" alt="Javascript Logo">
<p class="js-txt">JS ES6+</p>
<img class="html-img" src="img/icons/icons8-html-5.svg" alt="HTML5 Logo">
<p class="html-txt">HTML5</p>
<img class="css-img" src="img/icons/icons8-css3.svg" alt="CSS3 Logo">
<p class="css-txt">CSS3</p>
</div>
</section>
<div class="links-container">
<a class="object-button__link" href="https://github.com/betocostadev/betocostadev.github.io"><Source Code> </a>
<a class="object-button__link" alt='Download resume' href="./docs/Resume - Roberto Costa_eng.pdf">My Resume</a>
<a class="object-button__link" alt='Download do meu curriculo' href="./docs/CV-Roberto Costa_pt.pdf">Meu CV</a>
<a class="object-button__link" href="#contact">Contact Me</a>
</div>
</section>
<section id="projects" class="projects">
<h2 class="text-center sect-heading" >Projects</h2>
<section>
<div class="container-cards">
<a href="https://web-clothing.herokuapp.com/" class="object-card__link">
<div class="object-card__img">
<img src="./img/web-clothing-pwa.jpg" alt="Web-Clothing React App">
</div>
<div class="object-card__text">
<h2 class="object-card__title">Web-Clothing PWA</h2>
<p class="object-card__body">E-Commerce Progressive Web App. Built with React, Redux, Node, Express Firebase and Stripe</p>
</div>
<p class="object-card__label">
Check out the project
<i class="object-card__icon material-icons">launch</i>
</p>
</a>
<a href="https://betoblog.netlify.com/" class="object-card__link">
<div class="object-card__img">
<img src="./img/beto-blog.jpg" alt="Beto Costa's Blog">
</div>
<div class="object-card__text">
<h2 class="object-card__title">My Blog</h2>
<p class="object-card__body">My Blog for tech and personal stuff. Built using Gatsby.js</p>
</div>
<p class="object-card__label">
Check out the project
<i class="object-card__icon material-icons">launch</i>
</p>
</a>
<a href="https://beto-simple-weather.herokuapp.com/" class="object-card__link">
<div class="object-card__img">
<img src="img/weather-app_card.png" alt="Formula One project cover">
</div>
<div class="object-card__text">
<h2 class="object-card__title">Weather App</h2>
<p class="object-card__body">A simple Weather app created with Node and Express</p>
</div>
<p class="object-card__label">
Check out the project
<i class="object-card__icon material-icons">launch</i>
</p>
</a>
<a href="apps/memgame/index.html" class="object-card__link">
<div class="object-card__img">
<img src="img/memgame_card.png" alt="Material Icons Memory Game">
</div>
<div class="object-card__text">
<h2 class="object-card__title">Material Icons Memory Game</h2>
<p class="object-card__body">Vanilla JS Memory Game</p>
</div>
<p class="object-card__label">
Check out the project
<i class="object-card__icon material-icons">launch</i>
</p>
</a>
<a href="./webpages/prod_landing/index.html" class="object-card__link">
<div class="object-card__img">
<img src="img/orange_book_card.png" alt="Orange Book project cover">
</div>
<div class="object-card__text">
<h2 class="object-card__title">Orange Book</h2>
<p class="object-card__body">A Product Landing Page - Orange Notebook</p>
</div>
<p class="object-card__label">
Check out the project
<i class="object-card__icon material-icons">launch</i>
</p>
</a>
<a href="apps/vdk/vdk.html" class="object-card__link">
<div class="object-card__img">
<img src="img/vdk_card.png" alt="Virtual Drumk Kit project cover">
</div>
<div class="object-card__text">
<h2 class="object-card__title">Virtual Drum Kit</h2>
<p class="object-card__body">Vanilla JS drum kit</p>
</div>
<p class="object-card__label">
Check out the project
<i class="object-card__icon material-icons">launch</i>
</p>
</a>
</div>
</section>
</section>
<section class="more">
<h2 class="text-center sect-heading">Know More</h2>
<div class="more-container">
<div class="more-block">
<i class="material-icons md-36">computer</i>
<h3>Systems</h3>
<p class="text-uppercase">Windows | Mac OS X | Linux</p>
</div>
<div class="more-block">
<i class="material-icons md-36">public</i>
<h3>Languages</h3>
<p class="text-uppercase">English | Portuguese</p>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="text-center sect-heading">Contact</h2>
<form id="contact-form" action="https://formspree.io/robertomarx@gmail.com"
method="POST">
<input class="object-input__text" placeholder="Your Name" type="text" name="name">
<input class="object-input__text" placeholder="Your Email" type="email" name="_replyto">
<textarea class="object-input__textarea" placeholder="Your Message" name="message" rows="6" cols="30" id="message-me" ></textarea><br>
<button class="send-btn" type="submit" title="Send" alt="Send" value="Send">
<i class="material-icons">send</i>SEND
</button>
</form>
<div class="contact-container">
<div>
<i class="material-icons md-48">mail_outline</i>
<p>Mail me at</p>
<p><a href="mailto:robertomarx@gmail.com">robertomarx@gmail.com</a></p>
</div>
<div>
<i class="material-icons md-48">call</i>
<p>Call me at</p>
<p>+55 11 98211-2009</p>
</div>
</div>
</section>
</article>
</main>
<footer>
<div class="social-container">
<p id="res-modal" class="modal-btn" alt="Sources">Sources</p>
<a class="social-link" alt="Link to Github author's profile" title="Github Profile" href="https://github.com/betocostadev" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="48" height="48">
<path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 2c4.41 0 8 3.59 8 8 0 .469-.047.93-.125 1.375a4.966 4.966 0 0 0-1.031-.125c-.313-.004-.703.047-1.032.094.114-.348.188-.73.188-1.125 0-.961-.469-1.856-1.219-2.594.207-.77.41-2.09-.125-2.625-1.582 0-2.457 1.129-2.5 1.188A6.497 6.497 0 0 0 12.625 8c-.691 0-1.352.125-1.969.313l.188-.157s-.88-1.219-2.5-1.219c-.567.57-.309 2.016-.094 2.75C7.484 10.418 7 11.281 7 12.22c0 .328.078.64.156.937-.277-.031-1.277-.125-1.687-.125-.364 0-.926.086-1.375.188A7.853 7.853 0 0 1 4 12c0-4.41 3.59-8 8-8zm-6.531 9.281c.394 0 1.593.14 1.75.156.02.055.039.106.062.157-.43-.04-1.261-.098-1.812-.031-.367.042-.836.175-1.25.28-.032-.124-.07-.245-.094-.374.438-.094 1.012-.188 1.344-.188zm13.375.219c.398.004.761.07 1 .125-.012.066-.047.121-.063.188a5.765 5.765 0 0 0-1.156-.157c-.234-.004-.61.008-.938.031.016-.03.02-.062.032-.093.34-.047.773-.098 1.125-.094zm-12.75.281c.562.004 1.09.043 1.312.063.524.976 1.582 1.699 3.219 2a3.192 3.192 0 0 0-1.031.906 8.77 8.77 0 0 1-.719.031c-.695 0-1.129-.62-1.5-1.156C7 15.09 6.539 15.031 6.281 15c-.261-.031-.351.117-.218.219.761.586 1.035 1.281 1.343 1.906.278.563.86.875 1.5.875h.125c-.02.11-.031.21-.031.313v1.093a7.993 7.993 0 0 1-4.719-5.343c.41-.102.871-.208 1.219-.25.16-.02.363-.036.594-.032zm12.531.125c.45.012.848.098 1.094.156A7.983 7.983 0 0 1 16 18.907v-.593c0-.852-.672-1.946-1.625-2.47 1.582-.288 2.613-.98 3.156-1.905a12.4 12.4 0 0 1 1.094-.032zM12.5 18c.273 0 .5.227.5.5v1.438A7.68 7.68 0 0 1 12 20v-1.5c0-.273.227-.5.5-.5zm-2 1c.273 0 .5.227.5.5v.438a8.516 8.516 0 0 1-1-.188v-.25c0-.273.227-.5.5-.5zm4 0c.242 0 .453.176.5.406a7.942 7.942 0 0 1-1 .344v-.25c0-.273.227-.5.5-.5z"/>
</svg></a>
<a class="social-link" alt="Link to LinkedIn author's profile" title="LinkedIn Profile" href="https://www.linkedin.com/in/robertomcosta" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="48" height="48"
viewBox="0 0 50 50">
<path d="M41,4H9C6.24,4,4,6.24,4,9v32c0,2.76,2.24,5,5,5h32c2.76,0,5-2.24,5-5V9C46,6.24,43.76,4,41,4z M17,20v19h-6V20H17z M11,14.47c0-1.4,1.2-2.47,3-2.47s2.93,1.07,3,2.47c0,1.4-1.12,2.53-3,2.53C12.2,17,11,15.87,11,14.47z M39,39h-6c0,0,0-9.26,0-10 c0-2-1-4-3.5-4.04h-0.08C27,24.96,26,27.02,26,29c0,0.91,0,10,0,10h-6V20h6v2.56c0,0,1.93-2.56,5.81-2.56 c3.97,0,7.19,2.73,7.19,8.26V39z"></path>
</svg></a>
</div>
<div id="object-modal" class="modal">
<div class="modal-content">
<span id="close-btn" class="close">×</span>
<p>Material icons by <a href="https://material.io/" target="_blank">Google</a></p>
<p>Icon pack by <a href="https://icons8.com" target="_blank">Icons8</a></p>
<p>CSS Animations made with <a href="https://daneden.github.io/animate.css/" target="_blank">Animate.css</a></p>
<p>Animated Hamburger icon by <a href="https://jonsuh.com/hamburgers/" target="_blank">Jonsuh</a></p>
</div>
</div>
</footer>
<script src="js/landing_script.js"></script>
</body>
</html>