-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobre.html
57 lines (55 loc) · 3.41 KB
/
sobre.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
<!DOCTYPE html>
<html lang="en">
<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">
<!-- Metadados -->
<title>Luk/About</title>
<meta name="description" property="og:description" content="A small dev and producer, enthusiast of videogames and mutimedia and existing since 1998">
<link rel="stylesheet" href="src/css/style.css">
<link rel="author" href="https://www.lucasmatheuscosta.dev.br/">
<meta name="author" content="Lucas Matheus Costa">
<link rel="shortcut icon" href="src/img/favicon.png" type="image/x-icon">
<!-- SEO/Opengraph -->
<meta property="og:site_name" content="LucasMatheusCosta.dev">
<meta property="og:title" content="Luk/About">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.lucasmatheuscosta.dev.br/src/img/Foto.jpg" type="image/jpg">
<meta property="og:image:alt" content="A picture">
<meta property="og:image:width" content="1856">
<meta property="og:image:height" content="1856">
<!-- Twitter card -->
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<header>
<h1>About</h1>
<p>You are here: <a href="./">home</a> / About</p>
</header>
</body>
<section>
<h2>Bio</h2>
<figure id="foto">
<img src="src/img/Foto.jpeg" alt="Foto">
</figure>
<p>Lucas Matheus (or Luk) is a small (nerd) freelancer 2D Gamedev born in 1998 in Belém-PA on Brazil, he wanted to make games since 12 and when after he started the Analysis and Development course in Pará State University he created the doujin soft website <a href="https://nightlabsinfo.github.io/site/" target="_blank"> NightLabs Info</a>, your main specially is Programming and Character Design.</p>
<p>Your hobbies is to make videos and another multimedia contents in <a href="http://estudiodoluk.com.br/" target="_blank">"Estudio do Luk"</a> which is another project created since his Highschool (2013-14), your main influences is Nintendo games in general, geek culture, the brazilian culture and recently with japanese creators influences.</p><br><br><br>
<h2>Social Media / Contacts</h2>
<p>
<nav class="redesSociais" id="contacts">
<ul>
<li><a href="https://www.linkedin.com/in/lucas-matheus-costa/" target="_blank"><img src="src/img/redes_sociais/Linkedin.png" alt="Linkedin"></a></li>
<li><a href="https://github.com/LucMatheus/" target="_blank"><img src="src/img/redes_sociais/GitHub.png" alt="Github"></a></li>
<li><a href="https://api.whatsapp.com/send?phone=5591983991651" target="_blank"><img src="src/img/redes_sociais/Whatsapp.png" alt="Whatsapp"></a></li>
<li><a href="mailto:contato.lucasmatheuscosta@outlook.com.br" target="_blank"><img src="src/img/redes_sociais/Email.png" alt="E-mail"></a></li>
</ul>
</nav>
</p>
<p>E-mail: contato.lucasmatheuscosta<wbr>@outlook.com.br</p>
<p>Tel: +55 (91) 98399-1651</p>
</section>
<footer>
<p><img src="src/img/Assinatura.png" alt="Assinatura"> Copyright 2021 - Lucas Matheus Costa | All rights reserved</p>
</footer>
</html>