-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutvrixe.php
More file actions
655 lines (483 loc) · 23.2 KB
/
Copy pathaboutvrixe.php
File metadata and controls
655 lines (483 loc) · 23.2 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
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
<?php
header("Feature-Policy: geolocation 'none'");
error_reporting( error_reporting() & ~E_NOTICE ); //prevent error repr
//do not require user account
$defaultAllowNoUser = true;
require("garage/passport.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Product Tour | About Vrixe</title>
<link rel="manifest" href="manifest.json">
<meta http-equiv="Cache-control: no-transform">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta name="description" content="What is Vrixe, everything you want to know about Vrixe. Co-edit and Plan your Events with friends on Vrixe Mobile">
<meta property="og:image" content="https://vrixe.com/images/vlogie.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/>
<link rel="icon" type="png" href="/images/vogo.png">
<?php
require ("garage/vouchar.php");
require ("garage/versions.php");
echo "<link type='text/css' rel='stylesheet' href='css/makeup.css?$vv'>";
?>
<link href="https://fonts.googleapis.com/css?family=Nunito|Titillium+Web" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
<script>
window.addEventListener("wheel", {passive: true} );
function showdet(){
document.getElementById("details").style.height="1223px";
document.getElementById("showbtn").style.display="none";
document.getElementById("hidebtn").style.display="block";
}
function hidedet(){
document.getElementById("details").style.height="90px";
document.getElementById("hidebtn").style.display="none";
document.getElementById("showbtn").style.display="block";
}
function exp(vall){
var v = vall; var evimg;
document.getElementById("evt").value=v;
var link = 'images/essentials/preview/';
if( v == 'TRIP'){evimg = 'trip.jpeg';}
else if( v == 'HANGOUT'){evimg = 'hang.jpeg';}
else if( v == 'REUNION'){evimg = 'reun.jpeg';}
else if( v == 'EVENT'){evimg = 'even.jpeg';}
else if( v == 'DINNER'){evimg = 'dinn.jpeg';}
else if( v == 'MEETUP'){evimg = 'meet.jpeg';}
else{evimg = 'default.png';}
document.getElementById("dynoimg").src = link + evimg;
var callpc;
var allpc = document.querySelectorAll(".evetname");
for (callpc = 0; callpc < allpc.length; callpc++) {
allpc[callpc].style.backgroundColor="#dcdcdc";
allpc[callpc].style.color="#2b3444";}
document.getElementById(vall).style.backgroundColor="#2a3443";
document.getElementById(vall).style.color="#ffffff";
}
function exphap(hall){
var h = hall; var hap = document.getElementById("hap");
hap.value=h;
var callpcb;
var allpcb = document.querySelectorAll(".leftactbtn");
for (callpcb = 0; callpcb < allpcb.length; callpcb++) {
allpcb[callpcb].style.backgroundColor="#dcdcdc";
allpcb[callpcb].style.color="#2b3444";}
document.getElementById(hall).style.backgroundColor="#2a3443";
document.getElementById(hall).style.color="#ffffff";
}
function exptime(tall){
var t = tall; var time = document.getElementById("time");
time.value=t;
var callpc;
var allpc = document.querySelectorAll(".rightactbtn");
for (callpc = 0; callpc < allpc.length; callpc++) {
allpc[callpc].style.backgroundColor="#dcdcdc";
allpc[callpc].style.color="#2b3444";}
document.getElementById(tall).style.backgroundColor="#2a3443";
document.getElementById(tall).style.color="#ffffff";
}
function expplace(pall){
var p = pall; var place = document.getElementById("place");
place.value=p;
var callpc;
var allpc = document.querySelectorAll(".centeractbtn");
for (callpc = 0; callpc < allpc.length; callpc++) {
allpc[callpc].style.backgroundColor="#dcdcdc";
allpc[callpc].style.color="#2b3444";}
document.getElementById(pall).style.backgroundColor="#2a3443";
document.getElementById(pall).style.color="#ffffff";
}
</script>
<script type="text/javascript">
if (screen.width >= 980) {
document.location = "tour.php";
}
</script>
</head>
<body>
<div id="screenshotDiv">
<img id="screenshot"><br>
<h id="buffertxt">Please wait, loading image...</h> <button id="closeScreenshot" class="tramp"><i class="material-icons">close</i></button>
</div>
<img src='https://vrixe.com/images/und.svg' id='himg'>
<div id="icontxt">
<img src="https://vrixe.com/images/vlogie.svg" id="icon" alt="Vrixe Logo">
<div id="txt">
<h><b>An event planning tool for teams.</b></h><br>
<small style="color:#6c63ff"><b>Free - Requires Sign Up - Contains no Ad</b></small><br>
<?php
echo"<small>Vn $genAppVersion - Last Update $releaseDateToString</small>"; ?>
</div>
</div>
<div id="ctas">
<a href="app/pwa.html"><button class="cta" id="topwa">Install</button></a>
<a href="#sample"><button class="cta" id="tovrixe">Explore A Demo</button></a>
</div>
<br>
<div id="details" onclick="showdet()">
<br><p id="reviewhead">Features</p>
<p style="text-align:center">Create and edit details on the go. Share and collaborate on your next plan with your team.<br></p>
<br>
<h class="cyansm"><i class="material-icons">group_work</i> Create invites and plans</h><br>
Start by sending an invite to your co-planners then move your invite to a plan, everyone can edit and view the updates together.
<br><br>
<h class="cyansm"><i class="material-icons">subject</i> Add all the details you want</h><br>
Plan and share the most thoughtful details on your events. From basic details like date, time and venue to adding agenda, updating guests on plan progress, dress code....
<br><br>
<h class="cyansm"><i class="material-icons">add_location</i> Add dual locations</h><br>
Vrixe is also your trip, hike or roadshow app. Let your friends know the start and finish of your event venue with an event map to show for it.
<br><br>
<h class="cyansm"><i class="material-icons">view_agenda</i> Add an agenda</h><br>
Doing some time management? share the order of event with everyone and get more control on how and when they happen.
<br><br>
<h class="cyansm"><i class="material-icons">how_to_vote</i> Take better polls</h><br>
Polls are best when they have a simple interface, can be private or public, are connected to your event and support comments and questions. That's what you get on Vrixe.
<br><br>
<h class="cyansm"><i class="material-icons">notifications_active</i> Use push notifications</h><br>
Never miss a change or update from your team with web push notifications and all the control is with you because we hate spams too.
<br><br>
<h class="cyansm"><i class="material-icons">insert_chart_outlined</i> View Analytics</h><br>
Get some analytics on your invitations, plans and profile outlined in a simple layout.
<br><br>
<h class="cyansm"><i class="material-icons">lock</i> Privacy & Private Plans</h><br>
Vrixe is progressively secure in all packages, the way we write our code and the flavour of the language we use. That's why we are small scale, we like to keep it that way just for you, us and your close friends.
<br><br>
<h class="cyansm"><i class="material-icons">code</i> Latest web APIs</h><br>
Built with more web sprinkles than ever. Share directly to any app, use Vrixe offline, on any device, try the maps integration, get push notifications and send direct feedbacks. Do it all in a browser tab.
<br><br>
<b><a href="invite" style="color:#2b3444;">Go on, start a plan with someone...</a></b><br>
<br><br>
<br>
</div>
<button id="showbtn" onclick="showdet()" class="tramp"><i class="material-icons">keyboard_arrow_down</i></button>
<a href="#ctas"><button id="hidebtn" onclick="hidedet()" class="tramp"><i class="material-icons">keyboard_arrow_up</i></button></a>
<br><br><br>
<a href="index.php"><button class="adss">Open Vrixe</button></a>
<a href="#reviews"><button class="adss">User Reviews</button></a>
<br><br>
<div id="sidescroll">
<div id="insidescroll">
<img src="images/aboutvrixe/invite-cv.jpg" class="scrollimg" alt="Send Invites" id="invite-cv">
<img src="images/aboutvrixe/event-cv.jpg" class="scrollimg" alt="Share Events" id="event-cv">
<img src="images/aboutvrixe/desk-cv.jpg" class="scrollimg" alt="Co plan and edit" id="desk-cv">
<img src="images/aboutvrixe/analytics-cv.jpg" class="scrollimg" alt="Get Reports" id="analytics-cv">
<img src="images/aboutvrixe/poll-cv.jpg" class="scrollimg" alt="Simple UX" id="poll-cv">
<img src="images/aboutvrixe/agenda-cv.jpg" class="scrollimg" alt="Add Programs" id="agenda-cv">
<img src="images/aboutvrixe/privacy-cv.jpg" class="scrollimg" alt="Built with privacy in mind" id="privacy-cv">
<img src="images/aboutvrixe/s1-cv.jpg" class="scrollimg" alt="Avalable as a PWA" id="s1-cv">
<img src="images/aboutvrixe/s2-cv.jpg" class="scrollimg" alt="Responsive Design Mobile" id="s2-cv">
<img src="images/aboutvrixe/s3-cv.jpg" class="scrollimg" alt="Responsive Design Desktop" id="s3-cv">
</div>
</div>
<br><br>
<div id="sample"><br><br>
<div class="newage">
<form method="post" action="preview" style="display: inline;">
<img src="images/essentials/preview/hang.jpeg" class="evtimg" id="dynoimg" alt="Image preview">
<div class="evtdetails">
<div id="eventnames">
<div id="insideeventnames">
<div class="evetname" style="background-color:transparent;color: rgb(94, 94, 94);padding-right:1%;padding-left:1%;margin-left: 0px;margin-right:0px;">></div>
<div id="MEETUP" class="evetname" onclick="exp(this.innerHTML);">MEETUP</div>
<div id="HANGOUT" class="evetname" onclick="exp(this.innerHTML);">HANGOUT</div>
<div id="REUNION" class="evetname" onclick="exp(this.innerHTML);">REUNION</div>
<div id="EVENT" class="evetname" onclick="exp(this.innerHTML);">EVENT</div>
<div id="DINNER" class="evetname" onclick="exp(this.innerHTML);">DINNER</div>
<div id="TRIP" class="evetname" onclick="exp(this.innerHTML);">TRIP</div>
</div> <input class="rates" required id="evt" name="event" value="HANGOUT">
</div>
<i class="material-icons" style="color:#df0d53">location_on</i><br>
<button id="My place" class="centeractbtn" type="button" onclick="expplace(this.innerHTML);">My place</button>
<button id="Friend's" class="centeractbtn" type="button" onclick="expplace(this.innerHTML);">Friend's</button>
<button id="Outdoors" class="centeractbtn" type="button" onclick="expplace(this.innerHTML);">Outdoors</button><br>
<input class="rates" required id="place" name="venue" type="hidden" value="My place">
<br>
<div class="flotl">
<i class="material-icons" style="color:#df0d53;margin-left:10px">calendar_today</i><br>
<button id="Tomorrow" class="leftactbtn" type="button" onclick="exphap(this.innerHTML)">Tomorrow</button><br>
<button id="Next Week" class="leftactbtn" type="button" onclick="exphap(this.innerHTML)">Next Week</button><br>
<button id="Next Month" class="leftactbtn" type="button" onclick="exphap(this.innerHTML)">Next Month</button><br>
<input class="rates" required id="hap" name="date" value="Tomorrow">
</div>
<div class="flotr">
<i class="material-icons" style="color:#df0d53;margin-right:3px">timelapse</i><br>
<button id="Morning" class="rightactbtn" type="button" onclick="exptime(this.innerHTML)">Morning</button><br>
<button id="Afternoon" class="rightactbtn" type="button" onclick="exptime(this.innerHTML)">Afternoon</button><br>
<button id="Night" class="rightactbtn" type="button" onclick="exptime(this.innerHTML)">Night</button>
<input class="rates" required id="time" name="time" value="Morning">
<input class="rates" required value="78" name="deviceid">
</div>
<br>
<button class="actbtn">Preview Demo</button>
</form>
</div>
</div>
</div>
<br>
<div id="reviews"><br>
<i class="material-icons" style="font-size:16px;color:#576477">star</i>
<i class="material-icons" style="font-size:19px;color:#3d495a">star</i>
<i class="material-icons" style="font-size:22px;color:#232d3c">star</i>
<i class="material-icons" style="font-size:19px;color:#3d495a">star</i>
<i class="material-icons" style="font-size:16px;color:#576477">star</i>
<p id="reviewhead">Ratings & Reviews</p>
<div style="text-align:center;">
<button class="reviewheadbtn"><i class="material-icons" style="color: #379e65;font-size:16px;">style</i> <br>Design</button>
<button class="reviewheadbtn"><i class="material-icons" style="color: #379e65;font-size:16px;">recent_actors</i> <br>Experience</button>
<button class="reviewheadbtn"><i class="material-icons" style="color: #379e65;font-size:16px;">scatter_plot</i> <br>Features</button>
<button class="reviewheadbtn"><i class="material-icons" style="color: #379e65;font-size:16px;">feedback</i> <br>Support</button>
</div>
<div class="jal"></div>
<div id="icontxt">
<?php
$coutd = mysqli_query($conne, "SELECT COUNT(design) AS nodes FROM reviews WHERE design > '' ");
while($countd = mysqli_fetch_array($coutd)){
$desno = $countd['nodes'];
}
$couts = mysqli_query($conne, "SELECT SUM(design+ux+features+support) AS ts FROM reviews WHERE user > '' ");
while($counts = mysqli_fetch_array($couts)){
$rawscore = $counts['ts'];
}
$allscore = $desno * 400; //highest possbile score.
echo "
<div id='alticon'>
<i class='material-icons' style='font-size:16px;color:#d6a500'>star</i><br>
$rawscore
<div class='jal'></div>
<h id='allscore'>$allscore</h>
</div>
";
?>
<div id="txt">
<?php
$getrevdes = mysqli_query($conne,"SELECT SUM(design) AS alldesign FROM reviews WHERE user > '' ");
while($founddesign = mysqli_fetch_array($getrevdes)){
$gotdesign = 1;
$rawdesign = $founddesign['alldesign'];
$design = $rawdesign / $desno;
if($design >= 70){$barcl = '#54cb54';}
else if ($design <= 69 and $design >= 50){$barcl = '#3fa9fe';}
else {$barcl = '#eb5f19';}
echo "
<button class='reviewheadbtn' style='width:auto;'><i class='material-icons' style='font-size:16px;'>style</i></button>
<div class='mainrevholder'>
<div class='revfiller' style='background-color:$barcl;width:$design%'></div>
</div><br>
";
}
$getrevux = mysqli_query($conne,"SELECT SUM(ux) AS allux FROM reviews WHERE user > '' ");
while($foundux = mysqli_fetch_array($getrevux)){
$gotux = 1;
$rawux = $foundux['allux'];
$ux = $rawux / $desno;
if($ux >= 70){$barcl = '#54cb54';}
else if ($ux <= 69 and $ux >= 50){$barcl = '#3fa9fe';}
else {$barcl = '#eb5f19';}
echo "
<button class='reviewheadbtn' style='width:auto;'><i class='material-icons' style='font-size:16px;'>recent_actors</i></button>
<div class='mainrevholder'>
<div class='revfiller' style='background-color:$barcl;width:$ux%'></div>
</div><br>
";
}
$getrevfeatures = mysqli_query($conne,"SELECT SUM(features) AS allfeatures FROM reviews WHERE user > '' ");
while($foundfeatures = mysqli_fetch_array($getrevfeatures)){
$gotfeatures = 1;
$rawfeatures = $foundfeatures['allfeatures'];
$features = $rawfeatures / $desno;
if($features >= 70){$barcl = '#54cb54';}
else if ($features <= 69 and $features >= 50){$barcl = '#3fa9fe';}
else {$barcl = '#eb5f19';}
echo "
<button class='reviewheadbtn' style='width:auto;'><i class='material-icons' style='font-size:16px;'>scatter_plot</i></small></button>
<div class='mainrevholder'>
<div class='revfiller' style='background-color:$barcl;width:$features%'></div>
</div><br>
";
}
$getrevsupport = mysqli_query($conne,"SELECT SUM(support) AS allsupport FROM reviews WHERE user > '' ");
while($foundsupport = mysqli_fetch_array($getrevsupport)){
$gotsupport = 1;
$rawsupport = $foundsupport['allsupport'];
$support = $rawsupport / $desno;
if($support >= 70){$barcl = '#54cb54';}
else if ($support <= 69 and $support >= 50){$barcl = '#3fa9fe';}
else {$barcl = '#eb5f19';}
echo "
<button class='reviewheadbtn' style='width:auto;'><i class='material-icons' style='font-size:16px;'>feedback</i></button>
<div class='mainrevholder'>
<div class='revfiller' style='background-color:$barcl;width:$support%'></div>
</div><br>
";
}
?>
</div><!--end of float right image finishsed tself above-->
</div><!--end of float rating and image-->
<div class="jal" style="width:60%;"></div>
<div id="altsidescroll">
<div id="altinsidescroll">
<?php
if($username > ""){ //user isset
$fetchreviews = mysqli_query($conne,"SELECT * FROM reviews WHERE user = '$username' ");
$gotuserviews = 0;
while($founduserviews = mysqli_fetch_array($fetchreviews)){
$gotuserviews = 1;
$revtext = $founduserviews['texts'];
$revdesign = $founduserviews['design'];
$revux = $founduserviews['ux'];
$revfeatures = $founduserviews['features'];
$revsupport = $founduserviews['support'];
$puawco = $founduserviews['reviewdate'];
echo "
<div class='scrollrevs'>
<div class='revfl'>
<img src='$userheadimg' class='revpi'><br>
<b>$fullname</b><br>
$puawco
</div>
<div class='revfr'>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>style</i><br><b>$revdesign%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>recent_actors</i><br><b>$revux%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>scatter_plot</i><br><b>$revfeatures%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>feedback</i><br><b>$revsupport%</b></div>
<div class='finaltxt'>
$revtext
</div>
<a href='help/feedbacks.php?rate=o'><div class='altpellets'><i class='material-icons' style='font-size:16px;'>edit</i></div></a>
</div>
</div>";
}
if ($gotuserviews == 0){
echo"
<div class='scrollrevs'>
<div class='revfl'>
<img src='$userheadimg' class='revpi'><br>
<b>$fullname</b><br>
@$username
</div>
<div class='revfr'>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>style</i><br><b>0%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>recent_actors</i><br><b>0%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>scatter_plot</i><br><b>0%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>feedback</i><br><b>0%</b></div>
<div class='finaltxt'>
Rate Vrixe and help others know what to expect.
</div>
<a href='help/feedbacks?rate=o'><div class='altpellets'><i class='material-icons' style='font-size:16px;'>edit</i></div></a>
</div>
</div>
";
}
}
else{
echo "
<div class='scrollrevs'>
<div class='revfl'>
<img src='https://vrixe.com/images/profiles/user.png' class='revpi'><br>
<b>Your Review</b><br>
@username
</div>
<div class='revfr'>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>style</i><br><b>0%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>recent_actors</i><br><b>0%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>scatter_plot</i><br><b>0%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>feedback</i><br><b>0%</b></div>
<div class='finaltxt'>
Create your account, explore Vrixe and tell us what you think.
</div>
<a href='index?q=profile_required'><div class='altpellets'><i class='material-icons' style='font-size:16px;'>person_add</i></div></a>
</div>
</div>
";
}
$fetchallreviews = mysqli_query($conne,"SELECT * FROM reviews WHERE user > '' and user != '$username' ORDER BY RAND() LIMIT 5");
$gotalluserviews = 0;
while($foundalluserviews = mysqli_fetch_array($fetchallreviews)){
$gotalluserviews = 1;
$allusername = $foundalluserviews['user'];
$allfullname = $foundalluserviews['fullname'];
$allrevtext = $foundalluserviews['texts'];
$allrevdesign = $foundalluserviews['design'];
$allrevux = $foundalluserviews['ux'];
$allrevfeatures = $foundalluserviews['features'];
$allrevsupport = $foundalluserviews['support'];
$uawco = $foundalluserviews['reviewdate'];
$getusersimagedirect = mysqli_query($conne,"SELECT * FROM profiles WHERE username = '$allusername' ");
while($founduserimagedirect = mysqli_fetch_array($getusersimagedirect)){
$alluserpic = $founduserimagedirect['picture'];
}
echo "<div class='scrollrevs'>
<div class='revfl'>
<img src='$alluserpic' class='revpi'><br>
<b>$allfullname</b><br>
$uawco
</div>
<div class='revfr'>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>style</i><br><b>$allrevdesign%</b> </div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>recent_actors</i><br><b>$allrevux%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>scatter_plot</i><br><b>$allrevfeatures%</b></div>
<div class='pellets'><i class='material-icons' style='font-size:16px;'>feedback</i><br><b>$allrevsupport%</b></div>
<div class='finaltxt'>
$allrevtext
</div>
<form method='post' action='help/feedbacks.php' style='width:100%;'>
<input type='text' value='review from $allusername' name='refs' style='display:none'>
<button class='altpellets'><i class='material-icons' style='font-size:16px;'>flag</i></button>
</form>
</div>
</div>";
}
if ($gotuserviews == 0){
//if no review is found.this is impossible at this point
}
?>
</div>
</div>
</div><!--end of reviews-->
<br>
<div class="explain"><br>
<?php
if($username > ""){
echo"
<a href='me'> <button class='cta'><i class='material-icons' style='font-size:17px;vertical-align:sub'>person</i> My account</button></a><br>
";
}
else{
echo " <a href='index.php?q=profile_required#signup'> <button class='cta'><i class='material-icons' style='font-size:17px;vertical-align:sub'>how_to_reg</i> Try Vrixe</button></a><br>
";
}
?>
<br><a href="app/terms.html" style="color:#43ade4">Privacy Policy</a>        <a href="help/feedbacks"style="color:#43ade4">Support</a><br><br>
<h>Not seeing something you want?<br> <a href='help/feedbacks?ext=uwc' style='color:#2b3443'>Tell us what feature you're looking for <i class="material-icons" style="vertical-align:sub;font-size:17px">arrow_forward</i></a></h><br><br>
<a href="https://www.twitter.com/vrixeapp"><button type="button" class="socs"> <img src="app/icons/twitter.png" style="width:16px;height:16px;"></button></a>
<a href="https://www.instagram.com/vrixe"><button type="button" class="socs"> <img src="app/icons/instagram.png" style="width:16px;height:16px;"></button></a>
<a href="https://youtube.com/channel/UCNDZP6M3t_L7Fxxc-a9rYWQ"><button type="button" class="socs"> <img src="app/icons/youtube.png" style="width:16px;height:16px;"></button></a>
<a href="https://www.linkedin.com/company/vrixe"><button type="button" class="socs"> <img src="app/icons/linkedin.png" style="width:16px;height:16px;"></button></a>
<a href="mailto:contact@vrixe.com"><button type="button" class="socs"> <img src="app/icons/mail.png" style="width:16px;height:16px;"></button></a>
<br><br>
<div class='blfheadalt'></div>
</div>
<script>
var scrollimg = document.querySelectorAll(".scrollimg");
for (let i = 0; i < scrollimg.length; i++) {
scrollimg[i].addEventListener("click", function() {
var imgName = this.id; //get image name
var screenshotDiv = document.getElementById("screenshotDiv"); //get image dispaly div
document.getElementById("screenshot").setAttribute("src", `images/aboutvrixe/highres/${imgName}.jpg`); //set image in div to image clicked
screenshotDiv.style.display="block"; //show the div
document.location="#himg";//pull page back up for gallery scroll
document.getElementById("buffertxt").style.display="inline-block";//show buffer text
//hide buffer text
setTimeout(function(){
document.getElementById("buffertxt").style.display="none";
},3000);
});
}
//close the screenshot div
document.getElementById("closeScreenshot").addEventListener("click", function(){
document.getElementById("screenshotDiv").style.display="none"; //show the div
})
</script>
</body>
</html>