-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 1.36 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
40
41
42
43
<!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="stylecard.css">
<link rel="shortcut icon" href="img/imgwl1.jpg" type="image/x-icon">
<title>My Card Wallisson Lopes</title>
</head>
<body>
<div class="container">
<article class="card">
<div class="sticker">
<img src="img/imgwl1.jpg" alt="profile">
</div>
<div class="content">
<h2>Wallisson Lopes</h2>
<h3>Software Engineering</h3>
<p>
Junior Web
Development at
<a href="https://github.com" title="Github">Github</a>
</p>
<p>Helping With:</p>
<ul class="chips">
<li class="chip">HTML5/CSS3</li>
<li class="chip">JavaScript</li>
<li class="chip">Ruby on Rails</li>
</ul>
<div>
<a href="#tech">Tecnologies: </a>
<a href="pagelearn.html" class="secondary">Learn More</a>
</div>
</div>
<footer>
<p>© Wallisson Lopes 2025</p>
</footer>
</article>
</div>
</body>
</html>