Skip to content

Commit

Permalink
'live'
Browse files Browse the repository at this point in the history
  • Loading branch information
Moby47 committed Jul 28, 2021
1 parent 13074ab commit 1dd3da2
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
1 change: 1 addition & 0 deletions dashboard-free.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h1 class="mt-5">Dashboard - free</h1>
<p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
<p><a class="btn btn-primary btn-lg" href='#/ms/logout'>logout</a></p>
<p><a class="btn btn-primary btn-lg" href='https://hardcore-poitras-e80d22.netlify.app/'>home</a></p>
<p><a class="btn btn-primary btn-lg" href='#/ms/profile'>my profile</a></p>
</div>
</main>

Expand Down
1 change: 1 addition & 0 deletions dashboard-paid.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h1 class="mt-5">Dashboard - paid</h1>
<p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
<p><a class="btn btn-primary btn-lg" href='#/ms/logout'>logout</a></p>
<p><a class="btn btn-primary btn-lg" href='https://hardcore-poitras-e80d22.netlify.app/'>home</a></p>
<p><a class="btn btn-primary btn-lg" href='#/ms/profile'>my profile</a></p>
</div>
</main>

Expand Down
96 changes: 96 additions & 0 deletions denied.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Signup</title>

<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/sign-in/">



<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">


<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
html,
body {
height: 100%;
}

body {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}

.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}

.form-signin .checkbox {
font-weight: 400;
}

.form-signin .form-floating:focus-within {
z-index: 2;
}

.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
</style>


<!-- Memberstack Webflow
<script src="https://api.memberstack.io/static/memberstack.js?webflow" data-memberstack-id="dd68683ffc59457dc2053da8074416b1"> </script>
-->
<!-- Memberstack -->
<script src="https://api.memberstack.io/static/memberstack.js?custom" data-memberstack-id="9c0d1ab5488c0f88df69b0e38f0b0a98"> </script>


</head>
<body class="text-center">

<main class="form-signin">

<h1 class="h3 mb-3 fw-normal">Access denied</h1>

<p><a class="btn btn-primary btn-lg" href='https://hardcore-poitras-e80d22.netlify.app/'> go home</a></p>
</main>



</body>
</html>

0 comments on commit 1dd3da2

Please sign in to comment.