2022-10-06 23:23:56 +01:00
<?xml version="1.0"?>
<!DOCTYPE html>
< HTML lang = "en" >
< HEAD >
< META http-equiv = "Content-type" content = "text/html;charset=UTF-8" / >
< TITLE > B-10 HR Department - Porto Space Team< / TITLE >
< LINK rel = "stylesheet" href = "https://diogo.site/assets/css/main.css" type = "text/css" / >
< LINK rel = "stylesheet" href = "/style.css" type = "text/css" / >
< LINK rel = "shortcut icon" href = "about:blank" / >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" / >
< META name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=yes" / >
2022-10-07 23:43:31 +01:00
2022-10-06 23:23:56 +01:00
< / HEAD >
< BODY >
< HEADER >
< DIV id = "header-content" >
< H1 > B-10 HR Department - Porto Space Team< / H1 >
< NAV >
< UL >
< LI > < A href = "/" > Back< / A > < / LI >
< LI > < A href = "" > Staff< / A > < / LI >
< LI > < A href = "https://docs.google.com/spreadsheets/d/1ZWNEMillDsazFKvDcpFJw7AXnhd0d832PTYg6xVqTRE/edit?usp=sharing" > Availability< / A >
< / LI >
< LI > < A href = "https://blog.diogo.site/2022-08-12-rocket" > Situation Report< / A > < / LI >
< LI > < A href = "https://drive.google.com/drive/folders/13IT6hPvnLLfGPnsecII5t-82X5qM5up0" > Drive< / A > < / LI >
< LI > < A href = "https://codeberg.org/portospaceteam" > Codeberg< / A > < / LI >
< LI > < A href = "new-member-orientation.html" > New Members< / A > < / LI >
< / UL >
< / NAV >
< / DIV >
< / HEADER >
< HR / >
< MAIN >
< SECTION >
< H2 > Staff Members < / H2 >
< a href = "/add_member.php?department=B-10" id = "AddMember" >
< span class = "material-symbols-outlined" >
add
< / span >
< span > Add Member< / span >
< / a >
< UL id = "staffList" >
2022-10-07 23:43:31 +01:00
< li > < a href = "members/Afonso" > Afonso< / a > < / li > < / UL >
2022-10-06 23:23:56 +01:00
< / SECTION >
< / MAIN >
< HR / >
< FOOTER >
< P > < SMALL > This website's source code is < A href = "https://codeberg.org/portospaceteam/E-42" > hosted here< / A > .< / SMALL >
< / P >
< P > < SMALL > Unless stated otherwise, you can assume < A href = "https://creativecommons.org/licenses/by-sa/4.0/" > Attribution-ShareAlike 4.0 International (CC BY-SA
4.0)< / A > .< / SMALL > < / P >
< / FOOTER >
< / BODY >
< / HTML >