-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.25 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="./site/assets/index/main.a2408e81.min.css">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
<link rel="stylesheet" href="./site/assets/index/style.css">
</head>
<body dir="ltr">
<section class="tx-container">
<div class="md-grid md-typeset">
<div class="tx-hero">
<div class="tx-hero__image">
<img src="./site/assets/index/illustration-min.png" alt="" draggable="false">
</div>
<div class="tx-hero__content">
<h1>Tutorial Paso a Paso</h1>
<p>Tutorial sencillo para aprender a programar aplicaciones web de gestión, desarrollando frontend en Angular o Vue.js y backend en Springboot o Nodejs.</p>
<a href="site/index.html" title="Empezar" class="md-button md-button--primary"> Empezar </a>
<a href="https://github.com/ccsw-csd/tutorial-proyectos" title="Ir a GitHub" class="md-button"> Ir a GitHub </a>
</div>
</div>
</div>
<div>
<p> </p><p> </p><p> </p><p> </p>
</div>
</section>
</body>
</html>