mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-08 11:24:04 +01:00
Register-Verification-sent.html - Added a WIP Card with text
This commit is contained in:
parent
6f525b7330
commit
6fd0c0176e
1 changed files with 22 additions and 0 deletions
|
@ -25,6 +25,18 @@
|
|||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
width: 70%;
|
||||
position: center;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
background-color: #212226;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -38,6 +50,16 @@
|
|||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"></div>
|
||||
</nav>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="card" style="width: 18rem;">
|
||||
<img src="assets/logo_transparent.png" class="card-img-top" alt="Logo">
|
||||
<div class="card-body">
|
||||
<h1 class="card-text" style="color: white;">Verify Your Email Address</h1>
|
||||
<p class="card-text" style="color: #dedede;">Before proceeding, please check your email for a verification link to verify your email address.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"></script>
|
||||
|
|
Loading…
Reference in a new issue