-
Notifications
You must be signed in to change notification settings - Fork 0
/
Files.html
182 lines (179 loc) · 8.32 KB
/
Files.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
<!DOCTYPE html>
<html lang="en">
<head>
<section>
<div>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="./style/all.min.css">
<!-- main style sheet -->
<link
href="https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,500&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Ubuntu:wght@300;400;500;700&display=swap"
rel="stylesheet">
<!-- normalize style sheet -->
<link rel="stylesheet" href="./style/normalize.css">
<!-- framework style sheet -->
<link rel="stylesheet" href="./style/framework.css">
<!-- font awosom icon -->
<link rel="stylesheet" href="./style/main.css">
<title>Settings</title>
<!-- <script lang="JavaScript">
window.alert("اهلا يخوي")
</script> -->
<title>Files</title>
</div>
</section>
</head>
<body>
<div class="page d-flex bg-wheat">
<div class="sidebar bg-white p-20 p-relative">
<h3 class="p-relative m-t text-center">AShraf</h3>
<ul>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="./index.html">
<i class="fa-solid fa-chart-bar fa-fw"></i>
<span class="hide-mobile">Home</span>
</a>
</li>
<li>
<a class=" d-flex align-center fs-14 c-black rad-6 p-10" href="./Settings.html">
<i class="fa-solid fa-gear fa-fw"></i>
<span class="hide-mobile">Settings</span>
</a>
</li>
<li>
<a class=" d-flex align-center fs-14 c-black rad-6 p-10" href="./profile.html">
<i class="fa-solid fa-user fa-fw"></i>
<span class="hide-mobile">Profile</span>
</a>
</li>
<li>
<a class=" d-flex align-center fs-14 c-black rad-6 p-10" href="./Projects.html">
<i class="fa-solid fa-diagram-project fa-fw"></i>
<span class="hide-mobile">Projects</span>
</a>
</li>
<li>
<a class=" d-flex align-center fs-14 c-black rad-6 p-10" href="./Courses.html">
<i class="fa-solid fa-graduation-cap fa-fw"></i>
<span class="hide-mobile">Courses</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="./Friends.html">
<i class="fa-solid fa-users fa-fw"></i>
<span class="hide-mobile">Friends</span>
</a>
</li>
<li>
<a class="active d-flex align-center fs-14 c-black rad-6 p-10" href="./files.html">
<i class="fa-solid fa-file fa-fw"></i>
<span class="hide-mobile">Files</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="./Plans.html">
<i class="fa-solid fa-ruler-horizontal fa-fw"></i>
<span class="hide-mobile">Plans</span>
</a>
</li>
</ul>
</div>
<!-- end sidebar -->
<div class="content w-full">
<!-- head -->
<div class="head bg-white p-15 between-flex">
<div class="search p-relative">
<input class="p-10" type="search" placeholder="type a kayword">
</div>
<div class="icons d-flex align-center">
<span class="notfcation p-relative mt-5">
<i class="fa-solid fa-bell fa-lg"></i>
</span>
<img src="./image/avatar.png" alt="">
</div>
</div>
<!-- end head -->
<h1 class="p-relative c-white">Files</h1>
<div class="Files d-grid m-20 gap-20">
<div class="file bg-white rad-6 p-relative">
<i class="i-download fa-solid fa-download gray-color"></i>
<div class="info">
<img src="./image/pdf.svg" alt="">
<h4>my-file.pdf</h4>
</div>
<p class="gray-color mt-20">AShraf</p>
<div class="data gray-color fs-14 between-flex pt-15 mt-10 mr-10 mb-10 ml-10">
<span>20/06/2020</span>
<span>5.5MB</span>
</div>
</div>
<div class="file bg-white rad-6 p-relative">
<i class="i-download fa-solid fa-download gray-color"></i>
<div class="info">
<img src="./image/avi.svg" alt="">
<h4>my-file.avg</h4>
</div>
<p class="gray-color mt-20">Ahmed</p>
<div class="data gray-color fs-14 between-flex pt-15 mt-10 mr-10 mb-10 ml-10">
<span>20/06/2023</span>
<span>5.5MB</span>
</div>
</div>
<div class="file bg-white rad-6 p-relative">
<i class="i-download fa-solid fa-download gray-color"></i>
<div class="info">
<img src="./image/dll.svg" alt="">
<h4>my-file.dll</h4>
</div>
<p class="gray-color mt-20">Ali</p>
<div class="data gray-color fs-14 between-flex pt-15 mt-10 mr-10 mb-10 ml-10">
<span>2/03/2020</span>
<span>5.5MB</span>
</div>
</div>
<div class="file bg-white rad-6 p-relative">
<i class="i-download fa-solid fa-download gray-color"></i>
<div class="info">
<img src="./image/eps.svg" alt="">
<h4>my-file.eps</h4>
</div>
<p class="gray-color mt-20">Omar</p>
<div class="data gray-color fs-14 between-flex pt-15 mt-10 mr-10 mb-10 ml-10">
<span>21/06/2012</span>
<span>1.5MB</span>
</div>
</div>
<div class="file bg-white rad-6 p-relative">
<i class="i-download fa-solid fa-download gray-color"></i>
<div class="info">
<img src="./image/psd.svg" alt="">
<h4>my-file.psd</h4>
</div>
<p class="gray-color mt-20">Soso</p>
<div class="data gray-color fs-14 between-flex pt-15 mt-10 mr-10 mb-10 ml-10">
<span>20/5/2022</span>
<span>10.5MB</span>
</div>
</div>
<div class="file bg-white rad-6 p-relative">
<i class="i-download fa-solid fa-download gray-color"></i>
<div class="info">
<img src="./image/zip.svg" alt="">
<h4>my-file.zip</h4>
</div>
<p class="gray-color mt-20">Nono</p>
<div class="data gray-color fs-14 between-flex pt-15 mt-10 mr-10 mb-10 ml-10">
<span>1/9/2020</span>
<span>6.1MB</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>