Skip to content

Commit

Permalink
Merge pull request #145 from FiveMods/phil
Browse files Browse the repository at this point in the history
Don't break it again pls :c
  • Loading branch information
Phxl76 committed Feb 11, 2021
2 parents 36b6f72 + 01b781b commit 4cc8a55
Show file tree
Hide file tree
Showing 31 changed files with 765 additions and 516 deletions.
169 changes: 169 additions & 0 deletions d.html
@@ -0,0 +1,169 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bootstrap 4 generator example page</title>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href=" https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css ">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css">

<!-- Plugins -->
</head>
<body>
<section class="pt-5 pb-5 bg-dark text-white">
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-left">
<p>Copyright © YourStartup. All rights reserved.</p>
</div>
<div class="col-md-6 text-center text-md-right mb-4">
<a href="#" class="m-2">
<i class="fab fa-twitter fa-lg text-white" aria-hidden="true"></i>
</a>
<a href="#" class="m-2">
<i class="fab fa-facebook fa-lg text-white" aria-hidden="true"></i>
</a>
<a href="#" class="m-2">
<i class="fab fa-instagram fa-lg text-white" aria-hidden="true"></i>
</a>
<a href="#" class="m-2">
<i class="fab fa-pinterest fa-lg text-white" aria-hidden="true"></i>
</a>
<a href="#" class="m-2">
<i class="fab fa-google fa-lg text-white" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</footer>
</section>
<section class="mb-0 mt-0">
<div class="footer text-white">
<div class=" bg-dark pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-auto mb-3 mb-md-0">
<a href="#">
<img src="https://via.placeholder.com/150x40/5fa9f8/efefef&amp;text=LOGO" alt="Logo">
</a>
</div>
<div class="col-12 col-md-auto pt-2">
<ul class="list-unstyled d-md-flex mb-0">
<li class="mx-md-2">
<a href="#" class="text-white">Product Features</a>
</li>
<li class="mx-md-2">
<a href="#" class="text-white">Why Blueprints?</a>
</li>
<li class="mx-md-2">
<a href="#" class="text-white">Customers</a>
</li>
</ul>
</div>
</div>
<div class="row justify-content-between align-items-center mt-3 mt-md-4">
<div class="col-lg-auto col-12 order-lg-2">
<ul class="list-unstyled d-flex mb-lg-0">
<li class="text-white mx-2">
<a href="#">
<i class="fab fa-facebook text-white"></i>
</a>
</li>
<li class="text-white mx-2">
<a href="#">
<i class="fab fa-twitter text-white"></i>
</a>
</li>
<li class="text-white mx-2">
<a href="#">
<i class="fab fa-youtube text-white"></i>
</a>
</li>
<li class="text-white mx-2">
<a href="#">
<i class="fab fa-linkedin text-white"></i>
</a>
</li>
<li class="text-white mx-2">
<a href="#">
<i class="fab fa-instagram text-white"></i>
</a>
</li>
</ul>
</div>
<div class="col order-lg-1">
<span class="text-small text-white ">© 2019 Bootstraptor ABN: 00 000000 000000 and USA License No 0000000000</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="">
<footer class="pt-3 pb-3 ">
<div class="container">
<div class="row align-items-center text-center">
<div class="col-12 col-lg-4 text-lg-left">
© 2018 Bootstraptor
</div>
<div class="col-12 col-lg-4 mt-4 mt-lg-0">
<img alt="image" src="http://via.placeholder.com/102x40/007bff/ffffff?text=L O G O" height="40">
</div>
<div class="col-12 col-lg-4 text-lg-right mt-4 mt-lg-0">
<ul class="nav justify-content-lg-end justify-content-center">
<li class="nav-item">
<a class="nav-link" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</section>
<section class="">
<footer class="pt-4 pb-4 bg-dark text-white">
<div class="container">
<div class="row text-center align-items-center">
<div class="col">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Privacy Policy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
<p class="text-h5 mt-4">© 2013-2018 Bootstraptor</p>
</div>
</div>
</div>
</footer>
</section>

<!-- jQuery is required -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js"></script>
</body>
</html>
63 changes: 35 additions & 28 deletions error/400/401.html
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FiveMods.net - Error 401</title>
<title>Unauthorized access (Error 401) - FiveMods.net</title>
<meta http-equiv="content-language" content="en" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<meta name="description" content="Searching for FiveM ready scripts, vehicles, mods, maps, peds and more? You've come to the right place. FiveMods.net the palce to get the best resources for your FiveM server." />
Expand All @@ -28,48 +28,55 @@
<script src="/cdn-cgi/apps/head/ictDLxICQsFVMPS59T0akYEa1qs.js"></script>
<link rel="icon" href="https://cdn.discordapp.com/attachments/662762008504041522/737797664221167666/fivemods.png">
<style>
* {
background-color: #17141f;
html,
body {
background: url('/static-assets/img/background/icon_bg_dark.png');
background-repeat: repeat;
background-size: 75%;
color: #ff8637;
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}

.center {
text-align: center;
margin-top: 35vh;
font-family: Arial, Helvetica, sans-serif;
color: #ff8637;
font-size: 12px;
.full-height {
height: 100vh;
}

.center2 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #ff8637;
font-size: 12px;
text-decoration: none;
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}

.sub {
text-align: center;
color: #ff8637;
margin-top: -130px;
letter-spacing: 2px;
font-family: Arial, Helvetica, sans-serif;
.position-ref {
position: relative;
}

a {
color: #ff8637;
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}

a:hover {
color: #ee7727;
.message {
font-size: 18px;
text-align: center;
}
</style>
</head>

<body>
<h1 class="center" style="font-size: 175px;">401</h1>
<p class="sub">Unauthorized access. Take me <a href="#" onclick="window.history.back();">back</a>.</p>
<!-- <p class="center">Copyright &copy; 2020 FiveMods. All rights reserved.</p> -->
<div class="flex-center position-ref full-height">
<div class="code">
401 </div>

<div class="message" style="padding: 10px;">
Unauthorized access </div>
</div>

</body>

</html>
63 changes: 35 additions & 28 deletions error/400/403.html
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FiveMods.net - Error 403</title>
<title>Forbidden request (Error 403) - FiveMods.net</title>
<meta http-equiv="content-language" content="en" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<meta name="description" content="Searching for FiveM ready scripts, vehicles, mods, maps, peds and more? You've come to the right place. FiveMods.net the palce to get the best resources for your FiveM server." />
Expand All @@ -28,48 +28,55 @@
<script src="/cdn-cgi/apps/head/ictDLxICQsFVMPS59T0akYEa1qs.js"></script>
<link rel="icon" href="https://cdn.discordapp.com/attachments/662762008504041522/737797664221167666/fivemods.png">
<style>
* {
background-color: #17141f;
html,
body {
background: url('/static-assets/img/background/icon_bg_dark.png');
background-repeat: repeat;
background-size: 75%;
color: #ff8637;
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}

.center {
text-align: center;
margin-top: 35vh;
font-family: Arial, Helvetica, sans-serif;
color: #ff8637;
font-size: 12px;
.full-height {
height: 100vh;
}

.center2 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #ff8637;
font-size: 12px;
text-decoration: none;
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}

.sub {
text-align: center;
color: #ff8637;
margin-top: -130px;
letter-spacing: 2px;
font-family: Arial, Helvetica, sans-serif;
.position-ref {
position: relative;
}

a {
color: #ff8637;
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}

a:hover {
color: #ee7727;
.message {
font-size: 18px;
text-align: center;
}
</style>
</head>

<body>
<h1 class="center" style="font-size: 175px;">403</h1>
<p class="sub">Forbidden request. Take me <a href="#" onclick="window.history.back();">back</a>.</p>
<!-- <p class="center">Copyright &copy; 2020 FiveMods. All rights reserved.</p> -->
<div class="flex-center position-ref full-height">
<div class="code">
403 </div>

<div class="message" style="padding: 10px;">
Forbidden request </div>
</div>

</body>

</html>
4 changes: 3 additions & 1 deletion error/400/404.html
Expand Up @@ -30,7 +30,9 @@
<style>
html,
body {
background-color: #17141f;
background: url('/static-assets/img/background/icon_bg_dark.png');
background-repeat: repeat;
background-size: 75%;
color: #ff8637;
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
Expand Down

0 comments on commit 4cc8a55

Please sign in to comment.