-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.74 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
<!DOCTYPE html>
<html>
<head>
<title>Ex Lobaiza</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
</head>
<body>
<main>
<section id="home">
<h1>X.</h1>
<h2>Hello there! 👋</h2>
<p>I'm Exequiel, a passionate product designer with over 7 years of experience, dedicated to creating inclusive, accessible, and user-friendly solutions.</p>
<p>Currently working <a href="https://www.koombea.com/">@Koombea</a>
<hr>
</section>
<section id="work">
<h2>My work 🎨</h2>
<ul>
<li><a href="https://exeobaiza.myportfolio.com/carapp">VOLT motors: Electic Car company</a></li>
<li><a href="https://exelobaiza.myportfolio.com/musicapp">Roxxem: Music App</a></li>
<li><a href="https://exelobaiza.myportfolio.com/sponsorweb">Sponsorship: Web App</a></li>
<li><a href="https://exelobaiza.myportfolio.com/trainingweb-app">Fitness App</a></li>
<li><a href="https://exelobaiza.myportfolio.com/travelapp-1">Travel App</a></li>
<li><a href="https://exelobaiza.myportfolio.com/socialdistanceweb">Social Distance App</a></li>
</ul>
<p>Looking for something specific? Contact me ⬇️</p>
<ul>
<li>Linkedin: <a href="https://www.linkedin.com/in/exequiel-lobaiza">My Linkedin</a></li>
<li>Mail: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Portfolio: <a href="https://exelobaiza.myportfolio.com/">My portfolio</a></li>
</ul>
</section>
</main>
</body>
</html>