-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·214 lines (159 loc) · 7.12 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
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Macarena Marambio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS-->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Oswald" rel="stylesheet">
<!-- script -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header -->
<header>
<a id="header-menu-trigger" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
<nav id="menu-nav-wrap">
<a href="#0" class="close-button" title="close"><span>Close</span></a>
<h3>Macarena</h3>
<ul class="nav-list">
<li class="current"><a class="smoothscroll" href="#home" title="">Home</a></li>
<li><a class="smoothscroll" href="#services" title="">Proyectos</a></li>
<li><a href="https://drive.google.com/open?id=1-lncxKVhIAu94LIN346LJsNcAIPu5hU1" target="_blank">Currículum</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contacto</a></li>
</ul>
<ul class="header-social-list">
<li>
<a href="https://www.linkedin.com/in/macarena-marambio-ux/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/macamarambio" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul>
</nav> <!-- end #menu-nav-wrap -->
</header> <!-- end header -->
<!-- home -->
<section id="home">
<div class="overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<h1 class="animate-intro">Macarena Marambio</h1>
<h3 class="animate-intro">Ux Designer</h3>
<div class="more animate-intro">
<a class="smoothscroll button stroke" href="#services">
Mis proyectos
</a>
</div>
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
<ul class="home-social-list">
<li class="animate-intro">
<a href="https://www.linkedin.com/in/macarena-marambio-ux/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li class="animate-intro">
<a href="https://github.com/macamarambio" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul> <!-- end home-social-list -->
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="services">
<div class="overlay"></div>
<div class="gradient-overlay"></div>
<div class="row narrow section-intro with-bottom-sep animate-this">
<div class="col-full">
<h3>Portafolio</h3>
<h1>Mis proyectos</h1>
</div> <!-- end col-full -->
</div> <!-- end row -->
<div class="row services-content">
<div class="services-list block-1-2 block-tab-full group">
<div class="bgrid service-item animate-this">
<div class="service-content">
<img class="img-proyect" src="images/Copia de logo.png" alt="vegan">
<div>
<p>¿Cómo saber cuándo un producto es realmente vegano? </p>
<a href="https://macamarambio.github.io/vegan" target="_blank"> Ver prototipo</a><span>|</span>
<a href="https://github.com/macamarambio/vegan/blob/master/README.md" target="_blank">Ver más</a>
</div>
</div>
</div> <!-- end bgrid vegan -->
<div class="bgrid service-item animate-this">
<div class="service-content">
<img class="img-proyect" src="images/misitio.png" alt="MiSitio">
<div>
<p>Obten información de como acceder a nuevos productos en tu banco de manera simple y clara</p>
<a href="https://macamarambio.github.io/MiSitio" target="_blank">Ver prototipo </a><span>|</span>
<a href="https://github.com/macamarambio/MiSitio/blob/master/README.md" target="_blank">Ver más</a>
</div>
</div>
</div> <!-- end bgrid vegan -->
<div class="bgrid service-item animate-this">
<div class="service-content">
<img class="img-proyect" src="images/bustrack.png" alt="BusTrack">
<div>
<p>Verifica los tiempos de llegada de tu bus y obtén información en ruta durante tu experiencia de viaje</p>
<a href="https://marvelapp.com/7gj565e" target="_blank"> Ver prototipo</a><span>|</span>
<a href="https://github.com/macamarambio/BusTrack/blob/master/README.md" target="_blank">Ver más</a>
</div>
</div>
</div> <!-- end bgrid vegan -->
</div> <!-- end services-list -->
</div> <!-- end services-content -->
</section> <!-- end services-->
<!-- contact
================================================== -->
<section id="contact">
<div class="overlay"></div>
<div class="row narrow section-intro with-bottom-sep animate-this">
<div class="col-twelve">
<h3>Contact</h3>
</div>
</div> <!-- end section-intro -->
<div class="row contact-content">
<div class="col-twelve tab-full contact-info end animate-this">
<div class="cinfo col-four">
<h6>Teléfono</h6>
<p>+569 50152726</p>
</div> <!-- end cinfo -->
<div class="cinfo col-four">
<h6>Correo</h6>
<p>marambio.macarena@gmail.com</p>
</div> <!-- end cinfo -->
<div class="cinfo col-four">
<h6>LinkedIn</h6>
<p>
<a href="https://www.linkedin.com/in/macarena-marambio-ux/" target="_blank">www.linkedin.com/in/macarena-marambio-ux/</a>
</p>
</div>
</div> <!-- end cinfo -->
</div> <!-- end row contact-content -->
</section> <!-- end contact -->
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<i class="fa fa-long-arrow-up" aria-hidden="true"></i>
</a>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!--Script-->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>