-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs-personnel-subsystem.html
More file actions
19 lines (18 loc) · 1.18 KB
/
cs-personnel-subsystem.html
File metadata and controls
19 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>CS Personnel Subsystem</title>
<link rel="stylesheet" type="text/css" href="websitestyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="org" id="home">
<div class="content">
<h4 style="background-color: #333333; color: #FFFFFF; padding: 10px; border: 2px solid #333333; text-align: center; margin: 0 auto; width: 80%;">
Tools: Java
</h4>
<h4 style="background-color: #333333; color: #FFFFFF; padding: 10px; border: 2px solid #333333; text-align: center; margin: 0 auto; width: 80%;">Designed an object-oriented-program code which models a scenario of a CS personnel subsystem, encompassing its faculties and their associated members, as well as students enrolled in specific courses, differentiated by their status as graduates or undergraduates.</h4>
</div>
</div>
</body>
</html>