-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (246 loc) · 13 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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Jose's Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/myimgs/isandex_favicon.png" rel="icon">
<link href="assets/img/myimgs/isandex_favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i%7CRaleway:300,300i,400,400i,500,500i,600,600i,700,700i%7CPoppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Personal - v4.7.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
* Modified by Jose L. Ulloa - May 2022
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<h1><a href="index.html">José L. Ulloa</a></h1>
<h2>I'm an <span>imaging scientist</span> from Chile</h2>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link active" href="#header">Home</a></li>
<li><a class="nav-link" href="#about">About</a></li>
<li><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li><a class="nav-link" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="social-links">
<a href="https://github.com/jlulloaa" class="github"><i class="bi bi-github"></i></a>
<a href="https://twitter.com/joselu2013" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.instagram.com/jlua1975" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/joseulloa" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
<p>Learn more about me</p>
</div>
<div class="row">
<div class="col-lg-4 pt-lg-5" data-aos="fade-right">
<iframe width="420" height="345" src="https://www.youtube.com/embed/tqVUlNKnE2w">
</iframe>
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Electrical Engineer, Imaging Scientist & (soon to-be) Full-stack web developer</h3>
<p class="fst-italic">
I am passionate about technology, computer vision and scientific software development. I love photography, but I wish to have more time to practice.
</p>
<p>
I am a qualified data and imaging scientist with proven experience developing software tools for multiple sectors, such as pharmaceutical, medical devices and environmental.
Given my strong background in engineer, biomedical imaging and computer sciences, I have a set of technical, analytical and experimental skills to understand and develop innovative solutions to complex problems.
</p><p>
In 2018, my brother and I founded <a href="http://www.isandex.com" target="_blank">iSANDEx</a>, a consultancy company where we offer professional services in data science, scientific software development and project management.
I am currently expanding my skills towards development of web applications, so we can provide more complete technical solutions and according to the newest tecnologies.
</p>
<p>
<button class="btn btn-success" type="submit" data-toggle="button" onclick="location.href='mailto:[email protected]';">
Let's get in touch!
</button>
</p>
</div>
</div>
</div><!-- End About Me -->
</section> <!-- End About Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Portfolio</h2>
<p>Some of my work</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-web">Web</li>
<li data-filter=".filter-app">App</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/fullStackBankApp-1.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Full Stack Banking application</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/fullStackBankApp-1.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="FS Banking Screenshot"><i class="bx bx-plus"></i></a>
<a href="fsbanking_summary.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Full Stack Banking summary"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/pacmen-4.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>PacMen Exercise</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/pacmen-4.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="PacMen Screenshot"><i class="bx bx-plus"></i></a>
<a href="pacmen_summary.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="PacMen summary"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/eyes-8.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Eyes Exercise</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/eyes-8.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Eyes Screenshot"><i class="bx bx-plus"></i></a>
<a href="eyes_summary.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Eyes summary"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/bustracking-6.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Real-time Bus Tracking Exercise</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/bustracking-6.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Bus Tracking Screenshot"><i class="bx bx-plus"></i></a>
<a href="bustracking_summary.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Bus Tracking summary"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/wordcounter-1.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Word Counter application</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/wordcounter-1.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Word Counter Screenshot"><i class="bx bx-plus"></i></a>
<a href="countwords_summary.html" data-gallery="portfolioDetailsGallery" data-glightbox="type: external" class="portfolio-details-lightbox" title="Word Counter summary"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me</p>
</div>
<div class="row mt-2">
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://github.com/jlulloaa" class="github"><i class="bi bi-github"></i></a>
<a href="https://twitter.com/joselu2013" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.instagram.com/jlua1975" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/joseulloa" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p><a href= "mailto:[email protected]"> [email protected]</a></p>
</div>
</div>
</div>
<form action="https://formspree.io/f/xnqwlgpa" method="post" class="php-email-form mt-4">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
Send messages functionality enabled via <a href="https://formspree.io/" target="_blank">Formspree</a>
</form>
</div>
</section><!-- End Contact Section -->
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
<!-- Vendor JS Files -->
<!-- <script src="assets/vendor/purecounter/purecounter.js"></script> -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- <script src="assets/vendor/php-email-form/validate.js"></script> -->
<!-- Own JS Files -->
<script src="assets/own/clearform.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>