Skip to content
Open
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
Binary file added gatitos.html/Clouds.mp4
Binary file not shown.
Binary file added gatitos.html/Grass.mp4
Binary file not shown.
Binary file not shown.
Binary file added gatitos.html/easy-lifestyle.mp3
Binary file not shown.
43 changes: 43 additions & 0 deletions gatitos.html/gatitos.html.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<h1>for cat lovers</h1>

<img src="gato1.jpeg" alt="">
<h2><b>sleeping cats</b></h2>
<img src="gato2.webp" alt="">

<h2>"A cat can be the best friend of the human being."</h2>

<section>
<h1>"Cat"</h1>
<video width="320" height="240" controls>
<source src="Little Kitten Playing His Toy Mouse.mp4" type="video/mp4">
<source src="Little Kitten Playing His Toy Mouse.mp4" type="video/ogg">
<a href="https://www.pexels.com/es-es/video/gatito-jugando-su-raton-de-juguete-855282/"></a>

</video>
</section>


<h3>"easy-lifestyle"</h3>
<audio controls>
<source src="easy-lifestyle.mp3" type="audio/ogg">
<source src="easy-lifestyle.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<br>

<a href="file:///C:/dev/gatitos.html/index.html"> visite nuestra pagina index html</a>



</body>
</html>
Binary file added gatitos.html/gato1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gatitos.html/gato2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions gatitos.html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<section>

</section>

<img src="motorbik.jpg" alt="">

<h2>"A ride with the motorcycle between nature and calm,<br> listening to music that raises your adrenaline"</h2>

<section>
<h1>"Nature and calm"</h1>
<video width="320" height="240" controls>
<source src="Grass.mp4" type="video/mp4">
<source src="Grass.mp4" type="video/ogg">
<a href="https://pixabay.com/videos/grass-dew-field-fog-morning-66810/"></a>

</video>
</section>


<h3>"music title:RISK"</h3>
<audio controls>
<source src="risk-136788.mp3" type="audio/ogg">
<source src="risk-136788.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<a href="file:///C:/dev/gatitos.html/gatitos.html.html"> visite nuestra pagina gatitos HTML</a>




</body>
</html>
32 changes: 32 additions & 0 deletions gatitos.html/main-title-risk-136788-license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
PIXABAY LICENSE CERTIFICATE
==============================================

This document confirms the download of an audio file pursuant to the Pixabay License as defined in the Pixabay Terms of Service available at https://https://pixabay.com/service/terms/

Licensor's Username:
https://pixabay.com/users/studiokolomna-2073170/

Licensee:
u_4wsu7yjukv

Audio File Title:
Risk

Audio File URL:
https://pixabay.com/music/main-title-risk-136788/

Audio File ID:
136788

Date of download:
2023-02-13 08:20:27 UTC

Pixabay GmbH c/o Lacore Rechtsanwälte LLP
Berliner Freiheit 2, 10785 Berlin, Germany

Pixabay is a user-contributed stock content website. The above-named Licensor is responsible for this audio file. Pixabay monitors uploaded audio files only to a reasonable extent. Pixabay cannot be held responsible for the acts or omissions of its users and does not represent or warrant that any required third-party consents or licenses have been obtained.

For any queries related to this document please contact Pixabay via info@pixabay.com.


==== THIS IS NOT A TAX RECEIPT OR INVOICE ====
Binary file added gatitos.html/motorbik.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gatitos.html/perro.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gatitos.html/risk-136788.mp3
Binary file not shown.
65 changes: 65 additions & 0 deletions gatitos.html/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
h1{
color: blue;


}

h2{
color: blueviolet;
text-align: center;
font-family: Arial, Helvetica, sans-serif;


}


body{

background-color:aqua

}

div{
position:static



}

img{
border-radius: 8px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;



}

video{
width: 100%;
height: auto;
}

audio{
width: 100%;
}
h3{
text-align: center;
color: blueviolet;
font-family:Arial, Helvetica, sans-serif;

}

h1{
text-align: center;
color: blueviolet;
font-family: Arial, Helvetica, sans-serif;
}
p{
text-align: center;
color: blueviolet;
font-family: Arial, Helvetica, sans-serif;
text-size-adjust:calc(50%);
}