-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportafolio.html
108 lines (97 loc) · 3.66 KB
/
portafolio.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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PortafolioMrx_Macias</title>
</head>
<body style="background-color: #F0ECE3">
<!--nav start-->
<nav>
<ul>
<li><a href="#"> Início </a></li>
<li><a href="#"> Objetivo </a></li>
<li><a href="#"> Educação </a></li>
<li><a href="#"> Projetos </a></li>
<li><a href="#"> Skills </a></li>
<li><a href="#"> Contatos </a></li>
</ul>
</nav>
<!--nav end-->
<!--This section Welcome and image-->
<div id="content">
<!--Start welcome section.-->
<section text-align="center">
<h1>Marioxis Macías</h1>
<p>Desenvolvedora Back-End</p>
</section>
<!--End welcome section.-->
<section>
<div>
<div style="float: center">
<img src="img/01.jpg" width="170px" height="190px" alt="Foto de perfil"/></br>
</div>
</section>
<!--This section is objetivo list-->
<section>
<h2>
<img src="img/target.png" width="3%"/>Objetivo
</h2>
<ul style="list-style:none;">
<li>
Sou mestre em oceanografia biológica e meu objetivo é me tornar uma desenvolvedora web do Back-End.
</li>
</ul>
</section>
<!--This section is education list-->
<section >
<h2>
<img src="img/analytics.png" width="3%"/>Educação:
</h2>
<ul style="list-style: none;">
<li> <b>Graduação: </b> <i>Bachelor em Biologia</i> - UC, Venezuela</li>
<li> <b>Postgrado: </b><i>Mestre em Oceanografia Biologica</i>- FURG, Brasil</li>
<li> <b>Postgrado: </b> <i>Doutoranda em Oceanografia Biologica (em andamento)</i> - FURG, Brasil</li>
</ul>
</section>
<!--This section is project list-->
<section>
<h2 id="Filled"><img src="img/html-coding.png" width="3%"/>Projetos HTML:</h2>
<div>
<a href="https://codepen.io/marioxis/pen/dymbzeV "
class="project title">
<img src="img/02.jpg" width="150px" height="150px" alt="Receita de frango">
<p>Receita brasileira</p>
</a>
<a href="file:///C:/Users/mario/OneDrive/Documentos/projecttoti/HTML/index.html"
class="project title">
<img src="img/03.jpg" width="150px" height="150px" alt="Tubarões e raias">
<p>Pagina de tubarões e raias</p>
</a>
</div>
</section>
<!--This section is skills list-->
<section>
<h2 id="Filled"><img src="img/html-coding.png" width="3%"/>Skills:</h2>
<ul style="list-style: none;">
<li>Tecnologia web </li>
<li>HTML/CSS</li>
<li>Estatistica computacional </li>
<li> R</li>
</ul>
</section>
<i class='fas fa-address-book' style='font-size:24px'></i>
<!--This section is for contacts-->
<section>
<h2 id="Filled"><img src="img/letter.png" width="3%"/>Contatos:</h2>
<p>Trabalhamos juntos?</p>
<ul style="list-style: none;">
<li><b>@mrx_macias</b></li>
<img src="img/twitter-sign.png" width="2%"/>
<img src="img/github.png" width="2%"/>
</ul>
</section>
</div>
</body>
</html>