-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
114 lines (102 loc) · 6 KB
/
Copy path404.html
File metadata and controls
114 lines (102 loc) · 6 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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="TO DO.">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300|Raleway:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/devicon.css">
<link rel="stylesheet" href="/assets/css/custom_style.css">
<title>Carlos Maycas Nadal</title>
</head>
<body>
<main class="container">
<section class="about">
<img src="/assets/portfolio.png" alt="Carlos Maycas Nadal">
<h2 style="font-weight: bold">Carlos Maycas Nadal</h2>
<p class="tagline">Software Engineer</p>
<ul class="social">
<a href="https://github.com/carmayna"><li><i class="icon-github-circled"></i></li></a>
<a href="https://linkedin.com/in/carlos-maycas-nadal-37429a64"><li><i class="icon-linkedin-squared"></i></li></a>
<a href="https://twitter.com/carmayna"><li><i class="icon-twitter-squared"></i></li></a>
</ul>
<p>© 2019</p>
<p>Powered by Jekyll<br><br><a href="https://github.com/thelehhman/plainwhite-jekyll">Plainwhite</a> theme</p>
</section>
<section class="content">
<div class="post-container">
<h2 class="post-title" style="font-weight: bold">Hey! I'm Carlos. I engineer stuff.</h2>
<div class="post">
<p>Based in San Diego, CA, I am part of the engineering team at Rakuten In Store Network, powering businesses and customers to offer and earn cashback through card-linked offers.</p>
<p>Born and raised in Spain, I have moved around a little bit, from Spain to Finland, ending up in the beautiful West Coast of the United States of America.</p>
<p>I have had the chance to be involved in different fields as software engineer, from bioinformatics or banking to home security systems. I have always admired how as engineers we can interact, interconnect, learn from and power so many other fields.</p>
<h4>My take on Software Engineering</h4>
<ul>
<li>Build up a strong base and never be attached to any programming language or framework.</li>
<li>Collaborate, collaborate and collaborate. The greatest ideas can only be achieved when you put different minds and perspective to work together.</li>
<li>Mentor and seek for mentoring, the transfer of knowledge is one of the most precious things we have as professionals</li>
</ul>
<h4>Current ongoings</h4>
<p>Currently working on improving and increasing my knowledge and skills on the realms of DevOps and DevSecOps.</p>
<p>Set a personal goal to read two books a month, one for professional growth and one for personal interests.</p>
<div class="row">
<div class="col-md-3">
<h4>Code</h4>
<div class="row">
<div class="col-sm-5"><p><i class="devicon-java-plain colored"></i></p></div>
<div class="col-sm-5 offset-sm-2"><p><i class="devicon-python-plain colored"></i></p></div>
</div>
</div>
<div class="col-md-3 offset-md-1">
<h4>Tools</h4>
<div class="row">
<div class="col-sm-5"><p><i class="devicon-intellij-plain colored"></i></p></div>
<div class="col-sm-5 offset-sm-2"><p><i class="devicon-git-plain colored"></i></p></div>
</div>
</div>
<div class="col-md-3 offset-md-1">
<h4>Operations</h4>
<div class="row">
<div class="col-sm-5"><p><i class="devicon-amazonwebservices-original colored"></i></p></div>
<div class="col-sm-5 offset-sm-2"><p><i class="devicon-docker-plain colored"></i></p></div>
</div>
</div>
</div>
<p></p>
<h3>Outside of engineering</h3>
<p>One of my latest passion it has been photography. I got my first camera few years ago, a compact Olympus E-M10 Mark II that has accompanied me on any trip or leisure day at home.</p>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/assets/carrousel_photo1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/assets/carrousel_photo2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/assets/carrousel_photo3.png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
</main><!-- Bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>