forked from dizandonorton/gdgluanda
-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
72 lines (61 loc) · 2.75 KB
/
about.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GDG Luanda - About</title>
<!-- Load fonts -->
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Load css styles -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="assets/css/icon-style.css" />
</head>
<body class="text-center about">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<img src="assets/img/logo.png" class="img-logo masthead-brand" alt="">
<h3 class="masthead-brand">GDG Luanda</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="./index.html">Home</a>
<a class="nav-link active" href="./about.html">About</a>
<a class="nav-link" href="#">DevFest</a>
<a class="nav-link" href="#">Contact</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<img src="assets/img/logo.png" class=" masthead-brand" alt="">
<h1 class="cover-heading">About GDG Luanda</h1>
<p class="lead">Connect with other developers interested in learing Google tecnologies. GDG Luanda welcomes you to attend our meetings.</p>
<p class="lead">
</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p><h6 >Copyright GDG Luanda 2019</h6> All rights reserved </p>
<p>
<a href="https://github.com/gdgluanda/gdgluanda.github.io"><span style="font-size: 32px; color:#333;">
<i class="fab fa-github"></i>
</span></a>
<a href="https://www.facebook.com/gdgluanda/" target="blenk"><span style="font-size: 32px; color:#3b5998;">
<i class="fab fa-facebook"></i>
</span></a>
</p>
</div>
</footer>
</div>
<!-- Load jQuery -->
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<!-- Load Booststrap -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<!-- Load custom js for theme -->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>