-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (60 loc) · 3.23 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ingrid Juliana Cadavid</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!-- Dropdown Structure -->
<nav>
<div class="nav-wrapper">
<a href="#!" class="brand-logo"></a>
<ul class="right hide-on-med-and-down">
<li><a class="dropdown-trigger" href="index.html" >Incio<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-trigger" href="calculadora2.html" >Reto 1<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-trigger" href="retos2.html" >Reto 2<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-trigger" href="retos3.html" >Reto 3<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-trigger" href="caricaturas3.html" >Reto 4<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-trigger" href="facturaReto5.html" >Reto 5<i class="material-icons right">arrow_drop_down</i></a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col s12 m6">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title">Retos</span>
<h2>Bootcamp</h2>
<h3>Carrera Full Stack</h2>
<h4>React web y Native Apps</h4>
<h5>Ingrid Juliana Cadavid V.</h5>
<p> 2019 <br>
Corporación Cluster Creatic
</p>
</div>
</div>
</div>
</div>
</div>
<br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<footer class="page-footer orange">
<div class="footer-copyright">
<div class="container">
Ingrid Juliana Cadavid Villa<br>
Made by <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>