Skip to content

Commit

Permalink
Even more design
Browse files Browse the repository at this point in the history
  • Loading branch information
Phxl76 committed Feb 11, 2021
1 parent c6ffc3f commit 01b781b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 31 deletions.
2 changes: 1 addition & 1 deletion include/user-userlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

echo '<div class="col-md-3 text-center">
<div class="card text-dark bg-light mb-3" style="max-width: 18rem;">
<div class="card text-dark bg-light mb-3 rounded shadow1" style="max-width: 18rem;">
'.$insert.'
<a href="/user/'.$username.'/">
<div class="card-body">
Expand Down
2 changes: 1 addition & 1 deletion pages/affiliate.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>Affiliate
</h1>
<p>
<a href="#!" class="btn btn-primary btn-lg mt-5 mb-5 ">Coming soon</a>
<a href="#!" class="btn btn-primary rounded btn-lg mt-5 mb-5 ">Coming soon</a>
</p>
<div class="btn-container-wrapper p-relative d-block zindex-1">
<hr>
Expand Down
2 changes: 1 addition & 1 deletion pages/famous-creator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php include('./include/header-banner.php'); ?>
<section class="bg-white text-dark pt-5 pb-5">
<section class="text-dark pt-5 pb-5">
<div class="container">
<div class="row text-center">
<div class="col">
Expand Down
12 changes: 6 additions & 6 deletions pages/partner-program.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<div class="container ">
<div class="row justify-content-center align-items-center d-flex-row text-center h-100">
<div class="col-12 col-md-12 h-50 ">
<h1 class="font-weight-bold text-white display-2 mb-2 mt-5"> <small>FiveMods</small>
<h1 class="font-weight-bold text-white display-2 mb-2 mt-5"> <small>FiveMods</small>
<br><?php echo $lang['partner-program']; ?>
</h1>
<p>
<a href="#info" class="btn btn-success btn-lg mt-5 mb-5 "><?php echo $lang['see-benefits'];?> &gt;</a>
<a href="#info" class="btn btn-success rounded btn-lg mt-5 mb-5 "><?php echo $lang['see-benefits'];?> &gt;</a>
</p>
<div class="btn-container-wrapper p-relative d-block zindex-1">
<div class="btn-container-wrapper p-relative d-block zindex-1">
<hr>
</div>
</div>
Expand Down Expand Up @@ -69,22 +69,22 @@
<span class="d-block mx-1 mx-sm-2 text-small text-white">-</span>
<button class="btn btn-light btn-lg" data-toggle="modal" data-target="#conModal">'.$lang['partner-conditions'].'</button>';
} else {
echo '<button class="btn btn-light btn-lg">'.$lang['already-in'].'</button>';
echo '<button class="btn btn-light rounded btn-lg">'.$lang['already-in'].'</button>';
}
/*
} else {
echo '<a href="/account/" class="btn btn-light btn-lg rounded">Please activate Two-Factor Authentication</a>';
}*/
} else {
echo '<a class="btn btn-light btn-lg" href="/account/sign-in/">'.$lang['login-to-part'].'</a>';
echo '<a class="btn btn-light rounded btn-lg" href="/account/sign-in/">'.$lang['login-to-part'].'</a>';
}
?>
</div>
</div>
</div>
</div>
</section>
<section class="bg-white text-dark pt-5 pb-5">
<section class="text-dark pt-5 pb-5">
<div class="container">
<div class="row text-center">
<div class="col">
Expand Down
11 changes: 1 addition & 10 deletions pages/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,6 @@
text-align: center;
}

.emp-product {
padding: 8px;
margin-top: 15px;
margin-bottom: 15px;
border-radius: 0.5rem;
background: rgba(255, 255, 255, 0.1);
/* opacity: 0.6; */
}

/*body {font-family: Arial, Helvetica, sans-serif;}

#expandImg {
Expand Down Expand Up @@ -362,7 +353,7 @@
</div> -->

<section class="pt-5 pb-5">
<div class="container emp-product shadow1">
<div class="container">
<?php
if(isset($_SESSION['rated'])) {
?>
Expand Down
9 changes: 3 additions & 6 deletions pages/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="input-group input-group-lg mb-4">
<input name="query" class="form-control" placeholder="<?php echo $lang['searchbar'] ?>" aria-label="<?php echo $lang['searchbar'] ?>" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="submit" name="submit-search"><?php echo $lang['search'] ?></button>
<button class="btn btn-secondary" type="submit" name="submit-search"><?php echo $lang['search'] ?></button>
</div>
</div>
<?php
Expand Down Expand Up @@ -230,13 +230,10 @@
}

?>
<div class="col-md-4">
<div class="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-4 shadow-sm <?php echo $do; ?>">
<a href="/product/<?php echo $article['m_id']; ?>/">
<img class="card-img-top img-fluid img-thumbnail cover" async=on src="<?php echo explode(" ", $article['m_picture'])[0]; ?>" alt="<?php echo $article['m_name']; ?>-IMAGE">
<img class="card-img-top img-fluid rounded shadow1 cover" async=on src="<?php echo explode(" ", $article['m_picture'])[0]; ?>" alt="<?php echo $article['m_name']; ?>-IMAGE">
<?php
if (!empty($article['m_price'])) {
echo '<small class="badge badge-info ml-2" style="font-size:9px;">Paid product</small>';
Expand Down
12 changes: 6 additions & 6 deletions pages/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


if ($statusvalue == 0) {
echo '<div class="card bg bg-success text text-white rounded mb-3">
echo '<div class="card bg-success text text-white rounded mb-3">
<div class="card-body d-flex justify-content-between" style="font-size:19px;">
<b>All Systems Operational</b>
<div>
Expand All @@ -25,7 +25,7 @@
</div>
</div>';
} elseif ($statusvalue == 1) {
echo '<div class="card bg bg-warning text text-white rounded mb-3">
echo '<div class="card bg-warning text text-white rounded mb-3">
<div class="card-body d-flex justify-content-between" style="font-size:19px;">
<b>Degraded Performance</b>
<div>
Expand All @@ -35,7 +35,7 @@
</div>
</div>';
} elseif ($statusvalue == 2) {
echo '<div class="card bg bg-primary text text-white rounded mb-3">
echo '<div class="card bg-primary text text-white rounded mb-3">
<div class="card-body d-flex justify-content-between" style="font-size:19px;">
<b>Partial Outage</b>
<div>
Expand All @@ -45,7 +45,7 @@
</div>
</div>';
} elseif ($statusvalue == 3) {
echo '<div class="card bg bg-danger text text-white rounded mb-3">
echo '<div class="card bg-danger text text-white rounded mb-3">
<div class="card-body d-flex justify-content-between" style="font-size:19px;">
<b>Major Outage</b>
<div>
Expand All @@ -55,7 +55,7 @@
</div>
</div>';
} elseif ($statusvalue == 4) {
echo '<div class="card bg bg-info text text-white rounded mb-3">
echo '<div class="card bg-info text text-white rounded mb-3">
<div class="card-body d-flex justify-content-between" style="font-size:19px;">
<b>Maintenance</b>
<div>
Expand All @@ -65,7 +65,7 @@
</div>
</div>';
} elseif ($statusvalue == 5) {
echo '<div class="card bg bg-dark text text-white rounded mb-3">
echo '<div class="card bg-dark text text-white rounded mb-3">
<div class="card-body d-flex justify-content-between" style="font-size:19px;">
<b>Security Mode</b>
<div>
Expand Down

0 comments on commit 01b781b

Please sign in to comment.