-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (214 loc) · 7.93 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:image"
content="https://elisa33.github.io/portfolio/img/pxfuel-large.jpg"
/>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
<link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>Portfolio Elisa</title>
</head>
<body>
<header>
<nav>
<div class="lang hidden" id='language'>ES</div>
<button id="switch" class="switch">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" />
</svg>
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z" />
</svg>
</span>
</button>
</nav>
</header>
<main>
<!-- Intro -->
<section class="intro">
<div class="me">
<!-- <img src="img/me.jpg" alt="" /> -->
<h2 id="name">I'm Elisa</h2>
<div class="window">
<ul>
<li>Graphic Designer</li>
<li>Front-End Developer</li>
<li>Branding Creative</li>
</ul>
</div>
</div>
</section>
<!-- About -->
<section class="about">
<picture>
<source media="(min-width:1200px)" srcset="img/pxfuel-large.jpg" />
<source media="(min-width:992px)" srcset="img/pxfuel-medium.jpg" />
<source media="(min-width:768px)" srcset="img/pxfuel-small.jpg" />
<source media="(min-width:600px)" srcset="img/pxfuel-small.jpg" />
<img src="img/pxfuel-small.jpg" alt="" />
</picture>
<div class="info">
<h2 id='about'>About Me</h2>
<h3 id="profile">Front-End & Graphic Designer</h3>
<div class="p-info">
<div>
<h4>Name:</h4>
<p>Elisa B. Lange</p>
</div>
<!--<div><h4>Age: </h4><p>37</p></div>-->
<div>
<h4>Languages:</h4>
<p>Spanish/English</p>
</div>
<div>
<h4>Telegram:</h4>
<p>@elisa_lange</p>
</div>
<div class="mail">
<h4>Mail:</h4>
<p>elisablange.tdf@gmail.com</p>
</div>
<div class="cv">
<a href="downloads/cv-elisablange-english.pdf" download
>Download CV</a
>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills">
<h2>Skills</h2>
<div class="skills">
<div class="category">
<svg
class="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"
></path>
</svg>
<h3>Developer</h3>
<ul class="list">
<li><h5>typescript</h5></li>
<li class="plus">+</li>
<li><h5>react/nextjs</h5></li>
<li class="plus">+</li>
<li><h5>tailwind/styled components</h5></li>
</ul>
</div>
<div class="category">
<svg
class="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"
></path>
</svg>
<h3>Designer</h3>
<ul class="list">
<li><h5>figma</h5></li>
<li class="plus">+</li>
<li><h5>indesign</h5></li>
<li class="plus">+</li>
<li><h5>photoshop/illustrator</h5></li>
</ul>
</div>
<div class="category">
<svg
class="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z"
></path>
</svg>
<h3>Others</h3>
<ul class="list">
<li><h5>english b1</h5></li>
<li class="plus">+</li>
<li><h5>french a2</h5></li>
<li class="plus">+</li>
<li><h5>git/github</h5></li>
</ul>
</div>
</div>
</section>
<!-- Services -->
<!-- Portfolio Javascript -->
<section class="portfolio"></section>
<!-- Current -->
<div class="now">
Certified in <span>QA</span> at Nahual IT and currently studying <span>React Native</span>
</div>
<!-- Contact -->
<section class="contact">
<nav class="data">
<a href="mailto:elisablange.tdf@gmail.com" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z" />
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" />
</svg>
</a>
<a href="https://github.com/Elisa33" target="_blank">
<svg
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>GitHub icon</title>
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
/>
</svg>
</a>
<a
href="https://t.me/elisa_lange"
target="_blank"
>
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="mdi-telegram" width="35" height="35" viewBox="0 0 24 24"><path d="M9.78,18.65L10.06,14.42L17.74,7.5C18.08,7.19 17.67,7.04 17.22,7.31L7.74,13.3L3.64,12C2.76,11.75 2.75,11.14 3.84,10.7L19.81,4.54C20.54,4.21 21.24,4.72 20.96,5.84L18.24,18.65C18.05,19.56 17.5,19.78 16.74,19.36L12.6,16.3L10.61,18.23C10.38,18.46 10.19,18.65 9.78,18.65Z" /></svg>
</a>
</nav>
</section>
<!-- Modales -->
<div class="overlay">
</div>
</main>
<script src="js/main.js"></script>
<script src="js/language.js"></script>
<script src="js/cards.js"></script>
</body>
</html>