Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube video embed and some fixes #11

Merged
merged 6 commits into from
Feb 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions css/cubaweather.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
35 changes: 19 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="css/resume.min.css" rel="stylesheet">
<link href="css/cubaweather.css" rel="stylesheet">

</head>

Expand Down Expand Up @@ -87,10 +88,10 @@ <h1 class="mb-0">
</div>
</div>
<p class="lead mb-5 text-justify">
Nuestro objetivo que desde <strong>cualquier plataforma</strong> se pueda disfrutar de nuestra
aplicación y se está trabajando en eso. En un principio nos enfocaremos en Android, iOS, Web, Windows y
Linux principalmente, por ser los más usados. Actualmente está disponible la versión para Android desde
<a href="https://www.apklis.cu">Apklis</a>.
Además que desde <strong>cualquier plataforma</strong> se pueda disfrutar de nuestra
aplicación. Actualmente estan disponibles la versión para Android desde
<a href="https://apklis.cu/application/com.codestrange.www.cuba_weather">Apklis</a>
y el bot de <a href="https://t.me/cubaweather_bot">Telegram</a>.
</p>

</div>
Expand Down Expand Up @@ -143,7 +144,7 @@ <h3 class="mb-2">Donantes:</h3>
</a>
</td>
<td class="td">
$4.00 CUC
$04.00 CUC
</td>
<td>
<a href="https://twitter.com/cmolinaf96"><i class="fab fa-twitter"></i></a>
Expand All @@ -170,7 +171,7 @@ <h3 class="mb-2">Donantes:</h3>
<strong>Anónimo</strong>
</td>
<td class="td">
$1.00 CUC
$01.00 CUC
</td>
<td>
</td>
Expand All @@ -182,7 +183,7 @@ <h3 class="mb-2">Donantes:</h3>
</a>
</td>
<td class="td">
$2.00 CUC
$02.00 CUC
</td>
<td>
<a href="https://t.me/Akyra0212"><i class="fab fa-telegram"></i></a>
Expand All @@ -195,7 +196,7 @@ <h3 class="mb-2">Donantes:</h3>
</a>
</td>
<td class="td">
$5.00 CUC
$05.00 CUC
</td>
<td>
<a href="https://twitter.com/moviljacuba"><i class="fab fa-twitter"></i></a>
Expand Down Expand Up @@ -310,14 +311,16 @@ <h2 class="mb-0">Aspiraciones</h2>
<div class="w-100">
<h2 class="mb-4">Prensa</h2>
<p class="mb-4">

<figure class="figure">
<a href="https://www.youtube.com/watch?v=iB4JziHmZSU" target="_blank">
<img src="./img/bachecubano.jpg" alt="Video de BacheCubano en Youtube" class="img-fluid">
</a>
<figcaption class="figure-caption">Video sobre la app en en canal de Youtube de <a href="https://www.bachecubano.com">BacheCubano</a></figcaption>
</figure>

<div class="card">
<div class="card-body p-1">
<div class="video-container">
<iframe width="853" height="480" src="https://www.youtube.com/embed/iB4JziHmZSU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="card-footer">
Video sobre la aplicación Android en en canal de Youtube de <a href="https://www.bachecubano.com">BacheCubano</a>
</div>
</div>
</p>
<ul>
<li>01/02/2020 - <a
Expand Down