-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes.html
More file actions
206 lines (187 loc) · 7.67 KB
/
es.html
File metadata and controls
206 lines (187 loc) · 7.67 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portfolio" />
<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=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/fa62c117c7.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="styles.css" />
<title>Juan Carlos Monreal Romero</title>
</head>
<body class="light" id="top">
<header class="header center">
<h3>
<a href="https://jmonrealr.github.io/Portfolio/" class="link" target="_blank"
>jmonreal</a
>
</h3>
<nav class="nav center">
<ul class="nav__list center">
<li class="nav__list-item">
<a class="link link--nav" href="#projects">Projects</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#skills">Skills</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#contact">Contact</a>
</li>
</ul>
<button type="button" aria-label="toggle theme" class="btn btn--icon">
<i aria-hidden="true" id="btn-theme" class="fas fa-moon"></i>
</button>
<button
type="button"
aria-label="toggle navigation"
class="btn btn--icon nav__hamburger"
>
<i aria-hidden="true" class="fas fa-bars"></i>
</button>
</nav>
</header>
<main>
<!-- About -->
<div class="about center">
<h1>Hi, I am <span class="about__name">Juan Carlos Monreal Romero.</span></h1>
<h2 class="about__role">Developer</h2>
<p class="about__desc">
I am a software developer with problem solving skills and experience in creating and designing software in a test-driven environment. I have the ability to work under pressure. Passion for learning. Interested in Web development, as well as Artificial Intelligence and its applications in healthcare.
</p>
<div class="about__contact center">
<a href="https://drive.google.com/file/d/1ZkJsZ-yX1TQAjw-iUUxThgSiveapri-W/view?usp=sharing" target="_blank">
<span class="btn btn--outline">Resume</span>
</a>
<a
href="https://github.com/jmonrealr"
aria-label="github"
class="link link--icon"
target="_blank"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://linkedin.com/in/jcmonreal"
aria-label="linkedin"
class="link link--icon"
target="_blank"
>
<i aria-hidden="true" class="fab fa-linkedin"></i>
</a>
</div>
</div>
<!-- Projects -->
<section id="projects" class="section projects">
<h2 class="section__title">Projects</h2>
<div class="projects__grid">
<div class="project">
<h3>Image Segmentation</h3>
<p class="project__description">
A mobile application that allows the end user to take a picture with his device, this picture will be processed by means of the K-Means clustering algorithm and then the segmented image will be returned, offering also the possibility to store it in the device.
</p>
<ul class="project__stack">
<li class="project__stack-item">Java</li>
<li class="project__stack-item">Android</li>
<li class="project__stack-item">K-Means</li>
</ul>
<a href="https://github.com/jmonrealr/Image-Segmentation-UPV"aria-label="source code" class="link link--icon" target="_blank">
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a href="https://github.com/jmonrealr/Image-Segmentation-UPV" aria-label="live preview" class="link link--icon">
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Mass Mailing Tool</h3>
<p class="project__description">
Tool that allows the massive sending of dynamic e-mails from an e-mail account of the Polytechnic University of
Victoria.
Allows you to enter information through an Excel sheet that allows you to use N variables for use within the mailing.
</p>
<ul class="project__stack">
<li class="project__stack-item">Java</li>
<li class="project__stack-item">JavaFX</li>
<li class="project__stack-item">API</li>
</ul>
</div>
<div class="project">
<h3>Project 3</h3>
<p class="project__description">
Ipsum accusamus ea excepturi aliquid eligendi amet. Explicabo
sapiente debitis labore sed ipsam Mollitia repellat illum quod
unde beatae Quis
</p>
<ul class="project__stack">
<li class="project__stack-item">SASS</li>
<li class="project__stack-item">TypeScript</li>
<li class="project__stack-item">React</li>
</ul>
<a
href="https://github.com"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://example.com"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</section>
<!-- Skills -->
<section class="section skills" id="skills">
<h2 class="section__title">Skills</h2>
<ul class="skills__list">
<li class="skills__list-item btn btn--plain">HTML</li>
<li class="skills__list-item btn btn--plain">CSS</li>
<li class="skills__list-item btn btn--plain">SCSS</li>
<li class="skills__list-item btn btn--plain">JavaScript</li>
<li class="skills__list-item btn btn--plain">Nodejs</li>
<li class="skills__list-item btn btn--plain">PHP</li>
<li class="skills__list-item btn btn--plain">Laravel 8</li>
<li class="skills__list-item btn btn--plain">Nginx</li>
<li class="skills__list-item btn btn--plain">Git</li>
<li class="skills__list-item btn btn--plain">Python 3</li>
<li class="skills__list-item btn btn--plain">C/C++</li>
<li class="skills__list-item btn btn--plain">Java</li>
</ul>
</section>
<!-- Contact -->
<section class="section contact center" id="contact">
<h2 class="section__title">Contact</h2>
<a href="mailto:jcmonrealr@gmail.com">
<span class="btn btn--outline">Email me</span>
</a>
</section>
</main>
<footer class="footer">
<a
href="https://github.com/jmonrealr/Portfolio"
class="link footer__link"
>
Juan Carlos Monreal Romero ©2021
</a>
<br>
<a href="https://github.com/rajshekhar26/cleanfolio-minimal" class="link footer__link">Credits: Shekhar</a>
</footer>
<div class="scroll-top">
<a aria-label="Scroll up" href="#top">
<i aria-hidden="true" class="fas fa-arrow-up"></i>
</a>
</div>
<script src="./script.js"></script>
</body>
</html>