-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (25 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brasil.io</title>
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/the-grid.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
</head>
<body>
<div class="loading"></div>
<div class="container column align-center intro">
<div class="intro__content container align-center">
<div class="intro__img">
<a href="home.html"><img src="assets/img/logo.svg" width="100%" alt="Logo projeto BRIO" title="Logo projeto BRIO"></a>
</div>
</div>
<div class="intro__text container column align-center">
<a class="link-item item-link_lg margin-bottom-10" href="https://github.com/gustavoquinalha/brio" target="_blank"><i class="fab fa-github"></i></a>
<span>Desenvolvido por: <a class="link-item" href="#" target="_blank">Brasil.io</a></span>
</div>
</div>
</body>
</html>