-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (163 loc) · 5.61 KB
/
Copy pathindex.html
File metadata and controls
182 lines (163 loc) · 5.61 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" lang="en"
content="personal website, where I explain my skills as software developer, with technologies as Javascript, HTML, CSS, Angular and react" />
<link rel="icon" type="image/x-icon" href="/icons/favicon.ico">
<title>
Irwin Alejandro Rodriguez Ramirez - Software Full Stack Developer
</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=League+Gothic&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<script async defer src="./index.js"></script>
</head>
<body>
<input type="checkbox" name="theme" id="theme-checkbox" />
<input type="radio" checked class="lang-input" name="lang" id="english" />
<input type="radio" class="lang-input" name="lang" id="spanish" />
<header class="header section">
<button class="dropdown">
<span class="menu"></span>
</button>
<nav>
<h1><a href="#"><img src="./Vector.svg" alt="logo, lexCoder"></a></h1>
<ul class="page-nav">
<li>
<a href="#about">
<span lang="en">About Me</span>
<span lang="es">Acerca de mi</span>
</a>
</li>
<li>
<a href="#work-experience">
<span lang="en"> Experience</span>
<span lang="es">Experiencia</span>
</a>
</li>
<li>
<a href="#education">
<span lang="en"> Education</span>
<span lang="es"> Educacion</span>
</a>
</li>
<li>
<a href="#skills">
<span lang="en"> skills</span>
<span lang="es"> Habilidades</span>
</a>
</li>
</ul>
</nav>
<div id="theme-container">
<label for="theme-checkbox" class="switch">
<span class="slider">
<div class="imgcontainer">
</div>
<div class="thumb">
<div class="moon-icon"></div>
<div class="sun-icon"></div>
</div>
</span>
</label>
</div>
<div class="lang not-select">
<div class="en">
<label for="english" id="lang-en">EN</label>
</div>
<span class="lang-separator">|</span>
<div class="es">
<label for="spanish" id="lang-es">ES</label>
</div>
</div>
</header>
<aside class="main-aside">
<div class="section-todo">
</div>
<div class="decor"></div>
</aside>
<main class="section">
<section id="hero" class="hero">
<h2 class="txt-background">
<span lang="en">HELLO</span>
<span lang="es">HOLA</span>
</h2>
<figure>
<img src="./image.png" alt="Portrait of Alex Rodriguez">
</figure>
<article class="hero-description">
<h2>
<span lang="en">I'M</span>
<span lang="es">SOY</span>
</h2>
<h1 class="hero-name">
ALEX
</h1>
<p lang="en">
I'm a software full stack developer with
experience in web applications, REST APIs, and hybrid mobile
applications.
</p>
<p lang="es">
Un desarrollador Full Stack con experiencia
construyendo aplicaciones web, APIs REST y aplicaciones hibridas.
</p>
<div class="btn-actions">
<a href="#" class="btn-contact">
<span lang="en">Contact me</span>
<span lang="es">Contactame</span>
</a>
<a target="_blank" href="./AlejandroRodriguezResume.pdf" class="btn-contact btn-resume">
<svg class="btn-icon-external" viewBox="0 0 20 24" width="20px" height="20px">
<path fill="currentColor"
d="M 5 3 C 3.9069372 3 3 3.9069372 3 5 L 3 19 C 3 20.093063 3.9069372 21 5 21 L 19 21 C 20.093063 21 21 20.093063 21 19 L 21 12 L 19 12 L 19 19 L 5 19 L 5 5 L 12 5 L 12 3 L 5 3 z M 14 3 L 14 5 L 17.585938 5 L 8.2929688 14.292969 L 9.7070312 15.707031 L 19 6.4140625 L 19 10 L 21 10 L 21 3 L 14 3 z" />
</svg>
<span lang="en">My Resume</span>
<span lang="es">Curriculum</span>
</a>
</div>
</article>
</section>
<section id="about" class="about">
<h2>About Me</h2>
<p>TODO.</p>
</section>
<section id="education" class="education">
<h2>Education</h2>
<p>
Instituto Politécnico Nacional, Escuela Superior de Ingeniería
Mecánica y Eléctrica - Electronic and Communications Engineering
(Software Speciality)
</p>
</section>
<section id="skills" class="skills">
<h2>Skills</h2>
<ul>
<li>
Framworks: Angular (Advanced), NodeJS (Advanced), MongoDB
(Advanced), React, VueJS, Laravel
</li>
<li>
Languages: JavaScript (Advanced), TypeScript (Advanced), Python,
Java, HTML (Advanced), CSS (Advanced), PHP, SQL
</li>
<li>
Tools: Firebase, NPM, API REST, Git, Docker, Webpack, AWS (Lambda,
S3, EC2, API Gateway), CI/CD, SASS, Jasmine, Redis, Mocha, Jenkins,
Sentry, Jira, SCRUM, Kanban
</li>
</ul>
</section>
<section id="contact" class="contact">
</section>
</main>
<footer class="footer">
<p>© 2023 Irwin Alejandro Rodriguez Ramirez.</p>
</footer>
</body>
</html>