-
Notifications
You must be signed in to change notification settings - Fork 0
/
command_page.html
146 lines (139 loc) · 6.79 KB
/
command_page.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
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
<!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">
<link rel="stylesheet" href="styles/style-personal.css">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a0bf81953e.js" crossorigin="anonymous"></script>
<title>Command page</title>
<script src='script/trel.js'></script>
</head>
<body>
<div class="row">
<div class = "col-1">
<div class="d-flex flex-column bg-light our-sidebar" style="width: 4rem;">
<ul class="nav nav-pills nav-flush flex-column mb-auto text-center">
<li>
<a href="main.html" class="nav-link py-3 border-bottom" title="" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-original-title="Home">
<i class="fas fa-home"></i>
</a>
</li>
<li>
<a href="searching_team.html" class="nav-link py-3 border-bottom" title="" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-original-title="Dashboard">
<i class="fas fa-search"></i>
</a>
</li>
<li>
<a href="personal.html" class="nav-link py-3 border-bottom" title="" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-original-title="Orders">
<i class="fas fa-user-alt"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-7">
<div class = "heading-deadline">
<h1>Your team: SpaceX mini-project</h1>
</div>
<div class = "row" style="margin-top: 3%;">
<div class = "col-6">
<div class = "next-meeting">
<p class = "text-next-meeting">Next meeting: </p>
<span class = "meet-date">April 17, 2021</span>
<span style="float: right; padding-right: 3%;" class="meet-date">5:00 PM</span>
</div>
</div>
<div class = "col-6">
<div class = "add-task">
<p>Add a task</p>
</div>
<div class = "add-task" style="margin-top: 15px;">
<p>Set a new meeting</p>
</div>
</div>
</div>
<div class = "row">
<div class = "col-6" id='tasks_div'>
<p class = "heading-second">Tasks for today</p>
<button type="button" class="btn btn-outline-dark refresh1" onclick='show_tasks()'>Refresh tasks</button>
<div style="margin-top: 7%;">
<button type="button" class="btn btn-outline-primary refresh" onclick="document.location = `https://discord.gg/BCQgJRsxv3`" style="margin-right: 6px;"><i class="fab fa-discord"></i> Discord</button>
<button type="button" class="btn btn-outline-primary refresh" onclick="document.location = `https://trello.com/b/kapwRjKL/spacex-mini-project`"><i class="fab fa-trello"></i> Trello</button>
</div>
</div>
<div class = "col-6">
<p class = "heading-second">Notes</p>
</div>
</div>
</div>
<div class="col-4">
<div class = "production-rate">
<h4><span style="color: #7EA2D9;">Progress: </span>15%</h4>
</div>
<div class= "profile-box">
<img class="profile-picture" src="images/rocket.jpg" alt="">
<p class = "name-person">SpaceX mini-project</p>
<p class = "date-person">Deadline of all tasks: 05.05.2021</p>
</div>
<div class = "projects">
<p class = "projects-label">Your teammates</p>
</div>
<div class = "team">
<div class="row team-row">
<div class="col-sm-2">
<img src="images/sq-03.jpg" alt="" class = "image-team">
</div>
<div class="col-sm-6">
<p class = "team-name">
Sequoia Deryck
</p>
<p class = "free-space">
Task: <span style = "color: red; font-weight: bold;">In progress</span>
</p>
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-outline-dark join-button">CONNECT</button>
</div>
</div>
<div class="row team-row">
<div class="col-sm-2">
<img src="images/sq-04.jpg" alt="" class = "image-team">
</div>
<div class="col-sm-6">
<p class = "team-name">
Washington Eireann
</p>
<p class = "free-space">
Task: <span style = "color: green; font-weight: bold;">completed</span>
</p>
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-outline-dark join-button">CONNECT</button>
</div>
</div>
<div class="row team-row">
<div class="col-sm-2">
<img src="images/sq-06.jpg" alt="" class = "image-team">
</div>
<div class="col-sm-6">
<p class = "team-name">
Rodge Landen
</p>
<p class = "free-space">
Task: <span style = "color: green; font-weight: bold;">completed</span>
</p>
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-outline-dark join-button">CONNECT</button>
</div>
</div>
</div>
</div>
</div>
</body>
<script src='script/script.js'></script>
</html>