E-42/index.html

114 lines
3.8 KiB
HTML
Raw Normal View History

2022-08-13 02:19:26 +01:00
<!DOCTYPE html>
<HTML lang="en">
2022-09-22 16:04:31 +01:00
<HEAD>
<META http-equiv="Content-type" content="text/html;charset=UTF-8" />
2022-10-03 20:43:27 +01:00
<TITLE>Porto Space Team</TITLE>
2022-09-22 16:04:31 +01:00
<LINK rel="stylesheet" href="https://diogo.site/assets/css/main.css" type="text/css">
<LINK rel="shortcut icon" href="about:blank">
<META name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
</HEAD>
2022-10-03 20:43:27 +01:00
2022-09-22 16:04:31 +01:00
<BODY>
2022-10-03 20:43:27 +01:00
<style>
#header-content{
text-align: center;
position: relative;
}
</style>
<header>
<DIV id="header-content">
<H1><a href="/">Porto Space Team</a></H1>
<NAV>
<UL>
<LI><A href="#Business">Business</A></LI>
<LI><A href="#ProjectManagement">Project Management</A></LI>
<LI><A href="#QSS">Quality, Safety and Sustainability</A></LI>
<LI><A href="#Engineering">Engineering</A></LI>
</UL>
</NAV>
</DIV>
</header>
2022-09-22 16:04:31 +01:00
<HR>
<MAIN>
<SECTION>
2022-10-03 20:43:27 +01:00
<H2>Departments</H2>
<article id = "Business">
<h3>Business</h3>
<ul>
<li><a href="/B-10/"> B-10: HR Department </a></li>
<li><a href="/B-20/"> B-20: Sponsor Department</a></li>
<li><a href="/B-30/"> B-30: Logistics & Events Department</a></li>
<li><a href="/B-40/"> B-40: Marketing Department</a></li>
<li><a href="/B-50/"> B-50: Financial Department</a></li>
<li><a href="/B-60/"> B-60: Legal Department</a></li>
<li><a href="/B-70/"> B-70: Consulting Department</a></li>
2022-10-03 20:43:27 +01:00
</ul>
</article>
<article id = "ProjectManagement">
<h3>Project Management</h3>
<ul>
<li><a href="/M-10/"> M-10: Project Management Planning & Implementation </a></li>
<li><a href="/M-20/"> M-20: Information Management Department </a></li>
<li><a href="/M-30/"> M-30: Costs Department </a></li>
<li><a href="/M-40/"> M-40: Risk Management Department </a></li>
2022-10-03 20:43:27 +01:00
</ul>
</article>
<article id = "QSS">
<h3>Quality, Safety and Sustainability</h3>
<ul>
<li><a href="/Q-10/"> Q-10: Quality Department </a></li>
<li><a href="/Q-20/"> Q-20: Safety Department </a></li>
<li><a href="/Q-30/"> Q-30: Materials & Manufact. Department </a></li>
<li><a href="/Q-40/"> Q-40: Certification Department </a></li>
<li><a href="/Q-50/"> Q-50: Sustainability Department </a></li>
2022-10-03 20:43:27 +01:00
</ul>
</article>
<article id = "Engineering">
<h3>Engineering</h3>
<UL>
<LI><A href="/E-10/">E-10 System Engineering Department</A></LI>
<LI><A href="/E-20/">E-20 Electrical Engineering Department</A></LI>
<LI><A href="/E-30/">E-30 Mechanical Engineering Department</A></LI>
<LI><A href="/E-42/">E-42 Software Engineering Department</A></LI>
<LI><A href="/E-50/">E-50 Control Engineering Department</A></LI>
<LI><A href="/E-60/">E-60 Ground Engineering Department</A></LI>
</UL>
</article>
2022-09-22 16:04:31 +01:00
</SECTION>
</MAIN>
<HR>
2022-08-13 02:19:26 +01:00
2022-09-22 16:04:31 +01:00
<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>
2022-08-13 02:19:26 +01:00
2022-09-22 16:04:31 +01:00
</BODY>
2022-08-13 02:19:26 +01:00
2022-09-22 16:04:31 +01:00
</HTML>