-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (96 loc) · 2.65 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slides EDWAR DIAZ</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/default.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container demo-1">
<header>
<h1>Slides by EDWAR DIAZ RUIZ</h1>
</header>
<ul class="grid cs-style-1">
<li>
<figure>
<img src="images/git2.png" alt="git" width="70%">
<figcaption>
<h3>Git</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./git/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/diseño.jpg" alt="diseño" width="75%">
<figcaption>
<h3>Introduccion a UI / UX</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./diseño/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="angular/lib/img/intro-ang.png">
<figcaption>
<h3>Angular</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./angular/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="images/draw.png" alt="draw">
<figcaption>
<h3>Draw.io</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./draw/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="docker/lib/img/portada_docker.png" alt="docker">
<figcaption>
<h3>Docker</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./docker/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="nest/lib/img/nest1.png" alt="nest">
<figcaption>
<h3>Nest Js</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./nest/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="mongo/lib/img/mongodb.png" alt="img06">
<figcaption>
<h3>MongoDB</h3>
<span>Edwar Diaz Ruiz</span>
<a href="./mongo/index.html">Ir a la presentacion</a>
</figcaption>
</figure>
</li>
</ul>
</div><!-- /container -->
<script src="js/toucheffects.js"></script>
</body>
</html>