forked from yuherus/uiux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
26 lines (25 loc) · 1.21 KB
/
Copy pathheader.html
File metadata and controls
26 lines (25 loc) · 1.21 KB
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
<div class="header">
<div class="search-bar">
<div class="logo-section">
<img src="image/Logo_Đại_học_Bách_Khoa_Hà_Nội.svg" alt="University Logo" class="logo">
<div style="display:flex; flex-direction: column; margin-right:16px;">
<span class="workspace">University</span>
<span class="separator">Workspace</span>
</div>
<i class="fa-solid fa-sort sort-icon"></i>
</div>
<div class="search-section">
<input type="text" class="search-input" placeholder="Search for tasks, events ..">
</div>
<div class="notification-section">
<img src="image/notification-badge.svg" alt="Notifications" class="notification-icon">
</div>
</div>
<div class="account-section">
<div style="display:flex; flex-direction: column;">
<span class="account-name">John Carter</span>
<span class="account-settings">Account settings</span>
</div>
<img src="image/user-logo.jpg" alt="Profile Picture" class="profile-picture">
</div>
</div>