Skip to content

Commit

Permalink
Merge pull request #5 from leynier/master
Browse files Browse the repository at this point in the history
Implement a new static website with HTML + CSS
  • Loading branch information
leynier authored Jan 30, 2020
2 parents 634d092 + 351ca17 commit 6f55ead
Show file tree
Hide file tree
Showing 1,637 changed files with 89,985 additions and 17 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2020 Cuba Weather

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
# Cuba Weather

![Cuba Weather Banner](images/banner.png)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Creamos aplicaciones para todas las plataformas para consultar la información del clima de Cuba utilizando solamente la navegación en la red cubana.
Web page of presentation of the Cuba Weather project.

## Colaboradores

Cuba Weather es un proyecto de código abierto y sin ánimo de lucro, **que necesita de colaboraciones** para poder expandirse.

Los donantes, por orden cronológico:

- [BacheCubano](https://twitter.com/BacheCubano): $ 10.00 CUC

### Aspiraciones (objetivo de las donaciones)

- Adquirir licencia de desarrollo para la plataforma iOS.
- Contratar alojamiento web con [ETECSA](https://www.etecsa.cu)
Link: [cuba-weather.github.io](https://cuba-weather.github.io)
3 changes: 0 additions & 3 deletions _config.yml

This file was deleted.

192 changes: 192 additions & 0 deletions css/resume.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
/*!
* Start Bootstrap - Resume v5.0.5 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/

body {
font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
padding-top: 54px;
color: #868e96;
}

@media (min-width: 992px) {
body {
padding-top: 0;
padding-left: 17rem;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-weight: 700;
text-transform: uppercase;
color: #343a40;
}

h1 {
font-size: 6rem;
line-height: 5.5rem;
}

h2 {
font-size: 3.5rem;
}

h3 {
font-size: 2rem;
}

p.lead {
font-size: 1.15rem;
font-weight: 400;
}

.subheading {
text-transform: uppercase;
font-weight: 500;
font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 1.5rem;
}

.social-icons a {
display: inline-block;
height: 3.5rem;
width: 3.5rem;
background-color: #495057;
color: #fff !important;
border-radius: 100%;
text-align: center;
font-size: 1.5rem;
line-height: 3.5rem;
margin-right: 1rem;
}

.social-icons a:last-child {
margin-right: 0;
}

.social-icons a:hover {
background-color: #0485ff;
}

.dev-icons {
font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
color: #0485ff;
}

#sideNav .navbar-nav .nav-item .nav-link {
font-weight: 800;
letter-spacing: 0.05rem;
text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
outline-color: #d48a6e;
}

@media (min-width: 992px) {
#sideNav {
text-align: center;
position: fixed;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 17rem;
height: 100vh;
}
#sideNav .navbar-brand {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: auto auto 0;
padding: 0.5rem;
}
#sideNav .navbar-brand .img-profile {
max-width: 10rem;
max-height: 10rem;
border: 0.5rem solid rgba(255, 255, 255, 0.2);
}
#sideNav .navbar-collapse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
width: 100%;
margin-bottom: auto;
}
#sideNav .navbar-collapse .navbar-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
#sideNav .navbar-collapse .navbar-nav .nav-item {
display: block;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
display: block;
}
}

section.resume-section {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
max-width: 75rem;
}

section.resume-section .resume-item .resume-date {
min-width: none;
}

@media (min-width: 768px) {
section.resume-section {
min-height: 100vh;
}
section.resume-section .resume-item .resume-date {
min-width: 18rem;
}
}

@media (min-width: 992px) {
section.resume-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
}

.bg-primary {
background-color: #0485ff !important;
}

.text-primary {
color: #0485ff !important;
}

a {
color: #0485ff;
}

a:hover, a:focus, a:active {
color: #824027;
}
5 changes: 5 additions & 0 deletions css/resume.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed images/banner.png
Binary file not shown.
Binary file added img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6f55ead

Please sign in to comment.