-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspots_work.html
More file actions
133 lines (121 loc) · 5.28 KB
/
spots_work.html
File metadata and controls
133 lines (121 loc) · 5.28 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE HTML>
<!--
Astral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>João Góes</title>
<meta name="description" content="João Góes - InfoSec">
<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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<br>
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="index.html#me" class="icon fa-home"><span>Home</span></a>
<a href="index.html#work" class="icon fa-folder active"><span>Work</span></a>
<a href="index.html#study" class="icon fa-book"><span>Study</span></a>
<a href="index.html#contact" class="icon fa-envelope"><span>Contact</span></a>
<a href="index.html#social" class="icon fa-users"><span>Social Media</span></a>
</nav>
<!-- Main -->
<div id="main">
<style>
a:link {
color: blue;
}
a:visited {
color: green;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
</style>
<!-- Test -->
<article id="work-detailed" class="panel">
<header>
<h2>Want to work with me?</h2>
</header>
<p>
I'm actually the funniest person you'll ever know with the worse jokes you will ever hear, probably the most meritocratic person you will ever work with and definetely the most curious person you will meet. Join me to help me to change the world for the better.<br>
Every and each job described below appreciates almost fundamentally the most important thing on Earth that gives you purpose: culture. The culture we communize mainly prioritizes: <strong>intelligence, integrity</strong> and <strong>energy</strong>. If you want to read and watch more about that, please check out the links on <a href="https://pastebin.com/raw/Pf5tiCuD">this list</a>.
</p>
<p><strong>Job title:</strong> Personal Assistant<br>
<font size="4">
<i>General Info:</i><br>
- 10h/day of personal accompaniment<br>
- Will learn the basics of Programming, Information Security and Economics<br>
- Will manage projects, teams and agendas<br>
- Will participate of meetings with partners<br>
- Opportunities for travels (including international travels)<br>
- Will receive reimbursement per utility course made every 6 months<br>
- Relaxed and fun environment (I swear! haha)<br>
<i>Requeriments:</i><br>
- Minimum high school graduation<br>
- Integral availability for the job<br>
- Dedication and integrity<br>
<i>Differential:</i><br>
- Own a car (gas/maintance/CNH renewal paid by the employer)<br>
- Have been psychologically tested on WAIS/Stanford-Binet or similar<br>
- Have been acted with leadership in projects or organizations<br>
- Have good interpersonal skills<br>
<b>Send curriculum + presentation letter to <a href="mailto:joao@rootsec.net">joao *at* rootsec *dot* net</a>. Or get in <a href="index.html#contact">contact</a> with me.</b>
</font>
</p>
<p><strong>Job title:</strong> Nutritionist<br>
<font size="4">
<i>General Info:</i><br>
- Consultations and virtual monitoring (system connected to Samsung Health Check and Apple Health)<br>
<i>Requeriments:</i><br>
- Superior education in the area<br>
<i>Differential:</i><br>
- Other graduations<br>
- Experience with research<br>
<b>Send curriculum + presentation letter to <a href="mailto:joao@rootsec.net">joao *at* rootsec *dot* net</a>. Or get in <a href="index.html#contact">contact</a> with me.</b>
</font>
</p>
<p><strong>Job title:</strong> [Root Security] Software Engineer - Back-end Developer<br>
Nothing yet.
</p>
<p><strong>Job title:</strong> [Pagar.me] DevOpsSec - Security Team<br>
Nothing yet.
</p>
<p><strong>Job title:</strong> [Stone] Commercial Consultant - Comercial Expansão<br>
Nothing yet.
</p>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="copyright">
<li>© João Góes.</li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.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>