Skip to content

Commit

Permalink
'push'
Browse files Browse the repository at this point in the history
  • Loading branch information
Moby47 committed Jul 26, 2021
1 parent f2e25b9 commit 70eb533
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 8 deletions.
2 changes: 2 additions & 0 deletions profile.html
Expand Up @@ -84,7 +84,9 @@

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


<a class="btn btn-primary btn-lg" href='#/ms/profile'>profile</a>

<p class="mt-5 mb-3 text-muted">&copy; 2017–2021</p>
</form>
</main>
Expand Down
93 changes: 93 additions & 0 deletions signx.html
@@ -0,0 +1,93 @@

<!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>Signin</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 -->
<script src="https://api.memberstack.io/static/memberstack.js?custom" data-memberstack-id="9c0d1ab5488c0f88df69b0e38f0b0a98"> </script>

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

<main class="form-signin">
<form>
<h1 class="h3 mb-3 fw-normal">Please sign in</h1>

<a class="w-100 btn btn-lg btn-primary" type="submit" href='#/ms/login'>Sign in</a>
<p class="mt-5 mb-3 text-muted">&copy; 2017–2021</p>
</form>
</main>



</body>
</html>
18 changes: 10 additions & 8 deletions test.html
Expand Up @@ -103,15 +103,17 @@ <h1 class="h3 mb-3 fw-normal">Sign up</h1>
<label for="floatingPassword">Password</label>
</div>

<div class="form-floating">
<input type="checkbox" class="form-control" id="floatingPassword" placeholder="Password"
data-ms-member="pes">
<label for="floatingPassword">Pes</label>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" data-ms-member="pes">
<label class="form-check-label" for="flexCheckDefault">
Pes
</label>
</div>
<div class="form-floating">
<input type="checkbox" class="form-control" id="floatingPassword" placeholder="Password"
data-ms-member="fifa">
<label for="floatingPassword">Fifa</label>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" data-ms-member="fifa">
<label class="form-check-label" for="flexCheckChecked">
Fifa
</label>
</div>

<input class="w-100 btn btn-lg btn-primary" type="submit" value='Sign up' />
Expand Down

0 comments on commit 70eb533

Please sign in to comment.