-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>João Andrade</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/brands.min.css" rel="stylesheet" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-fixed-top bg-light">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">João Andrade</a>
</div>
</div>
</nav>
<div class="container-fluid text-center">
<h1>Under construction...</h1>
<p>I will slowly create my personal website, in the meanwhile please check my linkedin page or my github</p>
<div class="container-fluid">
<a style="color: inherit; text-decoration: none;" href="https://www.linkedin.com/in/joaoandrade2112/">
<span style="font-size: 3em;" class="fa-brands fa-linkedin p-3"></span>
</a>
<a style="color: inherit; text-decoration: none;" href="https://github.com/deaps/">
<span style="font-size: 3em;" class="fa-brands fa-github"></span>
</a>
</div>
</div>
</body>
</html>