-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.73 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./Style/style.css">
<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>ProjetoWeb</title>
</head>
<body style="margin: 0px">
<div class="container">
<div class="header">
<div class="headerButtons">
<p class="hbutton"> <a href="index.html"> Home </a> </p>
<p class="hbutton"> <a href="projetos.html" id="proj"> Projetos </a> </p>
<p class="hbutton"> <a href="contato.html" id="contact"> Contato </a> </p>
<p class="hbutton"> <a href="php.php" id="php"> PHP </a></p>
</div>
<div class="language">
<button id="port"> pt </button>
<button id="eng"> en </button>
</div>
</div>
<div class="title">
<img src="./assets/WhatsApp Image 2021-05-24 at 11.12.40.jpeg" alt="photo">
<h1 id="title">Olá! Sou Rodrigo Mesel 👋</h1>
</div>
<div class="description">
<p id="desc1">💻 Sou um estudante do 4º período de ciência da computação no centro de informática da Universidade Federal de Pernambuco.</p>
<p id="desc2">👥 Fui monitor por 1 período da cadeira introdução a programação, e por 2 da cadeira algoritmos e estrutura de dados.</p>
<p id="desc3">📚 Atualmente estou aprofundando meus conhecimentos em backend, banco de dados e inteligência artifical. Para isso, estou me aprimorando em linguagens como SQL, MongoDB, Angular e Python.</p>
</div>
</div>
<script src="src/main.js"></script>
</body>
</html>