-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (71 loc) · 2.98 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gabtec</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="./styles/main.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css">
<!-- <script src="main.js"></script> -->
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/brands.js" integrity="sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/fontawesome.js" integrity="sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq" crossorigin="anonymous"></script>
</head>
<body>
<div class="container is-fluid">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="">
<!-- <img src="https://bulma.io/images/bulma-logo.png" width="112" height="28"> -->
<img src="./img/GM_svg_logo.svg" alt="site logo">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="topNavBar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="topNavBar" class="navbar-menu">
<div class="navbar-start">
<div class="navbar-item">
<!-- <img src="./img/GM_svg_logo.svg" alt="logo"> -->
</div>
</div>
<div class="navbar-end">
<div class="navbar-item">
<p class="has-text-weight-bold is-size-7">EN | PT</p>
</div>
</div>
</div>
</nav>
<section class="hero is-fullheight is-light">
<div class="hero-body">
<div class="container">
<h1 id="gt-title" class="title">
GabTec
</h1>
<h2 id="gt-subtitle" class="subtitle">
IT Engineering
</h2>
</div>
</div>
<footer class="footer">
<div class="content has-text-centered">
<a href="https://www.youtube.com/channel/UCCjWCxTfU5GkXWvclHJ8prQ" target="_blank" rel="noopener noreferrer">
<i class="fab fa-2x fa-youtube"></i>
</a>
<a href="https://gabtec.blogs.sapo.pt/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-2x fa-blogger"></i>
</a>
<a href="https://twitter.com/GabrielGMPT" target="_blank" rel="noopener noreferrer">
<i class="fab fa-2x fa-twitter"></i>
</a>
<a href="" target="_blank" rel="noopener noreferrer">
<i class="fab fa-2x fa-facebook"></i>
</a>
</div>
</footer>
</section>
</div>
</body>
</html>