-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·59 lines (49 loc) · 1.58 KB
/
index.html
File metadata and controls
executable file
·59 lines (49 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Bruno Bellissimo: product engineer, software architect, and engineering manager.">
<meta name="keywords" content="Product Engineer, Software Architect, Engineering Manager, ufirst, Speaker, Remote Worker">
<meta name="Language" content="en">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p>
<i>Hello</i>
<br />I'm
<i>Bruno</i>,
<br />a product engineer, software architect, and engineering manager.
</p>
<p>
</p>
<br>
<dl class="links">
<div>
<dt>GitHub</dt>
<dd>
<a href="https://github.com/brbellissimo" target="_blank" rel="noopener">
<img src="icons/github.svg" alt="GitHub icon" width="30" height="30">
github
</a>
</dd>
</div>
<div>
<dt>LinkedIn</dt>
<dd>
<a href="https://www.linkedin.com/in/brunobellissimo/" target="_blank" rel="noopener">
<img src="icons/linkedin.svg" alt="LinkedIn icon" width="30" height="30">
linkedin
</a>
</dd>
</div>
</dl>
<canvas id="glitchCanvas"></canvas>
<script src="glitch.js"></script>
</body>
</html>