-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.55 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Andrielly Lucena</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="initial">
<img src="images/andrielly.png">
<h3>Andrielly Lucena</h3>
<p>Estudante de Ciência da Computação na Universidade Federal de Campina Grande</p>
<div id="icones" class="container">
<a href="https://github.com/andriellyll">
<img src="images/github.png"/>
</a>
<a href="https://twitter.com/andriellyll">
<img src="images/twitter.png" style="height: 45px; margin-top: 5px;">
</a>
<a href="https://instagram.com/andriellyll">
<img src="images/insta.png" >
</a>
</div>
</div>
<div id="about">
<h3>Sobre mim</h3>
<p>Atualmente curso o 3º período em Ciência da Computação na UFCG. Faço parte do
Centro Acadêmico do curso (CAESI), sendo assim interessada na representação e
experiência dos estudantes no ambiente acadêmico.
<br>
Durante o período no curso, tenho trabalhado com as linguagens de
programação Python e Java. Me interesso pela área de desenvolvimento web,
com conhecimentos de HTML e CSS, pesquisando e aprendendo
sobre JavaScript e frameworks da linguagem.
</p>
</div>
</body>
</html>