-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
250 lines (224 loc) · 12.3 KB
/
index.html
File metadata and controls
250 lines (224 loc) · 12.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paulo Medeiros</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="canvasContainer">
<canvas class="canvas"></canvas>
<div class="canvasBox">
<div class="canvasTextName">Paulo Medeiros</div>
<div class="canvasTextJob">Software and Automation Developer</div>
<br>
<div class="buttonContainer"><a href="contact.html"><button class="canvasContactButton">Contact</button></a></div>
</div>
</div>
<nav id="nav">
<div class="navWrapper">
<ul class="navMenuItems">
<a href="index.html"><li class="currentPage">Home</li></a>
<a href="projects.html"><li class="hover1">Projects</li></a>
<!-- <a href="about.html"><li class="hover1">About</li></a> -->
<a href="contact.html"><li class="hover1">Contact</li></a>
</ul>
<ul class="languageMenu">
<a><li class="currentLanguage">EN</li></a>
<a href="../pt/index-pt.html"><li>PT</li></a>
</ul>
<button id="btn-ham" class="buttonHam">
<span class="ham"></span>
</button>
</div>
<div class="colorBar"></div>
</nav>
<div class="content">
<div class="homeSectionContainerIndex">
<div class="homeSection scroll">
<div class="homeSectionIntro">
<h1>Who am I?</h1>
<p>Experienced developer specializing in the design, prototyping, testing, and maintenance of robotic solutions using
Power Automate and UiPath. Skilled in leveraging Microsoft's Power Platform to create innovative and efficient
solutions that enhance business productivity and streamline automation processes. Proven ability to collaborate with
stakeholders to gather requirements, provide insights, and ensure that developed solutions are aligned with business
objectives. If you want to know more about me, feel free to check my CV.</p> <br>
<div class="buttonContainer"><a href="docs/cv-medpaf-en.pdf" target="_blank" class="highSec2Link highSec2"><button class="githubRepoButton">Check CV</button></a></div>
</div>
<div class="homeSectionSkills">
<h1>Technologies I've worked with</h1>
<div class="skillsTable">
<ul>
<div class="skillCategoryContainer">
<li>Programming Languages</li>
<ul>
<div class="skillItemContainer">
<li>Python</li>
<li>.NET</li>
<li>Bash</li>
</div>
</ul>
</div>
<div class="skillCategoryContainer">
<li>Front-end</li>
<ul>
<div class="skillItemContainer">
<li>HTML</li>
<li>CSS</li>
</div>
</ul>
</div>
<div class="skillCategoryContainer">
<li>DBMS</li>
<ul>
<div class="skillItemContainer">
<li>MySQL</li>
</div>
</ul>
</div>
<div class="skillCategoryContainer">
<li>Tools</li>
<ul>
<div class="skillItemContainer">
<li>UiPath</li>
<li>Power Automate</li>
<li>Power Apps</li>
<li>Power Platform</li>
<li>Git</li>
<li>Docker</li>
<li>VMs</li>
</div>
</ul>
</div>
<div class="skillCategoryContainer">
<li>IT</li>
<ul>
<div class="skillItemContainer">
<li>RPA</li>
<li>Software Development</li>
<li>API Testing</li>
</div>
</ul>
</div>
<div class="skillCategoryContainer">
<li>Operating Systems</li>
<ul>
<div class="skillItemContainer">
<li>Linux</li>
<li>Windows</li>
</div>
</ul>
</div>
</ul>
</div>
</div>
</div>
</div>
<div class="projectsSectionContainerIndex">
<div class="projectsSection scroll2">
<h1>Projects</h1>
<p>Here is a small selection of projects I've worked in. Visit my <a href="projects.html" class="highSec2Link">projects</a> page to see more.</p>
<main class="projectBoxesContainer">
<div class="projectBoxIndex">
<div class="projectBoxTopContainer">
<h2>Hawk</h2>
<p class="highSec2">2021</p>
<br>
<p>Python tool developed to perform recon and offensive-security tasks. This project is a CLI program intended to be used on Linux systems.</p>
<br>
<p>Apart from SYN, UDP, ACK, TCP and complete scans, it also supports network administration and troubleshooting utilities such as interface configuration, DNS checks, ping and traceroute. Other features include exploits, vulnerability reconnaissance, subdomain enumeration, packet sniffing, IP spoofing, MAC spoofing and others.<p>
<br>
<p>This project is licensed under the MIT License.</p>
<br>
</div>
<div class="projectBoxBottomContainer">
<div><a href="https://github.com/medpaf/medsec" target="_blank"><button class="githubRepoButton">GitHub repository</button></a></div>
<br>
<p>Technologies</p>
<ul class="techList">
<li>Python</li>
<li>Nmap</li>
<li>Socket</li>
<li>Scapy</li>
<li>Linux</li>
</ul>
</div>
</div>
<div class="projectBoxIndex">
<div class="projectBoxTopContainer">
<h2>Face mask detection system</h2>
<p class="highSec2">2021</p>
<br>
<p>Computer vision and machine learning application implemented in Python to detect masks in one or more faces.</p>
<br>
<p>Supports detection on static images and webcam video streams. Libraries such as TensorFlow, Keras and OpenCV were used in this project.</p>
<br>
<p>This project is licensed under the MIT License.</p>
<br>
</div>
<div class="projectBoxBottomContainer">
<div><a href="https://github.com/medpaf/face-mask-detector" target="_blank"><button class="githubRepoButton">GitHub repository</button></a></div>
<br>
<p>Technologies</p>
<div class="techListContainer">
<ul class="techList">
<li>Python</li>
<li>TensorFlow</li>
<li>Keras</li>
<li>OpenCV</li>
</ul>
</div>
</div>
</div>
<div class="projectBoxIndex">
<div class="projectBoxTopContainer">
<h2>CBIR system</h2>
<p class="highSec2">2020</p>
<br>
<p>Image processing and computer vision application developed in Python and with OpenCV implemented. This content-based image retrieval system uses the histogram of each image as descriptor.</p>
<br>
</div>
<div class="projectBoxBottomContainer">
<div><a href="https://github.com/medpaf/cbir" target="_blank"><button class="githubRepoButton">GitHub repository</button></a></div>
<br>
<p>Technologies</p>
<ul class="techList">
<li>Python</li>
<li>OpenCV</li>
</ul>
</div>
</div>
</main>
</div>
</div>
<div class="contactSectionContainerIndex">
<div class="contactSection scroll3">
<div class="contactSectionContent">
<h1>Contact</h1>
<p>Have a request or question? Feel free to contact and I'll get to you as soon as possible.</p>
<br>
<p>You can also connect with me on <a href="https://www.github.com/medpaf" class="highSec2Link" target="_blank">GitHub</a> or <a href="https://www.linkedin.com/in/medpaf/" class="highSec2Link" target="_blank">LinkedIn</a>.</p>
<div class="contactForm">
<form action="https://formspree.io/f/mayaedkn" method="POST">
<input class="formName" placeholder="Name" type="text" required name="Sender" />
<input class="formEmail" placeholder="Email" type="email" required name="Reply to"/>
<input class="formSubject" placeholder="Subject" type="text" required name="Subject"/>
<textarea placeholder="Message" name="Message" required></textarea>
<input class="formButton" type="submit" value="Submit" />
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
Paulo Medeiros Ⓒ. All Rights Reserved
</div>
<script src="js/canvas.js"></script>
<script src="js/ham.js"></script>
<script src="js/scroll.js"></script>
</body>
</html>