-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssignments.html
51 lines (48 loc) · 2.65 KB
/
Assignments.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Assignments</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body style="background-color: #303030; color: #D3D3D3;">
<div class="container" align=center>
<h1>CS3220 Final</h1><br>
<div class="row">
<div class="col">
<h3> iNuage <small> Final Project </small></h3>
<p><a href="http://cs3.calstatela.edu:8080/cs3220stu108/iNuage" target="_blank" class="btn btn-warning"> Show me </a></p><br><br>
</div>
</div>
<div class="row">
<div class="col">
<div class="card border-warning" style="background-color: #303030; color: #D3D3D3;">
<h5 class="card-header bg-warning" style="color: #303030;"> Group information </h5>
<div class="card-body">
<p><strong> Thomas ALIA</strong><br> [ Register / Login / View File List / Download / Encrypt / Shareable ]</p>
<p><strong> Valérian FAYT</strong><br> [ JSP pages / View File List / Download / Rename Files / Search / Duplicate Checking / Folders ]</p>
<p><strong> Philippe QIAO</strong><br> [ Upload / Rename Files / Remove Files ]</p>
<p><strong> Corentin LEFEVRE-PONTALIS</strong><br> [ Folders ]</p>
</div>
<div class="card-footer" style="color: #FFC107;">
All required features <strong> DONE </strong> - All extra credit features <strong> DONE </strong>
</div>
</div>
</div>
</div><br>
<div class="row">
<div class="col">
<div class="card border-warning" style="background-color: #303030; color: #D3D3D3;">
<h5 class="card-header bg-warning" style="color: #303030;"> Video presentation </h5>
<div class="card-body">
<iframe width="560" height="315" src="https://www.youtube.com/embed/qQiLYzzQmYc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="card-footer" style="color: #FFC107;">
All required features <strong> DONE </strong> - All extra credit features <strong> DONE </strong>
</div>
</div>
</div>
</div>
</div>
</body>
</html>