Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Khushi #6

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d8bddd3
Update addNotice.jsp
khsh13 Nov 21, 2023
d40ec46
Update adminHome.jsp
khsh13 Nov 21, 2023
cb5f580
Update adminHome.jsp
khsh13 Nov 21, 2023
b856408
Update adminHome.jsp
khsh13 Nov 21, 2023
497b6b6
Update adminViewVendor.jsp
khsh13 Nov 21, 2023
865da63
Update adminViewVendor.jsp
khsh13 Nov 21, 2023
c3594c2
Update adminViewVendorDetail.jsp
khsh13 Nov 21, 2023
43701c7
Update approved.jsp
khsh13 Nov 21, 2023
2236092
Update bidHistory.jsp
khsh13 Nov 21, 2023
60b8f1b
Update bidTender.jsp
khsh13 Nov 21, 2023
0d1d5fc
Update bidTenderForm.jsp
khsh13 Nov 21, 2023
635fa1a
Update createTender.jsp
khsh13 Nov 21, 2023
41b561c
Update footer.jsp
khsh13 Nov 21, 2023
b948ef0
Update galary.jsp
khsh13 Nov 21, 2023
a1024b2
Update header.jsp
khsh13 Nov 21, 2023
85fdf25
Update index.jsp
khsh13 Nov 21, 2023
60e29d7
Update login.jsp
khsh13 Nov 21, 2023
126b5ae
Update loginFailed.jsp
khsh13 Nov 21, 2023
5f9a1ab
Update loginHeader.jsp
khsh13 Nov 21, 2023
e1affda
Update logoutMsg.jsp
khsh13 Nov 21, 2023
5c29549
Update logoutSuccess.jsp
khsh13 Nov 21, 2023
c15c584
Update menu.jsp
khsh13 Nov 21, 2023
a13a60d
Update notice.jsp
khsh13 Nov 21, 2023
323f246
Update vendorHome.jsp
khsh13 Nov 21, 2023
f276dc3
Update register.jsp
khsh13 Nov 21, 2023
dc3b0ed
Update removeNotice.jsp
khsh13 Nov 21, 2023
ea1969e
Update searchTender.jsp
khsh13 Nov 21, 2023
24cbbe4
Update updateNotice.jsp
khsh13 Nov 21, 2023
e9f830b
Update updateNoticeForm.jsp
khsh13 Nov 21, 2023
bddcaad
Update updatePassword.jsp
khsh13 Nov 21, 2023
39cc69e
Update updateProfile.jsp
khsh13 Nov 21, 2023
37d220c
Update vendorMenu.jsp
khsh13 Nov 21, 2023
ae0465a
Update vendorSearchTender.jsp
khsh13 Nov 21, 2023
6f283f6
Update vendorViewTender.jsp
khsh13 Nov 21, 2023
da57875
Update viewAssignedTenders.jsp
khsh13 Nov 21, 2023
cc43c43
Update viewNotice.jsp
khsh13 Nov 21, 2023
a0777ba
Update viewProfile.jsp
khsh13 Nov 21, 2023
101fbea
Update viewTender.jsp
khsh13 Nov 21, 2023
c44e6f0
Update viewTenderBids.jsp
khsh13 Nov 21, 2023
5063099
Update viewTenderBidsForm.jsp
khsh13 Nov 21, 2023
34eaf9f
Update style2.css
khsh13 Nov 21, 2023
b5c887f
Update login.jsp
khsh13 Nov 21, 2023
a46b293
Add files via upload
khsh13 Nov 21, 2023
56d9b15
Add files via upload
khsh13 Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tendermanagement/WebContent/addNotice.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down
6 changes: 3 additions & 3 deletions tendermanagement/WebContent/adminHome.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/Banner_Hit.png">
<link rel="shortcut icon" type="image/png" href="images/Reway_logo.jpeg">
<!--link rel="shortcut icon" type="image/ico" href="images/hit_fevicon.ico"-->

<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down Expand Up @@ -42,7 +42,7 @@

<jsp:include page="adminMenu.jsp"></jsp:include>

<div class="clearfix hidden-sm hidden-xs" style="color:white;background-color: green; margin-top:-15px; margin-bottom: 12px"><marquee>Welcome to Tender Management Site</marquee>
<div class="clearfix hidden-sm hidden-xs" style="color:white;background-color: #008036; margin-top:-15px; margin-bottom: 12px"><marquee>Welcome to Reway's E-marketplace</marquee>
</div> <!--A green color line between header and body part-->

<div class="container-fluid">
Expand Down
2 changes: 1 addition & 1 deletion tendermanagement/WebContent/adminViewVendor.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion tendermanagement/WebContent/adminViewVendorDetail.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down
5 changes: 2 additions & 3 deletions tendermanagement/WebContent/approved.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
%>
<h4
style="background-color: #26b0b0; margin-top: -1.8px; padding: 5px;">
<i class="glyphicon glyphicon-volume-up"></i> &nbsp; Recently
Approved Tenders
<i class="glyphicon glyphicon-volume-up"></i> &nbsp; Assigned Tenders
</h4>
<div class="marquee-content"
style="padding: 10px; font-weight: bold; font-size: 1.1em">
Expand Down Expand Up @@ -55,4 +54,4 @@
</div>
<!--End of marquee class-->
</body>
</html>
</html>
10 changes: 5 additions & 5 deletions tendermanagement/WebContent/bidHistory.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/Banner_Hit.png">
<link rel="shortcut icon" type="image/png" href="images/Reway_logo.jpeg">
<!--link rel="shortcut icon" type="image/ico" href="images/hit_fevicon.ico"-->

<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down Expand Up @@ -75,8 +75,8 @@
<jsp:include page="vendorMenu.jsp"></jsp:include>

<div class="clearfix hidden-sm hidden-xs"
style="color: white; background-color: green; margin-top: -15px; margin-bottom: 12px">
<marquee>Welcome to Tender Management Site</marquee>
style="color: white; background-color: #008036; margin-top: -15px; margin-bottom: 12px">
<marquee>Welcome to Reway's E-marketplace</marquee>
</div>
<!--A green color line between header and body part-->

Expand Down Expand Up @@ -110,7 +110,7 @@
-->
<table class="table table-hover table-bordered bg-info">
<tr
style="color: white; font-size: 16px; font-weight: bold; background-color: green">
style="color: white; font-size: 16px; font-weight: bold; background-color: #008036">
<td>Application Id</td>
<td>Tender Id</td>
<td>Bid Amount</td>
Expand Down
10 changes: 5 additions & 5 deletions tendermanagement/WebContent/bidTender.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/Banner_Hit.png">
<link rel="shortcut icon" type="image/png" href="images/Reway_logo.jpeg">
<!--link rel="shortcut icon" type="image/ico" href="images/hit_fevicon.ico"-->

<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down Expand Up @@ -79,8 +79,8 @@ button:hover {
<jsp:include page="vendorMenu.jsp"></jsp:include>

<div class="clearfix hidden-sm hidden-xs"
style="color: white; background-color: green; margin-top: -15px; margin-bottom: 12px">
<marquee>Welcome to Tender Management Site</marquee>
style="color: white; background-color:#008036; margin-top: -15px; margin-bottom: 12px">
<marquee>Welcome to Reway's E-marketplace</marquee>
</div>
<!--A green color line between header and body part-->

Expand Down Expand Up @@ -110,7 +110,7 @@ button:hover {
--> --%>
<table class="table table-hover table-stripped bg-danger">
<tr
style="color: white; font-size:16px; font-weight: bold; background-color: green">
style="color: white; font-size:16px; font-weight: bold; background-color: #008036">
<td>Tender Id</td>
<td>Tender Name</td>
<td>Type</td>
Expand Down
2 changes: 1 addition & 1 deletion tendermanagement/WebContent/bidTenderForm.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion tendermanagement/WebContent/createTender.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand Down
7 changes: 5 additions & 2 deletions tendermanagement/WebContent/css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ body {
font-family: 'Black Ops One';
}

.navbar-inverse .navbar-nav>li>a {
color: white;
}
.secondnav {
margin-top: -19.1px;
}
Expand All @@ -48,7 +51,7 @@ body {
}

#nav-list a {
color: #951C49;
color: #181919;
}

.dropdown-menu li a {
Expand Down Expand Up @@ -233,4 +236,4 @@ body {
.menubar {
min-height: 72px;
}
}
}
97 changes: 4 additions & 93 deletions tendermanagement/WebContent/footer.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/Banner_Hit.png">
<link rel="shortcut icon" type="image/png" href="images/Reway_logo.jpeg">

<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand All @@ -19,100 +19,11 @@
<link rel="stylesheet" href="css/style2.css">
</head>
<body>
</div>
<!-- Now from here the footer section starts-->
<div class="navbar-inverse" style="color:white;padding:10px;margin-bottom:-20px;text-align: center;background-color:blue; border-radius: 0px">
<span style="font-size:1.2em;font-weight:bold;">Our Amazing Team Members</span>
</div><br/>
<div class="footer">
<div class="navbar navbar-inverse" style="border-radius: 0px ;margin-bottom:0px">
<div class="container-fluid ">

<br>
<!-- Developer 1 Mr. Shashi Raj-->
<div class="col-md-3 col-xs-12 col-sm-3" >
<div class="col-md-5 col-xs-5 col-sm-5">
<img src="images/Photoscan18.jpg" class="img-responsive img-circle pull-right" style="width:105px;height:130px;"alt="Shashi Raj Site Developer" title="Mr. Shashi Raj"/>
</div>
<div class="col-md-7 col-xs-7 col-sm-7">
<div class="developers pull-left" style="font-weight: bold; color:white;text-align: center;">
<br/>
<span style="font-size: 1.7em; color:red">Mr. Shashi Raj</span>
<!-- <p><span>Web Developer</span></p>
--> <p>16 / IT / 14</p>
</div>
</div>
</div>

<!-- Developer 2 Ms. Ahana Guchait -->
<div class="col-md-2 col-xs-12 col-sm-2">
<div class="col-md-5 col-xs-5 col-sm-5">
<img src="images/nun.jpg" class="img-responsive img-circle pull-right" style="width:105px;height:130px;"alt="Ahana Guchait Site Developer" title="Mr. Ahana Guchait">
</div>
<div class="col-md-7 col-xs-7 col-sm-7">
<div class="developers pull-left" style="font-weight: bold; color:white;text-align: center;">
<br/>
<span style="font-size: 1.7em; color:red">Ms. Ahana Guchait</span>
<!-- <p><span>Web Designer</span></p>
--> <p>16 / CSE / 135</p>
</div>
</div>
</div>

<!-- Developer 3 Ms. Deep Shikha -->
<div class="col-md-2 col-xs-12 col-sm-2">
<div class="col-md-5 col-xs-5 col-sm-5">
<img src="images/deepshikha.png" class="img-responsive img-circle pull-right" style="width:105px;height:130px;"alt="Deep Shikha Site Developer" title="Mr. Deep shikha">
</div>
<div class="col-md-7 col-xs-7 col-sm-7">
<div class="developers pull-left" style="font-weight: bold; color:white;text-align: center;">
<br/>
<span style="font-size: 1.7em; color:red">Ms. Deep Shikha</span>
<!-- <p><span>Web Designer</span></p>
--> <p>16 / IT / 47</p>
</div>
</div>
</div>

<!-- Developer 4 Ms. Manjusa Barman -->
<div class="col-md-2 col-xs-12 col-sm-2">
<div class="col-md-5 col-xs-5 col-sm-5">
<img src="images/nun.jpg" class="img-responsive img-circle pull-right" style="width:105px;height:130px;"alt="Manjusa Barman Site Developer" title="Mr. Manjusa Barman">
</div>
<div class="col-md-7 col-xs-7 col-sm-7">
<div class="developers pull-left" style="font-weight: bold; color:white;text-align: center;">
<br/>
<span style="font-size: 1.7em; color:red">Ms. Manjusha Barman</span>
<!-- <p><span>Web Designer</span></p>
--> <p>16 / CSE / 89</p>
</div>
</div>
</div>

<!-- Developer 5 Mr. Ayush Dutta-->
<div class="col-md-3 col-xs-12 col-sm-3">
<div class="col-md-5 col-xs-5 col-sm-5">
<img src="images/ayush.jpg" class="img-responsive img-circle pull-right" style="width:105px;height:130px;"alt="Ayush Dutta Site Developer" title="Mr. Ayush Dutta">
</div>
<div class="col-md-7 col-xs-7 col-sm-7">
<div class="developers pull-left" style="font-weight: bold; color:white;text-align: center;">
<br/>
<span style="font-size: 1.7em; color:red">Mr. Ayush Dutta</span>
<!-- <p><span>Web Tester</span></p>
--> <p>16 / IT / 49</p>
</div>
</div>
</div>
<hr/>
<br/>
<!-- <div style="color:white;text-align: center;">
<span>&copy; Copyright 2018</span><p> Aryabhatt Central Library</p>
</div> -->
</div> <!-- End of container class-->
</div><!-- End of navbar class-->
</div><!-- End of footer class-->
<div class="navbar-inverse" style="color:white;padding:05px;margin-bottom:-17px;text-align: center;background-color:green; border-radius: 0px">
<span style="float:left;padding-left: 6.5%">&copy; Copyright 2019</span><span style="padding-left:5%;">&nbsp; Tender Management Portal</span><span style="float:right;padding-right: 6%" class="hidden-xs">&nbsp;...THANKS FOR VISITING...</span>
<div class="navbar-inverse" style="color:white;padding:05px;margin-bottom:-17px;text-align: center;background-color:#008036; border-radius: 0px">
<span style="float:left;padding-left: 6.5%">&copy; Copyright 2023</span><span style="padding-left:5%;">&nbsp; Reway E-marketplace</span><span style="float:right;padding-right: 6%" class="hidden-xs">&nbsp;</span>
</div><br/>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
Expand Down
16 changes: 6 additions & 10 deletions tendermanagement/WebContent/galary.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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>Tender Management System</title>
<title>Reway e-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand All @@ -25,22 +25,18 @@
<div class="col-md-8">
<div class="marquee" style="border:2px black hidden; background-color:white">
<h4 style="background-color:black; margin-top:-1.8px; margin-bottom:1px;padding: 5px; text-align: center;color:white;font-weight:bold">
&nbsp; <span id="pagetitle">Galary</span></h4><!-- pagetitle id is given here -->
&nbsp; <span id="pagetitle">Gallary</span></h4><!-- pagetitle id is given here -->
<div class="marquee-content" style="padding:1px;padding-top:0px; font-weight: bold; font-size: 1.1em">
<!-- height="900" -->
<marquee scrollamount=0 style="min-height:750px">
<marquee scrollamount=0 style="min-height:500px">
<!--Attatching the photo to be slided in the home page-->
<div class="slider">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->

<div class="carousel-inner" style="width:100%; height: 500px !important;">
<div class="item active"> <img src="images/home1.jpg" style="width:100%; height: 500px"> </div>
<div class="item active"> <img src="images/library1.png" style="width:100%; height: 500px"> </div>
<div class="item"> <img src="images/cap.jpg" style="width:100%; height: 500px"> </div>
<div class="item"> <img src="images/onwork.jpg" style="width:100%; height: 500px"> </div>
<div class="item"> <img src="images/building.jpg" style="width:100%; height: 500px"> </div>
<div class="item"> <img src="images/building2.jpg" style="width:100%; height: 500px"> </div>
<div class="item active"> <img src="images/Our Process (consumer).png" style="width:100%; height: 500px"> </div>
<div class="item"> <img src="images/Our Process (Recycler).png" style="width:100%; height: 500px"> </div>
</div>

<!-- Left and right controls -->
Expand Down Expand Up @@ -70,4 +66,4 @@
</html>



12 changes: 6 additions & 6 deletions tendermanagement/WebContent/header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<!-- For notice section go to line no 129 -->
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/Banner_Hit.png">
<link rel="shortcut icon" type="image/png" href="images/Reway_logo.jpeg">
<!--link rel="shortcut icon" type="image/ico" href="images/hit_fevicon.ico"-->

<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>Tender Management System</title>
<title>E-marketplace</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/annimate.css">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
Expand All @@ -21,14 +21,14 @@
<link rel="stylesheet" href="css/style2.css">
</head>
<body>
<nav class="navbar navbar-inverse" > <!-- Navigation Bar-->
<nav class="navbar navbar-inverse" style = "background-color: #008036" > <!-- Navigation Bar-->
<div class="container" >
<div class="navbar-header my-1"> <!-- Header navigation-->
<a href="#" class="pull-left">
<img src="images/hit1.jpg" alt="HIT Haldia" width="70px" height="70px"/>
<img src="images/Reway_banner_logo.jpeg" alt="Reway Marketplace" width="70px" height="70px"/>
</a>
<a class="navbar-brand" href="#"><h1>Tender Management System</h1></a> <!-- Library Name fixed-->
<a href="#"><p> A HIT Haldia Project</p></a>
<a class="navbar-brand" href="#"><h1>E-marketplace</h1></a> <!-- Library Name fixed-->
<a href="#"><p></p></a>
</div>

<ul class="nav navbar-nav navbar-right menusize pull-right"> <!-- Login or signup in right top corner-->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading