-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdashboard.html
164 lines (155 loc) · 5.23 KB
/
dashboard.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
<!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" />
<link rel="stylesheet" href="./style/dashboard.css" />
<script
src="https://kit.fontawesome.com/714346974b.js"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"
></script>
<title>Dashboard</title>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Loader -->
<!-- <link rel="stylesheet" href="./Style/loaderTornado.css" />
<script src="./Scripts/loaderTornado.js"></script> -->
<!-- Loader End-->
</head>
<body>
<!-- navbar -->
<nav>
<i class="fa-solid fa-bars" id="hamburger"></i>
<div id="nav_right_side">
<div id="brand_name">
<a href="#" class="indexstyle1"
><img
src="./images/logo.jpg"
alt=""
height="100%"
width="100% "
/></a>
</div>
</div>
<div id="nav_left_side">
<div>
<i class="fa-solid fa-video"></i
><span
><a
href="https://mirrormate-server-videocall.onrender.com/"
class="indexstyle"
>Video Call</a
>
</span>
</div>
<div>
<i class="fa-solid fa-video"></i
><span
><a
href="./room.html"
class="indexstyle"
>Screen Share</a
>
</span>
</div>
<div>
<i class="fa-solid fa-message"></i
><span
><a
href="./chat-message-F/index.html"
class="indexstyle"
>Message</a
>
</span>
</div>
<div>
<i class="fa-solid fa-user"></i
><span><a id="name-user" href="#" class="indexstyle"></a> </span>
</div>
</div>
</nav>
<div id="burger">
<div class="burger_inside" id="vc">Video Call</div>
<div class="burger_inside" id="ss">Screen Share</div>
<div class="burger_inside" id="msg">Message</div>
<div class="burger_inside" id="hm">Home</div>
</div>
<br /><br />
<!-- main content -->
<div id="main_dashboard">
<div id="ïmg1">
<img
class="img1_main"
src="https://cdn.dribbble.com/users/2424870/screenshots/9659021/________-1.gif"
alt=""
/>
</div>
<div id="main_img_info">
<a href="https://mirrormate-server-videocall.onrender.com/">
<div class="div_img_info">
<img
class="img_info"
src="https://media-cldnry.s-nbcnews.com/image/upload/t_fit-760w,f_auto,q_auto:best/newscms/2021_19/3474516/210513-waving-goodbye-zoom-main-cs.gif"
alt=""
/>
<p>Video Call</p>
</div>
</a>
<a href="./room.html">
<div class="div_img_info">
<img
class="img_info"
src="https://res.cloudinary.com/mitchlacey/image/upload/dpr_auto,w_900,q_60/v1601741145/Online-Training_t4zhmt.png"
alt=""
/>
<p>Screen Share</p>
</div></a
>
<a href="./chat-message-F/index.html">
<div class="div_img_info">
<img
class="img_info"
src="https://i.pinimg.com/originals/97/56/c2/9756c2a05e2dd85309fe4b3bc5d62357.gif"
alt=""
/>
<p>Message</p>
</div>
</a>
<spam>
<a href="./index.html">
<div class="div_img_info" id="logout">
<img
class="img_info"
src="https://2.bp.blogspot.com/-opW126zLlUA/T80N-X5JU7I/AAAAAAAAAEU/LprSqU44ltQ/s1600/bye.gif"
alt=""
/>
<p>Logout</p>
</div>
</a>
</spam>
</div>
</div>
<footer>
<div class="theend">
<div class="theendcard">
<div class="lastcard">
</div>
<div class="lastcard1">
<img src="https://www.dollargeneral.com/content/experience-fragments/dollargeneral/en/global-footer/master/_jcr_content/root/globalfooter/app-images/image.coreimg.100.300.png/1661990967164/app-store.png" alt="">
<img src="https://www.dollargeneral.com/content/experience-fragments/dollargeneral/en/global-footer/master/_jcr_content/root/globalfooter/app-images/image_205323551.coreimg.100.300.png/1661990917826/google.png" alt="">
</div>
<br>
<br>
<p class="foot1"><b>Privacy | Terms</b> </p>
<p class="foot1"><b> © Copyright 2023. All rights reserved.</b></p>
</div>
<p class="foot1">If you are using a screen reader and are having problems using this website, please call <br> 1-844-462-8299 for assistance.</p>
</div>
</footer>
</body>
</html>