Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added quinzena1/.DS_Store
Binary file not shown.
49 changes: 49 additions & 0 deletions quinzena1/projeto-portifolio/contato.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<title>Bruno Prota | Portifólio</title>
</head>
<body>
<header>
<a class="menu" href="index.html">Home</a>
<a class="menu" href="sobre.html">Sobre mim</a>
<a class="menu" href="portifolio.html">Portifólio</a>
<a class="menu" href="contato.html">Contato</a>
</header>
<main>
<h1>Entre em contato</h1>
<p>
Nome:<br />
<input type="text" size="60" name="nome">
</p>

<p>
E-mail:<br />
<input type="text" size="60" name="replyto">
</p>

<p>
Mensagem:<br />
<textarea name="mensagem" id="mensagem" cols="60" rows="10" class="input-padrão" required></textarea>
</p>

<p>
<input type="submit" name="enviar" value="Enviar">
<input type="reset" name="apagar" value="Apagar"> </p>
</form>
<h1>Redes Sociais</h1>
<ul>
<li><a class="menu" href="https://www.linkedin.com/in/bruno-prota/" target="_blank">LinkedIn</a></li>
<li><a class="menu" href="https://github.com/brunoprota" target="_blank">GitHub</a></li>
</ul>
</main>
<footer>
<a href="https://www.linkedin.com/in/bruno-prota/" target="_blank"><img src="/logolinkedin.png" alt="Logo LinkedIn"/></a>
<a href="https://github.com/brunoprota" target="_blank"><img src="/logogithub.png" alt="Logo GitHub"/></a>
</footer>
</body>
</html>
31 changes: 31 additions & 0 deletions quinzena1/projeto-portifolio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<title>Bruno Prota | Portifólio</title>
</head>
<body>
<header>
<a class="menu" href="index.html">Home</a>
<a class="menu" href="sobre.html">Sobre mim</a>
<a class="menu" href="portifolio.html">Portifólio</a>
<a class="menu" href="contato.html">Contato</a>
</header>
<main>
<div class="corpo1">
<h1>Advogado e estudante de Front-end</h1>
<p>Olá! Meu nome é Bruno, sou advogado e atualmente faço parte da turma <a class="menu" href="https://en.wikipedia.org/wiki/Jean-Jacques_Muyembe-Tamfum" target="_blank">Muyembe</a> de Front-end da <a class="menu" href="https://www.labenu.com.br" target="_blank">Labenu</a>.</p>
<div class="profilepic">
<img src="./profilepic.png" alt="Profile Image">
</div>
</div>
</main>
<footer>
<a href="https://www.linkedin.com/in/bruno-prota/" target="_blank"><img src="/logolinkedin.png" alt="Logo LinkedIn"/></a>
<a href="https://github.com/brunoprota" target="_blank"><img src="/logogithub.png" alt="Logo GitHub"/></a>
</footer>
</body>
</html>
Binary file added quinzena1/projeto-portifolio/logogithub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added quinzena1/projeto-portifolio/logolinkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions quinzena1/projeto-portifolio/portifolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<title>Bruno Prota | Portifólio</title>
</head>
<body>
<header>
<a class="menu" href="index.html">Home</a>
<a class="menu" href="sobre.html">Sobre mim</a>
<a class="menu" href="portifolio.html">Portifólio</a>
<a class="menu" href="contato.html">Contato</a>
</header>
<main>
<h1>Portifólio</h1>
<div class="Projeto1">
<a class="menu" href="/projeto1.html" target="_blank">Projeto 1 - Banner Temático LinkedIn</a></p>
<div class="projeto1print">
<a href="https://github.com/brunoprota/Projeto-Banner-Linkedin" target="_blank"><img src="./projeto1print.png" alt="Print Projeto Banner LinkedIn"></a>
</div>
<a class="menu" href="/projeto2.html" target="_blank">Projeto 2 - Projeto Semana 2 Labenu</a></p>
<div class="projeto2print">
<a class="menu" href="projeto2.html" target="_blank"><img src="./projeto2print.png" alt="Print Projeto 2"></a>
</div>
</div>
</main>
<footer>
<a href="https://www.linkedin.com/in/bruno-prota/" target="_blank"><img src="/logolinkedin.png" alt="Logo LinkedIn"/></a>
<a href="https://github.com/brunoprota" target="_blank"><img src="/logogithub.png" alt="Logo GitHub"/></a>
</footer>
</body>
</html>
Binary file added quinzena1/projeto-portifolio/profilepic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added quinzena1/projeto-portifolio/profilepic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions quinzena1/projeto-portifolio/projeto1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<title>Bruno Prota | Portifólio</title>
</head>
<body>
<header>
<a class="menu" href="index.html">Home</a>
<a class="menu" href="sobre.html">Sobre mim</a>
<a class="menu" href="portifolio.html">Portifólio</a>
<a class="menu" href="contato.html">Contato</a>
</header>
<main>
<h1>Projeto 1 - Banner Temático LinkedIn</h1>
<dl>
<dt>・Tecnológias utilizadas:</dt>
<dd>CSS3</dd>
<dd>HTML5</dd>
<dt>・Descrição</dt>
<dd>Projeto Banner para Linkedin com tema Star Wars - "May the Force be with you" <br>em código binário utilizando HTML e CSS.</dd>
</dl>
<div class="projeto1print">
<a href="https://github.com/brunoprota/Projeto-Banner-Linkedin" target="_blank"><img src="./projeto1print.png" alt="Print Projeto Banner LinkedIn"></a>
</div>
</main>
<footer>
<a href="https://www.linkedin.com/in/bruno-prota/" target="_blank"><img src="/logolinkedin.png" alt="Logo LinkedIn"/></a>
<a href="https://github.com/brunoprota" target="_blank"><img src="/logogithub.png" alt="Logo GitHub"/></a>
</footer>
</body>
</html>
Binary file added quinzena1/projeto-portifolio/projeto1print.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions quinzena1/projeto-portifolio/projeto2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<title>Bruno Prota | Portifólio</title>
</head>
<body>
<header>
<a class="menu" href="index.html">Home</a>
<a class="menu" href="sobre.html">Sobre mim</a>
<a class="menu" href="portifolio.html">Portifólio</a>
<a class="menu" href="contato.html">Contato</a>
</header>
<main>
<h1>Projeto 2 - Projeto Semana 2 Labenu</h1>
<dl>
<dt>・Tecnológias utilizadas:</dt>
<dd>CSS3</dd>
<dd>HTML5</dd>
<dt>・Descrição</dt>
<dd>Projeto desenvolvido na semana 2 do curso de Front-end da Labenu,<br> após introdução ao básico de HTML e CSS.</dd>
</dl>
<div class="projeto1print">
<a href="" target="_blank"><img src="./projeto2print.png" alt="Print Projeto Banner LinkedIn"></a>
</div>
</main>
<footer>
<a href="https://www.linkedin.com/in/bruno-prota/" target="_blank"><img src="/logolinkedin.png" alt="Logo LinkedIn"/></a>
<a href="https://github.com/brunoprota" target="_blank"><img src="/logogithub.png" alt="Logo GitHub"/></a>
</footer>
</body>
</html>
Binary file added quinzena1/projeto-portifolio/projeto2print.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions quinzena1/projeto-portifolio/resetcss.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
51 changes: 51 additions & 0 deletions quinzena1/projeto-portifolio/sobre.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!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="style.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap" rel="stylesheet">
<title>Bruno Prota | Portifólio</title>
</head>
<body>
<header>
<a class="menu" href="index.html">Home</a>
<a class="menu" href="sobre.html">Sobre mim</a>
<a class="menu" href="portifolio.html">Portifólio</a>
<a class="menu" href="contato.html">Contato</a>
</header>
<main>
<h1>Sobre mim</h1>
<p>Olá! Meu nome é Bruno, sou advogado e atualmente faço <br> parte da turma <a class="menu" href="https://en.wikipedia.org/wiki/Jean-Jacques_Muyembe-Tamfum" target="_blank">Muyembe</a> de Front-end da <a class="menu" href="https://www.labenu.com.br" target="_blank">Labenu</a>.</p>
<h1>Formação Acadêmica</h1>
<dl>
<dt>・Bacharelado, Direito</dt>
<dd>Universidade Federal de Minas Gerais (2013 - 2018)</dd>
<dt>・Curso de Extensão, Programação Aplicada ao Direito</dt>
<dd>Universidade Federal de Minas Gerais (2019)</dd>
<dt>・Formação em Front-end com React</dt>
<dd>Labenu (2020 - presente)</dd>
</dl>
<h1>Experiência</h1>
<dl>
<dt>・Estagiário de Direito</dt>
<dd>Ministério Público de Minas Gerais (2016 - 2018)</dd>
<dt>・Advogado</dt>
<dd>Couto & Prota Advocacia (2019 - presente)</dd>
</dl>
<h1>Habilidades</h1>
<dl>
<dt>・Trabalho em equipe</dt>
<dt>・Comunicação</dt>
<dt>・Negociação</dt>
<br>
<br>
<br>
</dl>
</main>
<footer>
<a href="https://www.linkedin.com/in/bruno-prota/" target="_blank"><img src="/logolinkedin.png" alt="Logo LinkedIn"/></a>
<a href="https://github.com/brunoprota" target="_blank"><img src="/logogithub.png" alt="Logo GitHub"/></a>
</footer>
</body>
</html>
Loading