-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.html
30 lines (29 loc) · 1.83 KB
/
github.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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title> GitHub</title>
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Overpass&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<style type="text/css"></style>
<script type="text/javascript"></script>
</head>
<body>
<button onclick=" window.history.back()">Volver</button>
<h1 style="color: azure; text-align: center;">GitHub</h1>
<h2 style="color:aqua; text-align: center;">¿Qué es?</h3>
<div id="central" style="background-color: white; margin-left: 25%; padding: 10px;">
<h3 style="text-align: justify;">
Github es un repositorio online gratuito que permite gestionar proyectos y controlar versiones de código. Es muy utilizado por desarrolladores para almacenar sus trabajos dando así la oportunidad a millones de personas de todo el mundo a cooperar en ellos. <br><br>
Se podría hablar de Github como la red social pensada para desarrolladores, siendo este repositorio uno de los más usados a nivel mundial. <br><br>
Podemos seguir e interactuar con personas interesadas en un tipo de proyecto en concreto, dando a conocer los nuestros o cooperando en el proyecto de terceros. <br>
</h3>
<center><img src="img/gh.jpeg" width="50%"></center>
</div>
<h2 style="color:aqua; text-align: center;">¿Quiénes son sus fundadores?</h3>
<div id="central" style="background-color: white; margin-left: 25%; margin-bottom: 30px; padding: 10px;">
<center><img src="img/ghf.png" width="100%" height="100%"></center>
</div>
</body>
</html>