-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (55 loc) · 2.1 KB
/
index.html
File metadata and controls
64 lines (55 loc) · 2.1 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
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>Joao Da Silva</title>
<!-- ensure proper rendering and touch zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is the personal webpage about Joao da Silva">
<meta name="author" content="Joao da Silva">
<!-- Bootstrap -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/jdasilva.css">
</head>
<body>
<div class="container-fluid bg-secondary vw-100 vh-100 center-container">
<!-- header logo -->
<header>
<div class="header-logo">
</header>
<!-- center message -->
<div class="h-100 text-center m-0 d-flex flex-column justify-content-center logo-center img-responsive">
<img src="images/logo-center.png"/>
<div class="home-content-tablecell">
<h1 class="animate-intro">
JOAO DA SILVA
</h1>
<h3 class="animate-intro">Simplicity was complex.
</h3>
</div>
</div>
<!-- bottom contacts -->
<ul class="contacts-list">
<li class="animate-intro">
<a href="mailto:hello@jdasilva.me"><i class="icon-mail-alt"></i></a>
</li>
<li class="animate-intro">
<a href="https://www.linkedin.com/in/joaopedrodasilva"><i class="icon-linkedin-squared"></i></a>
</li>
<li class="animate-intro">
<a href="https://medium.com/@j.dasilva"><i class="icon-medium"></i></a>
</li>
<li class="animate-intro">
<a href="https://www.behance.net/jdasilv"><i class="icon-behance"></i></a>
</li>
<li class="animate-intro">
<a href="https://github.com/dasilvans"><i class="icon-github-squared"></i></a>
</li>
</ul>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>