-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
361 lines (341 loc) · 17.3 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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="The ez simple super cheap quick version of my portfolio using Meyawo landing page.">
<meta name="author" content="Devcrud">
<title>Nallib Tala Landing page </title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/meyawo.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<a class="logo" href="#">Portfolio</a>
<!-- <div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.linkedin.com/in/nallib-tala-montenegro/" target="_new"
class="btn btn-primary mt-3 pricing-card-btn" title="More details at my LinkedIn profile page"
style=" background-color: white;
border: none !important;">
<img width="40" alt="LinkedIn button here" src="assets/imgs/linkedin-2-xxl.png">
</a>
<a href="https://www.youtube.com/@ntalam" target="_new" class="btn btn-primary mt-3 pricing-card-btn"
title="My production video only" style=" background-color: white;
border: none !important;">
<img width="40" alt="LinkedIn button here" src="assets/imgs/youtube-2-xxl.png">
</a>
<a href="https://github.com/ntalamdotcom" target="_new" class="btn btn-primary mt-3 pricing-card-btn"
title="My repositories" style=" background-color: white;
border: none !important;">
<img width="40" alt="Github button here" src="assets/imgs/github-11-xxl.png">
</a>
</div> -->
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#portfolio">Portfolio</a>
</li>
<!-- <li class="item">
<a class="link" href="#testmonial">Testmonial</a>
</li> -->
<li class="item">
<a class="link" href="#blog">Blog</a>
</li>
<li class="item">
<a href="https://ntalam.com/es/contact-ntalam/" target="_new" class="link">Contact</a>
</li>
<!-- <li class="item ml-md-3">
<a href="components.html" class="btn btn-primary">Components</a>
</li> -->
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->
<!-- page header -->
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h1 class="header-title">
<span class="up">HI!</span>
<span class="down">I am Nallib Tala</span>
</h1>
<p class="header-subtitle">Full stack developer</p>
<a href="#about" class="btn btn-primary mt-3 pricing-card-btn">
who?</a>
</div>
</header><!-- end of page header -->
<!-- about section -->
<section class="section pt-0" id="about">
<!-- container -->
<div class="container text-center">
<!-- about wrapper -->
<div class="about">
<div class="about-img-holder">
<img src="assets/imgs/yo.jpg" class="about-img"
alt="Me without Photoshop">
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
I have spent many years in front of a computer and have worked in multiple industries.
</p>
<p>
I've spent half of my professional life in Chile and have also participated in interesting
projects in Australia.
</p>
<p>
When I'm not coding for work, I challenge myself with
<a href="https://www.youtube.com/watch?v=tW9BnPKPAEE" target="_new">personal projects</a> and
digital art.
</p>
<p>
I enjoy drawing and animating in my free time.
</p>
<p>
If I feel stuck or down, I try new things and experiences to find the answer, like
<a href="https://www.youtube.com/watch?v=rBr0UoWJEa8" target="_new">coding in the park</a>.
</p>
</div>
</div><!-- end of about wrapper -->
</div><!-- end of container -->
</section> <!-- end of about section -->
<!-- service section -->
<section class="section" id="service">
<div class="container text-center">
<p class="section-subtitle">What I Do ?</p>
<h6 class="section-title mb-6">Services</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/pencil-case.svg"
alt="This is software development"
class="icon">
<h6 class="title">Software Development</h6>
<p class="subtitle">I can create a taylored app from scratch according to your needs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/responsive.svg"
alt="This is training"
class="icon">
<h6 class="title">Training</h6>
<p class="subtitle">Your team needs to acquire a new skill, let me teach them that new
skill.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/toolbox.svg"
alt="Grabbing all the data sources or system and..."
class="icon">
<h6 class="title">Integration</h6>
<p class="subtitle">You already have a lot of external apps and services. I can help you to
unify them</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg"
alt="I will look at your budget, requirements and assets and give you the best service"
class="icon">
<h6 class="title">Customized service</h6>
<p class="subtitle">I can take your requirements.</p>
</div>
</div>
</div>
</div><!-- end of row -->
</div>
</section><!-- end of service section -->
<!-- portfolio section -->
<section class="section" id="portfolio">
<div class="container text-center">
<p class="section-subtitle">What I Did ?</p>
<h6 class="section-title mb-6">Portfolio</h6>
<!-- row -->
<div class="row">
<div class="col-md-6">
<a target="_new" href="https://ntalam.com/commercial-projects/" class="portfolio-card">
<img src="assets/imgs/folio-1.jpg" class="portfolio-card-img"
alt="All the companies I worked for">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Commercial</h5>
<p class="font-weight-normal">Read more</p>
</span>
</span>
</a>
</div>
<div class="col-md-6">
<a href="#" class="portfolio-card">
<img class="portfolio-card-img" src="assets/imgs/folio-2.jpg" class="img-responsive rounded"
alt="Stuff I made from the bottom of my soul">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Personal</h5>
<p class="font-weight-normal">Read more</p>
</span>
</span>
</a>
</div>
</div><!-- end of row -->
</div><!-- end of container -->
</section> <!-- end of portfolio section -->
<section class="section-sm bg-primary">
<!-- container -->
<div class="container text-center text-sm-left">
<!-- row -->
<div class="row align-items-center">
<div class="col-sm offset-md-1 mb-4 mb-md-0">
<h6 class="title text-light">Want to work with me?</h6>
<p class="m-0 text-light">Always feel Free to Contact & Hire me</p>
</div>
<div class="col-sm offset-sm-2 offset-md-3">
<a target="_new" href="https://ntalam.com/es/contact-ntalam/" class="btn mt-3 ">
<h1 style="color: white;">Contact me</h1>
</a>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of section -->
<!-- blog section -->
<section class="section" id="blog">
<!-- container -->
<div class="container text-center">
<p class="section-subtitle">Recent activity?</p>
<a href="https://ntalam.com" target="_new">
<h6 class="section-title mb-6">Ntalam.com (Blog)</h6>
<p class="">(more like a public notebook anyway)</p>
<!-- blog-wrapper -->
<div class="blog-card">
<div class="blog-card-header">
<img src="https://ntalam.com/wp-content/uploads/2023/03/giphy.gif" class="blog-card-img"
alt="A picture of me coding">
</div>
<div class="blog-card-body">
<p>If it takes too long to find a solution for an annoying bug, copypasting a useful piece of
code or any quick solution, I
rather publish it here and save peoples time googling it.</p>
<a href="https://ntalam.com" class="blog-card-link">Read more <i
class="ti-angle-double-right"></i></a>
</div>
</div>
</a>
<a href="https://www.youtube.com/@ntalam" target="_new">
<h6 class="section-title mb-6">YouTube Channel</h6>
<p class="">(My production only)</p>
<!-- blog-wrapper -->
<div class="blog-card">
<div class="blog-card-header">
<img src="https://ntalam.com/wp-content/uploads/2020/12/unityWordpress.jpg"
class="blog-card-img"
alt="A picture of my Wordpress-Unity crossover">
</div>
<div class="blog-card-body">
<p>All these videos about my projects, interesting topics and learning.</p>
<a href="https://ntalam.com" class="blog-card-link">Read more (some videos)<i
class="ti-angle-double-right"></i></a>
</div>
</div>
</a>
<a href="https://www.youtube.com/@robobinchicken" target="_new">
<h6 class="section-title mb-6">Digital Art Channel</h6>
<p class="">(My drawings and digital art)</p>
<!-- blog-wrapper -->
<div class="blog-card">
<div class="blog-card-header">
<img src="./assets/imgs/binch.jpg" class="blog-card-img"
alt="A beautiful cibernetic Ibis should be here">
</div>
<div class="blog-card-body">
<p>Starting an art page. I love speed painting</p>
<a href="https://ntalam.com" class="blog-card-link">Read more (watch video) <i
class="ti-angle-double-right"></i></a>
</div>
</div>
</a>
<a href="https://chinchillareact.com" target="_new">
<h6 class="section-title mb-6">Chinchilla React</h6>
<p class="">(A personal platform using React)</p>
<!-- blog-wrapper -->
<div class="blog-card">
<div class="blog-card-header">
<img src="./assets/imgs/chinchillareact.jpg" class="blog-card-img" alt="Wanna check it?">
</div>
<div class="blog-card-body">
<p>Taking all the big companies APIs and using them here. The idea is to track my projects, time
and more. It is an ongoing thing, do not expect a closed project</p>
<a href="https://github.com/ntalamdotcom/portfolio-public" class="blog-card-link">Read more
(Github)<i class="ti-angle-double-right"></i></a>
</div>
</div>
</a>
</div><!-- end of container -->
</section><!-- end of blog section -->
<!-- contact section -->
<section class="section" id="contact">
<div class="container text-center">
<p class="section-subtitle">How can you communicate?</p>
<h6 class="section-title mb-5">Contact Me</h6>
<a href="https://ntalam.com/es/contact-ntalam/" target="_new" class="btn btn-primary mt-3 pricing-card-btn"
title="My contact form" style=" background-color: white;
border: none !important;">
<img width="100" alt="LinkedIn button here" src="assets/imgs/contact-form.png">
</a>
</div><!-- end of container -->
</section><!-- end of contact section -->
<!-- footer -->
<div class="container">
<footer class="footer">
<p class="mb-0">
<a href="https://themewagon.com">Thanks to ThemeWagon for this html theme</a>
</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.linkedin.com/in/nallib-tala-montenegro/" target="_new"
class="btn btn-primary mt-3 pricing-card-btn" title="More details at my LinkedIn profile page"
style=" background-color: white;
border: none !important;">
<img width="40" alt="LinkedIn button here" src="assets/imgs/linkedin-2-xxl.png">
</a>
<a href="https://www.youtube.com/@ntalam" target="_new" class="btn btn-primary mt-3 pricing-card-btn"
title="My production video only" style=" background-color: white;
border: none !important;">
<img width="40" alt="LinkedIn button here" src="assets/imgs/youtube-2-xxl.png">
</a>
<a href="https://github.com/ntalamdotcom" target="_new" class="btn btn-primary mt-3 pricing-card-btn"
title="My repositories" style=" background-color: white;
border: none !important;">
<img width="40" alt="Github button here" src="assets/imgs/github-11-xxl.png">
</a>
</div>
</footer>
</div>
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<script src="assets/js/meyawo.js"></script>
</body>
</html>