-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (200 loc) · 8.38 KB
/
index.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
201
202
203
204
205
206
207
208
209
<!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">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="sidebar">
<section class="title">
<img class="icon" src="imgs/dashboardLogo.svg" alt="Dashboard Logo" id="dashboard-logo">
<h1 class="title">Dashboard</h1>
</section>
<section class="main-links">
<img class="icon" src="icons/homeIcon.svg" alt="Home icon">
<a href="index.html">Home</a>
<img class="icon" src="icons/profileIcon.svg" alt="Profile icon">
<a>Profile</a>
<img class="icon" src="icons/messagesIcon.svg" alt="Messages icon">
<a>Messages</a>
<img class="icon" src="icons/historyIcon.svg" alt="History icon">
<a>History</a>
<img class="icon" src="icons/tasksIcon.svg" alt="Tasks icon">
<a>Tasks</a>
<img class="icon" src="icons/communitiesIcon.svg" alt="Communities icon">
<a>Communities</a>
</section>
<section class="further-links">
<img class="icon" src="icons/settingsIcon.svg" alt="Settings icon">
<a>Settings</a>
<img class="icon" src="icons/supportIcon.svg" alt="Support icon">
<a>Support</a>
<img class="icon" src="icons/privacyIcon.svg" alt="Privacy icon">
<a>Privacy</a>
</section>
</nav>
<header class="header">
<div class="top-row">
<input type="text">
<img class="icon" id="search-icon" src="icons/searchIcon.svg" alt="Search icon">
<img class="icon" src="icons/notificationsIcon.svg" alt="Notifications icon">
<img class="profile-picture" src="imgs/gooseConfusion.jpg" alt="Profile picture">
<h2 class="legalName">Yournay Mheer</h2>
</div>
<div class="bottom-row">
<img class="profile-picture" src="imgs/gooseConfusion.jpg" alt="Profile picture">
<div class="welcome-message-container">
<h3 class="welcome-message-start">Hi there,</h3>
<h1 class="legalName">
Yournay Mheer <span class="username">(@yournay)</span>
</h1>
</div>
<button>New</button>
<button>Upload</button>
<button>Share</button>
</div>
</header>
<main class="main-content">
<section class="projects">
<h2 class="title">Your Projects</h2>
<div class="projects-container">
<div class="dummy-project">
<h2 class="project-title">WheatsApp</h2>
<p class="project-description">
Hurry up! Let's do the Secret Santa Party in November.
The client said that he just wants a website to generate data, nothing more.
</p>
<div class="project-actions">
<img class="icon" src="icons/favouriteIcon.svg" alt="'Add to Favourites' icon">
<img class="icon" src="icons/watchIcon.svg" alt="'Watch Project' icon">
<img class="icon" src="icons/shareIcon.svg" alt="'Share Project' icon">
</div>
</div>
<div class="dummy-project">
<h2 class="project-title">Know your Pork</h2>
<p class="project-description">
The most important part of the workday is lunchtime.
I don't see your task in Jira so that means you didn't work in this sprint.
</p>
<div class="project-actions">
<img class="icon" src="icons/favouriteIcon.svg" alt="'Add to Favourites' icon">
<img class="icon" src="icons/watchIcon.svg" alt="'Watch Project' icon">
<img class="icon" src="icons/shareIcon.svg" alt="'Share Project' icon">
</div>
</div>
<div class="dummy-project">
<h2 class="project-title">Beef Simulator</h2>
<p class="project-description">
Dropping the production database is the
best coffee in the morning. Also, if you don't have a backup
it will work well. We want a backup, it in no way is going down!
</p>
<div class="project-actions">
<img class="icon" src="icons/favouriteIcon.svg" alt="'Add to Favourites' icon">
<img class="icon" src="icons/watchIcon.svg" alt="'Watch Project' icon">
<img class="icon" src="icons/shareIcon.svg" alt="'Share Project' icon">
</div>
</div>
<div class="dummy-project">
<h2 class="project-title">Business Meats</h2>
<p class="project-description">
We will give you a slice of pizza if you finish the
code until yesterday. Make it pop; remember, the entirety is equal or better.
</p>
<div class="project-actions">
<img class="icon" src="icons/favouriteIcon.svg" alt="'Add to Favourites' icon">
<img class="icon" src="icons/watchIcon.svg" alt="'Watch Project' icon">
<img class="icon" src="icons/shareIcon.svg" alt="'Share Project' icon">
</div>
</div>
<div class="dummy-project">
<h2 class="project-title">Project: Gravy</h2>
<p class="project-description">
And after that, we will do a Knowledge Share to be
sure that everyone understands. We appreciate your great effort, but you
must follow the rules.
</p>
<div class="project-actions">
<img class="icon" src="icons/favouriteIcon.svg" alt="'Add to Favourites' icon">
<img class="icon" src="icons/watchIcon.svg" alt="'Watch Project' icon">
<img class="icon" src="icons/shareIcon.svg" alt="'Share Project' icon">
</div>
</div>
<div class="dummy-project">
<h2 class="project-title">Automated Roasting Strategies</h2>
<p class="project-description">
Yes, you can store the passwords in a sticky note on
your screen, because nobody knows your password. We will update the data
that we receive from you.
</p>
<div class="project-actions">
<img class="icon" src="icons/favouriteIcon.svg" alt="'Add to Favourites' icon">
<img class="icon" src="icons/watchIcon.svg" alt="'Watch Project' icon">
<img class="icon" src="icons/shareIcon.svg" alt="'Share Project' icon">
</div>
</div>
</div>
</section>
<section class="announcements">
<h2 class="title">Announcements</h2>
<div class="announcements-container">
<div class="dummy-announcement">
<h3 class="announcement-title">
Practitioner Liaisons
</h3>
<p class="announcement description">
It's urgent, but we don't have time in the next two years to test it, but
we must prioritize it.
</p>
</div>
<div class="dummy-announcement">
<h3 class="announcement-title">
Strategy management
</h3>
<p class="announcement description">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
It is regarded as the industry standard.
</p>
</div>
<div class="dummy-announcement">
<h3 class="announcement-title">
Robust dichotomy measures
</h3>
<p class="announcement description">
An unknown printer took a galley of type and scrambled it to make a type
specimen book.
</p>
</div>
</div>
</section>
<section class="trending">
<h2 class="title">Trending</h2>
<div class="trending-container">
<div class="dummy-user">
<img src="imgs/bananaDuck.jpg" alt="Dummy profile picture">
<h3 class="username">@user</h3>
<p class="user-description">Human being</p>
</div>
<div class="dummy-user">
<img src="imgs/catChubby.jpg" alt="Dummy profile picture">
<h3 class="username">@beanMan</h3>
<p class="user-description">Yo</p>
</div>
<div class="dummy-user">
<img src="imgs/techwearDog.jpg" alt="Dummy profile picture">
<h3 class="username">@ruser</h3>
<p class="user-description">A Being</p>
</div>
<div class="dummy-user">
<img src="imgs/platypus.jpg" alt="Dummy profile picture">
<h3 class="username">@broZone</h3>
<p class="user-description">Brogrammer</p>
</div>
</div>
</section>
</main>
</body>
</html>