-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (79 loc) · 3.72 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Yoanribeiro Personal Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="#" class="image avatar"><img src="images/avatar.jpg" alt="Yoanribeiro" /></a>
<h1><strong>I am Yoan Ribeiro</strong>, <br />
Software Engineer & Aspiring Coach<br />
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>Full-time learner and never-ending will to change the World.</h2>
</header>
<p>I am a recent graduated master student in Software Engineering at University of Minho. I am looking forward to work in a creative environment which will enable me and my fellow co-workers to keep learning, and, at the same time upgrade our company.</p>
<p>In a near future, I want to be able to build my own business which, hopefully, will bring something good to society. Until then, I still have much to learn and to do so I want to work for companies that are able to keep a healthy and creative environment between the workers and the administration.</p>
<h3>Strengths</h3>
<ul>
<li>Functional Programming/Object Oriented Programming/Imperative Programming</li>
<li>Formal Methods and Distributed Systems</li>
<li>Strong growing mindset</li>
<li>Interests in design, marketing, entrepreneurship, activism, life coaching and others</li>
</ul>
<h3>Languages</h3>
<p>Portuguese, French and English</p>
<!-- Two -->
<section id="two">
<h2>Recent Work</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/captaintower.jpg" class="image fit thumb"><img src="images/thumbs/captaintower.jpg" alt="captaintower" /></a>
<h3><a href="http://captaintower.com">Captain Tower Homepage</a></h3>
<p>Future platforme for Property Managers</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">Full Portfolio</a></li>
</ul>
</section>
<!-- Three -->
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/Yoanribeiro" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/Yoanribeiro" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://fr.linkedin.com/in/yoanribeiro" class="icon fa-linkedin"><span class="label"></a></li>
<li><a href="https://medium.com/@Yoanribeiro" class="icon fa-medium"><span class="label"></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Yoanribeiro</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>