forked from webdevelopmentteam1401/HW1-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navbar.html
214 lines (196 loc) · 9.23 KB
/
navbar.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
210
211
212
213
214
<!doctype html>
<html lang="fa" dir="rtl">
<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>بیلیکو، برای سفر خود برنامهریزی کنید!</title>
<link rel="icon" type="image/x-icon" href="assets/images/logo.png">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/component.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');
</style>
</head>
<body class="flex-body-column-direction">
<!--Navbar goes here-->
<div>
<nav class="top-bar topbar-responsive">
<div class="top-bar-title">
<a class="topbar-responsive-logo" href="#">
<div style="display: flex; align-items: center">
<img
src="assets/images/logo.png"
style="margin-left: 1rem; width: 50px; height: 50px"
alt="logo"/>
</div>
<h1 class="primary typography-h4-500"
style="display: flex; flex-direction: column; align-self: center; color: #1FABE0; margin: 0">
بیلیکو
</h1>
</a>
</div>
<div class="topbar-menu-container">
<!-- create a button with 3 line icon which is displayed in small screens-->
<button type="button" class="topbar-breadcrumb"
>
<i class="fa-solid fa-bars fa-2x"></i>
</button>
<div class="topbar-menu-icon">
<a
class="text-center text-secondary text-justify m-0"
href="logIn.html"
>
<i class="fa fa-question fa-2x icon-align" aria-hidden="true"></i>
<i>
تماس با پشتیبانی
</i>
</a>
</div>
<div class="topbar-menu-icon">
<a
class="text-center text-secondary text-justify m-0"
href="logIn.html"
>
<i class="fa fa-sign-in fa-2x icon-align" aria-hidden="true"></i>
<i>
ورود یا ثبتنام
</i>
</a>
</div>
<div class="topbar-menu-icon">
<a
type="button"
class="text-center text-secondary text-justify m-0"
data-toggle="dashboard"
onclick="blurMainPageContent()"
>
<i class="fa fa-user fa-2x icon-align" aria-hidden="true"></i>
<i>
داشبورد
</i>
</a>
<div class="dashboard-container" data-position="bottom"
data-alignment="left" id="dashboard" data-dropdown data-auto-focus="true">
<div class="hero">
<h4>
حسین گلی
</h4>
<p class="typography-h6-600">
تهران | 09123456789
</p>
</div>
<div>
<div class="trips-plan">
<h5 class="typography-h4-600 text-primary mb-0" style="margin-right: 0.4rem">
سفرهای در پیشرو
</h5>
<div class="grid-x text-center" style=" margin-left: 0.5rem; margin-right: 0.5rem;">
<div class="cell small-2">
<p class="typography-h6-600 text-secondary">
<i class="fa fa-plane" aria-hidden="true"></i>
مبدا
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 text-secondary">
<i class="fa fa-plane fa-rotate-180" aria-hidden="true"></i>
مقصد
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 text-secondary">
<i class="fa fa-calendar" aria-hidden="true"></i>
تاریخ
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 text-secondary">
<i class="fa-solid fa-clock"></i>
ساعت
</p>
</div>
</div>
<!-- first trip -->
<div class="grid-x text-center trips-container">
<div class="cell small-2">
<p class="typography-h6-600 m-0">
تهران
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 m-0">
اصفهان
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 m-0">
۱۳۹۹/۰۱/۰۱
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 m-0">
۱۲:۰۰ صبح
</p>
</div>
<div class="cell small-1 icon-container">
<a>
<i class="fa fa-eye" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- second trip -->
<div class="grid-x text-center trips-container">
<div class="cell small-2">
<p class="typography-h6-600 m-0">
مشهد
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 m-0">
تهران
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 m-0">
۱۳۹۹/۰۱/۰۱
</p>
</div>
<div class="cell small-3">
<p class="typography-h6-600 m-0">
۹:۰۰ شب
</p>
</div>
<div class="cell small-1 icon-container">
<a>
<i class="fa fa-eye" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="dashboard-footer">
<button class="text-primary-bold">
<i class="fa fa-sign-out" aria-hidden="true"></i>
خروج
</button>
<button class="text-primary">
<i class="fa fa-cog" aria-hidden="true"></i>
ویرایش پروفایل
</button>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
<!--included scripts-->
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/what-input/dist/what-input.js"></script>
<script src="node_modules/foundation-sites/dist/js/foundation.js"></script>
<script src="app.js"></script>
<script src="forms.js"></script>
<script src="scripts/overlayEffect.js"></script>
</body>
</html>