Fernando
del Río
Figueira
Who am I?
I am a Graphic Designer born in Galicia, Spain.
Where have I studied?
Program Skills
Adobe Photoshop - High Level
Adobe Illustrator - High Level
Adobe InDesign - High Level
Adobe Animate - Medium Level
Adobe After Effects - Medium level
Adobe Lightroom - High Level
Other Skills/Certificates
Digital and Traditional Illustration
HTML & CSS web design
Video Editing & Digital Animation
Photography
B2 Cambridge English Certificate
Contact
+34 695 267 044
f.delrio.figueira@gmail.com
@abrandbyfernando
!DOCTYPE html
html
head
meta charset="utf-8"
title Fernando del Río Figueira /title
style
* {
box-sizing: border-box;
}
.left {
background-color: black;
padding: 0px;
float: left;
width: 50%;
color: white;
}
.right {
background-color: #454546;
padding: 0px;
float: left;
width: 50%;
}
.question {
color: white;
padding-left: 15px;
font-size: 35px;
font-family: helvetica;
font-weight: 300;
margin: 0px;
margin-bottom: 15px;
}
.answer {
color: gray;
padding-left: 60px;
font-size: 20px;
font-family: helvetica;
font-weight: 100;
margin: 0px;
margin-bottom: 35px;
}
.name {
color: white;
padding-left: 15px;
font-size: 80px;
font-family: futura;
font-weight: 800;
line-height: 75px;
margin-bottom: 40px;
}
.mapa {
width: 80%;
margin-left: 10%;
margin-right: 10%;
/style
/head
body
div class= "left">
p class="name"> Fernando br del Río br Figueira /p
p class="question"
Who am I? /p
p class="answer">I am a Graphic Designer born in Galicia, Spain. /p
p class="question">
Where have I studied? /p
img class="mapa" src="Img/mapa.png" alt="lifemap">
p class="question">
Program Skills /p
p class="answer"
Adobe Photoshop - High Level br
Adobe Illustrator - High Level br
Adobe InDesign - High Level br
Adobe Animate - Medium Level br
Adobe After Effects - Medium level br
Adobe Lightroom - High Level br
/p
p class="question"
Other Skills/Certificates /p
p class="answer"
Digital and Traditional Illustration br
HTML & CSS web design br
Video Editing & Digital Animation br
Photography
/p
p class="question"
Contact /p
p class="answer"
+34 695 267 044 br
f.delrio.figueira@gmail.com br
@abrandbyfernando
/p
/div
/body
/html