-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurso.html
240 lines (182 loc) · 8.01 KB
/
curso.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<!--SECCION DE META DATA-->
<meta charset="UTF-8" />
<link rel="shortcut icon" href="imagen/HTML5_logo_and_wordmark.svg.png" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML, CSS, JavaScript</title>
<meta name="description" content="Parte de cursos de mi miniblog">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Alenny De Vries Angomas">
<meta name="copyright" content="https://advisertecnology.com/" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/8722e720e2.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<!--ENCABEZADO-->
<header>
<h1>Bienvenidos a mi primer miniblog</h1>
</header>
<!--NAVEGACION-->
<nav>
<div class="topnav" id="myTopnav">
<a href="index.html">inicio</a>
<a href="sobremi.html">Sobre Mi</a>
<a href="curso.html" class="active">Cursos</a>
<a href="contactos.html">Contactos</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<!--CONTENIDO-->
<section id="contenido">
<!--ARTICULOS-->
<article>
<h2 class="Experiencia"><i class="fa fa-graduation-cap"></i> Mis cursos</h2>
<article>
<table id="customers">
<tr>
<th>Cursos y Habilidades</th>
<th>Institucion</th>
<th>Fecha</th>
</tr>
<tr>
<td>
<li><i class="fas fa-bar-chart fa-spin" style="font-size:24px;color:#aab604"></i>
<a href="https://www.w3schools.com/sql/" target="_blank">
-SQL desde cero
</a>
</li>
</td>
<td>w3schools</td>
<td>2022</td>
</tr>
<tr>
<td>
<li><i class=" fas fa-chart-bar fa-spin" style="font-size:24px;color:#fa8231"></i>
<a href="https://www.youtube.com/watch?v=mmBCSpzy29E" target="_blank"> - Power BI
</a>
</li>
</td>
<td>youtube</td>
<td>2022</td>
</tr>
<tr>
<td>
<li><i class=" fab fa-python fa-spin" style="font-size:24px;color:#4834d4"></i>
<a href="https://www.w3schools.com/python/" target="_blank"> -
Curso de python</a>
</li>
</td>
<td>w3schools</td>
<td>2021</td>
</tr>
<tr>
<td>
<li><i class="fab fa-css3-alt fa-spin" style="font-size:24px;color:blue"></i>
<a href="https://www.youtube.com/watch?v=OWKXEJN67FE" target="_blank"> - Curso de css completo
desde Cero
</a>
</li>
</td>
<td>Youtube</td>
<td>2022</td>
</tr>
<tr>
<td>
<li><i class="fas fa-coins fa-spin" style="font-size:24px;color:#009432"></i>
<a href="https://www.youtube.com/watch?v=YL98fk1pE6Q&list=PLmIB7uA74Vvaub8PVR2Tj3B6_Wq1wr21Y"
target="_blank"> - Curso para principiantes de bases de Datos
desde Cero</a>
</li>
</td>
<td>Youtube</td>
<td>2021</td>
</tr>
<tr>
<td>
<li><i class=" fas fa-globe fa-spin" style="font-size:24px;color:#009432"></i>
<a href="https://www.w3schools.com/html/"
target="_blank"> - Curso desarrollo de paginas web con HTML</a>
</li>
</td>
<td>w3schools</td>
<td>2022</td>
</tr>
<tr>
<td>
<li><i class=" fas fa-ethernet fa-spin" style="font-size:24px;color:blue"></i>
<a href="https://www.youtube.com/watch?v=k2e6eWyn0fE"
target="_blank"> - Curso de redes para principiantes</a>
</li>
</td>
<td>Youtube</td>
<td>2021</td>
</tr>
<tr>
<td>
<li><i class="fa-solid fa-file-excel" style="font-size:24px;color:green"></i>
<a href="https://www.infotep.gob.do/"
target="_blank"> - Curso de Excel </a>
</li>
</td>
<td>Infotep</td>
<td>2019</td>
</tr>
</table>
</article>
<!--MENSAJE DE INSPIRACION-->
<article>
<p class="mensaje">A la cima no se llega superando a los demas, sino superandote a ti mismo.
</p>
</article>
</article>
<div class="redes">
<h2>Sigueme en mi Redes Sociales</h2>
<!-- Agregamos font awesome icons -->
<a href="https://www.youtube.com/channel/UC3iuwK3yYBvod8t1wn8OSxA" target="_blank" class="fa fa-youtube-square" style="font-size:30px"></a>
<a href="#" class="fa fa-facebook-square" style="font-size:30px"></a>
<a href="https://github.com/Alenny02" target="_blank" class="fa fa-github-square" style="font-size:30px"></a>
</div>
</section>
<!--PUBLICIDAD-->
<aside>
<img src="https://mayneza.com/wp-content/uploads/2021/02/frases-de-superacion-personal-y-exito-no-limites-tus-retos-reta-tus-limites.jpg" alt="">
<br>
<h2>📊Curso de HTML que te puede interesar😁</h2>
<iframe width="100%" height="320px" src="https://www.youtube.com/embed/kN1XP-Bef7w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<img src="imagen/lenguajes-programacion-top.gif" alt="Foto"><br>
</aside>
<!--FIN PUBLICIDAD-->
<div class="clearfix" ></div>
<!--FOOTER O PIE DE PAGINA-->
<footer>
<p class="footer"> @ 2022 Creado por Alenny De vries Angomas <a href="https://www.instagram.com/alennyva/?hl=es-la" target="_blank" >instagram</a></p>
</footer>
</div>
<!--FUNCION JAVASCRIPT PARA EL MENU-->
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<!--FIN FUNCION JAVASCRIPT PARA EL MENU-->
</body>
</html>