forked from platzi/marca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·97 lines (83 loc) · 4.29 KB
/
index.html
File metadata and controls
executable file
·97 lines (83 loc) · 4.29 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Laura campos</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Barra izquierda -->
<header id="header">
<!-- Tu imagen -->
<a href="#" class="image avatar"><img src="https://raw.githubusercontent.com/lauracampos/Lauracampos.github.io/master/images/laura%20facebook.jpg"/></a>
<!-- Tu perfil -->
<h1><strong>Laura Campos</strong>, tu perfil.<br />
</header>
<!-- Contenido principal -->
<div id="main">
<section id="one">
<header class="major">
<!-- Tu perfil - Título -->
<h2>laura campos.</h2>
</header>
<!-- Tu perfil - Tecnico en sistemas -->
<p>Soy un instrumento que solo quiere cumplir.EL para que fui creada ser trazadora de la idea que crea cambios.</p>
<ul class="actions">
<li><a href="https://co.linkedin.com/in/jessica-yellow-64b053123" target="_blank" class="button">Conoce más de mi trabajo.</a></li>
</ul>
</section>
<!-- Tu portafolio - Lo más importante -->
<section id="two">
<h2>Mejores experiencias</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<!-- Tu portafolio - ¿Hacia dónde los vas a mandar? -->
<a href="http://platzi.com" target="_blank" class="image fit thumb">
<!-- Tu portafolio - Su imagen -->
<img src="http://miguelnieva.com/content/images/2015/09/11885383_916947578373774_670895181705337546_n.jpg"/></a>
<!-- Tu portafolio - Título -->
<h3>Formo parte de la Comunidad Platzi.</h3>
<!-- Tu portafolio - Descripción -->
<p>La comunidad profesional web más reconocida del mundo.</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="https://medium.com/@jessicayellow/how-do-i-deliver-a-new-content-marketing-strategy-f3a82be2c312#.9ut6yqpy3" target="_blank" class="image fit thumb"><img src="https://cdn-images-1.medium.com/max/600/1*VaPJeQUEjZEBfq-q_Eif3A.jpeg" alt="" /></a>
<h3>Escribo en Medium.</h3>
<p>En el trabajo del punto vive digital con los niños y niñas se estableceria metodos de enseñanza aplicando la tecnologia.<br>organizar por edades<br>conducirlos que ellos descubran sus talentos</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<!-- Tus redes sociales -->
<footer id="footer">
<ul class="icons">
<!-- Conoce todos los íconos en http://fontawesome.io/icons/ -->
<!-- Solamente cambias en class="icon fa-IconoQueTuQuieras" -->
<li><a href="https://www.facebook.com/Escuela-de-lideres-299723743795209/?ref=settings"><span class="label">Facebook</span></a></li>
<li><a href="https://growthhackers.com/members/jessicayellow" target="_blank" class="icon fa-bar-chart"><span class="label">Growth Hackers</span></a></li>
<li><a href="mailto:jessicayellow.marketing@gmail.com" target="_blank" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<!-- El área final -->
<ul class="copyright">
<li>© Curso de Marca Personal</li><li><a href="http://platzi.com" target="_blank">Platzi</a></li><li>Diseño: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts + Google Analytics -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79451882-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>