-
Notifications
You must be signed in to change notification settings - Fork 3
/
user-us.html
200 lines (197 loc) · 11.8 KB
/
user-us.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Project Manager - Project Name</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="h-full">
<header class="p-3 bg-teal-50 flex justify-between">
<h1 class="sm:text-5xl text-4xl"><a href="index.php">Project Manager</a></h1>
<div class="pr-3 flex">
<a href="user.html" class="p-3 rounded-l-lg border-y border-l">🇬🇧</a>
<a href="user-us.html" class="p-3 bg-slate-300 rounded-r-lg border-y border-r">🇺🇸</a>
</div>
</header>
<main class="p-3">
<div class="flex justify-between mb-3">
<h2 class="text-4xl font-bold mb-2">User name
<a href="project-us.html" class="text-base text-blue-600 hover:underline ms-3">Return to project</a>
</h2>
<div class="flex items-center gap-3">
<h3 class="text-3xl font-bold">user role</h3>
<img class="w-[50px]" src="https://robohash.org/explicaboautodit.png?size=50x50&set=set1" alt="profile pic" />
</div>
</div>
<section class="flex gap-5 flex-nowrap h-[70vh] pb-5 overflow-x-auto">
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">6 hrs / 1 day</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
<div class="shrink-0 w-full sm:w-1/2 lg:w-1/4 h-100">
<div class="overflow-y-auto border rounded p-3 pb-0 h-full">
<h4 class="border-b pb-2 mb-3 text-2xl font-bold">
<a href="project-us.html">Project name</a>
<img
src="http://dummyimage.com/200x200.png/dddddd/000000" alt="client logo"
class="w-[40px] float-right -mt-1">
</h4>
<div class="w-full">
<a class="block border rounded border-red-600 hover:underline mb-3 p-3 bg-red-200 border-red-600 text-2xl" href="task-us.html">
<h3 class="mb-0 text-red-800 font-bold">mattis
<span class="bg-teal-400 px-2 rounded text-white font-bold float-right">30 hrs / 4 days</span>
</h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
<a class="block border rounded border-slate-600 hover:underline mb-3 p-3 bg-slate-300 text-2xl" href="task-us.html">
<h3 class="mb-0 font-bold">curae<span class="badge badge-info float-right"></span></h3>
</a>
</div>
</div>
</div>
</section>
</main>
<div style="right: 0px; top: 150px; height: 300px;" class="fixed">→</div>
<footer class="border-t border-slate-300 mt-3 mx-3 p-3 pt-5">
<p>© Copyright iO Academy 2024</p>
</footer>
</body>
</html>