-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (82 loc) · 3.98 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Luis Lopes</title>
<link rel="stylesheet" href="css/foundation.css">
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h2>Luis Lopes</h2>
<hr />
<p><strong>About Me</strong></p>
<p>
<em>
I´m working at Cision Portugal, currently living in Coimbra, Portugal. My interests are in Open Source Software, innovation, and technology.
My hobbies are mtbiker, video, photography and helping my frends on there project.
</em>
</p>
<p>
<strong>Links about me</strong>
<br>
<em>
—
<a href="https://www.linkedin.com/in/luismcplopes/">LinkedIn</a> —
<a href="https://about.me/lopes ">about.me</a> —
<a href="https://github.com/Luismcplopes">Github</a> —
<a href="https://gitlab.com/luis.mcp.lopes">Gitlab</a> —
<a href="https://hub.docker.com/u/luismcplopes">Docker Hub</a> —
<a href="https://travis-ci.org/Luismcplopes">Travis-CI</a> —
<a href="https://stackoverflow.com/users/8542960/luis-lopes">StackOverflow</a>
—
</em>
</p>
<hr />
<ul class="bulletless">
<li><strong>More projects</strong>
<ul class="bulletless">
<li><a href="https://luismcplopes.github.io/HAProxy/" target="_blank">HAProxy</a></li>
<li><a href="https://luismcplopes.github.io/slack-webhook/" target="_blank">Slack-Webhook</a></li>
<li><a href="https://luismcplopes.github.io/ubuntu-docker-sshd/" target="_blank">Ubuntu In a Docker with SSH</a></li>
<li><a href="https://luismcplopes.github.io/docker-ubuntu/" target="_blank">Ubuntu In a Docker </a></li>
<li><a href="https://luismcplopes.github.io/my-osmc/" target="_blank">My Media Center(NEW)</a></li>
<li><a href="https://luismcplopes.github.io/MyMediaCenter/" target="_blank">My Media Center(old)</a></li>
<li><a href="https://luismcplopes.github.io/e-Learning/" target="_blank">E-Learning Notes</a></li>
<li><a href="https://luismcplopes.github.io/CouchBaseCE-5/" target="_blank">Couchbase Server 5.0.1 Community Edition on Ubuntu 16.4</a></li>
<li><a href="https://luismcplopes.github.io/couchbase-ce-5/" target="_blank">Pre configured Couchbase Server 5.0.1 Community Edition on Ubuntu 16.04</a>
</ul>
</li>
</ul>
</div>
<hr />
<p><strong>Education</strong> <em>(most recent to least recent)</em></p>
<!--
<ul class="bulletless">
<li><strong>MSc, Computer Science</strong> — <em>University of Victoria, 2010</em></li>
<li><strong>BSc, Computer Science</strong> — <em>University of Victoria, 2005</em></li>
<li><strong>Diploma, Computer Information Systems</strong> — <em>Douglas College, 2002</em></li>
</ul>
<hr />
<p><strong>Open Source Contributions</strong> <em>(most recent to least recent)</em></p>
<div>
<ul class="bulletless">
<li><strong>Stash Notifier Plugin</strong>
<ul class="bulletless">
<li><strong>URL</strong> — <em><a href="https://github.com/gruetter/stashNotifier">https://github.com/gruetter/stashNotifier</a></em></li>
<li><strong>Contribution Made</strong>—<em>Identified bug in SSL with self-signed certificate, submitted patch to catch problem
& identifiedworkaround solution which was eventually worked into the main codebase. Contributed minor fixes.<a href="https://github.com/gruetter/stashNotifier/pull/7">https://github.com/gruetter/stashNotifier/pull/7</a></em></li>
<li><strong>Public Recognition</strong>—<em><a href="https://github.com/gruetter/stashNotifier">https://github.com/gruetter/stashNotifier</a></em></li>
</ul>
</li>
</ul>
</div>
</p>
<div>
-->
<hr />
</div>
</div>
</body>
</html>