-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
news update 2021 #2
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
/*GDG Luanda colors icons | ||
******************************* | ||
************************* | ||
************** | ||
****** | ||
|
||
*/ | ||
|
||
.icon-social-w { | ||
top: 1.5px; | ||
position: relative; | ||
|
||
} | ||
|
||
.lead { | ||
font-size: 1.1rem !important; | ||
font-weight: 100 !important; | ||
} | ||
|
||
|
||
.gdg-angola { | ||
background-color: #26272b; | ||
padding: 45px 0 20px; | ||
font-size: 15px; | ||
border-radius: 15px; | ||
line-height: 24px; | ||
color: #737373; | ||
} | ||
.gdg-angola hr { | ||
border-top-color: #bbb; | ||
opacity: 0.5; | ||
} | ||
.gdg-angola hr.small { | ||
margin: 20px 0; | ||
} | ||
.gdg-angola h6 { | ||
color: #fff; | ||
font-size: 16px; | ||
text-transform: uppercase; | ||
margin-top: 5px; | ||
letter-spacing: 2px; | ||
} | ||
.gdg-angola a { | ||
color: #737373; | ||
} | ||
.gdg-angola a:hover { | ||
color: #3366cc; | ||
text-decoration: none; | ||
} | ||
.footer-links { | ||
padding-left: 0; | ||
list-style: none; | ||
} | ||
.footer-links li { | ||
display: block; | ||
} | ||
.footer-links a { | ||
color: #737373; | ||
} | ||
.footer-links a:active, | ||
.footer-links a:focus, | ||
.footer-links a:hover { | ||
color: #3366cc; | ||
text-decoration: none; | ||
} | ||
.footer-links.inline li { | ||
display: inline-block; | ||
} | ||
.gdg-angola .social-icons { | ||
text-align: right; | ||
} | ||
.gdg-angola .social-icons a { | ||
width: 40px; | ||
height: 40px; | ||
line-height: 40px; | ||
margin-left: 6px; | ||
margin-right: 0; | ||
border-radius: 100%; | ||
background-color: #33353d; | ||
} | ||
.copyright-text { | ||
margin: 0; | ||
} | ||
@media (max-width: 991px) { | ||
.gdg-angola [class^="col-"] { | ||
margin-bottom: 30px; | ||
} | ||
} | ||
@media (max-width: 767px) { | ||
.gdg-angola { | ||
padding-bottom: 0; | ||
} | ||
.gdg-angola .copyright-text, | ||
.gdg-angola .social-icons { | ||
text-align: center; | ||
} | ||
} | ||
|
||
.social-icons { | ||
position: relative; | ||
top: -10px; | ||
} | ||
|
||
.github { | ||
color: #fff; | ||
background-color: #454545 !important; | ||
} | ||
.faceb { | ||
color: #fff !important; | ||
background-color: #29aafe !important; | ||
} | ||
|
||
|
||
.social-icons { | ||
padding-left: 0; | ||
margin-bottom: 0; | ||
list-style: none; | ||
} | ||
.social-icons li { | ||
display: inline-block; | ||
margin-bottom: 4px; | ||
} | ||
.social-icons li.title { | ||
margin-right: 15px; | ||
text-transform: uppercase; | ||
color: #96a2b2; | ||
font-weight: 700; | ||
font-size: 13px; | ||
} | ||
.social-icons a { | ||
background-color: #eceeef; | ||
color: #818a91; | ||
font-size: 16px; | ||
display: inline-block; | ||
line-height: 44px; | ||
width: 44px; | ||
height: 44px; | ||
text-align: center; | ||
margin-right: 8px; | ||
border-radius: 100%; | ||
-webkit-transition: all 0.2s linear; | ||
-o-transition: all 0.2s linear; | ||
transition: all 0.2s linear; | ||
} | ||
.social-icons a:active, | ||
.social-icons a:focus, | ||
.social-icons a:hover { | ||
color: #fff; | ||
background-color: #29aafe; | ||
} | ||
.social-icons.size-sm a { | ||
line-height: 34px; | ||
height: 34px; | ||
width: 34px; | ||
font-size: 14px; | ||
} | ||
.social-icons a.facebook:hover { | ||
background-color: #3b5998; | ||
} | ||
.social-icons a.twitter:hover { | ||
background-color: #00aced; | ||
} | ||
.social-icons a.linkedin:hover { | ||
background-color: #007bb6; | ||
} | ||
.social-icons a.dribbble:hover { | ||
background-color: #ea4c89; | ||
} | ||
@media (max-width: 767px) { | ||
.social-icons li.title { | ||
display: block; | ||
margin-right: 0; | ||
font-weight: 600; | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,92 @@ | ||
<!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 - Home</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"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500&display=swap" rel="stylesheet" /> | ||
<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" /> | ||
<link rel="stylesheet" type="text/css" href="assets/css/gdg-angola.css" /> | ||
|
||
</head> | ||
|
||
<body class="text-center home"> | ||
<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 active" href="#">Home</a> | ||
<a class="nav-link" href="./about.html">About</a> | ||
<a class="nav-link" href="#">DevFest</a> | ||
<a class="nav-link" href="#">Contact</a> | ||
</nav> | ||
</div> | ||
<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 active" href="#">Home</a> | ||
<a class="nav-link" 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"> | ||
<h1 class="cover-heading">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"> | ||
<a href="https://www.meetup.com/pt-BR/GDG-Luanda/" target="blank" class="btn btn-md btn-light">Join Us</a> | ||
</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> | ||
<h1 class="cover-heading">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"> | ||
<a href="https://www.meetup.com/pt-BR/GDG-Luanda/" target="blank" class="btn btn-md btn-light">Join | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mudar de o link do meetup para There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A notado ✔ |
||
Us</a> | ||
</p> | ||
</div> | ||
</main> | ||
|
||
|
||
|
||
<!-- Site footer --> | ||
<footer class="gdg-angola mt-auto"> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-sm-6 col-xs-12"> | ||
<p class="copyright-text">Copyright © GDG Luanda 2019 - 2021 All rights reserved | ||
</p> | ||
</div> | ||
|
||
<div class="col-md-4 col-sm-6 col-xs-12"> | ||
<ul class="social-icons"> | ||
<li><a class="facebook github" href="https://github.com/gdgluanda/gdgluanda.github.io"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Se poder remover o link do Github e adicionar o link para o Twitter seria fixe! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A notado ✔ |
||
<i class="fab fa-github icon-social-w"></i></a></li> | ||
<li><a class="facebook faceb" href="https://www.facebook.com/gdgluanda/"> | ||
<i class="fab fa-facebook icon-social-w"></i></a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</div> | ||
|
||
<!-- Load jQuery --> | ||
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script> | ||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | ||
|
||
<!-- Load Booststrap --> | ||
<script type="text/javascript" src="js/bootstrap.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" | ||
crossorigin="anonymous"></script> | ||
|
||
<script type="text/javascript" src="js/smooth-scroll.js"></script> | ||
<script type="text/javascript" | ||
src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/2.0.2/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> | ||
<script type="text/javascript" src="assets/js/app.js"></script> | ||
</body> | ||
|
||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Substituir o logo antigo pelo actual
![logo](https://user-images.githubusercontent.com/20057010/107130940-ba1fd000-68d2-11eb-91b7-3c4728a9d794.png)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A notado ✔