Commit 279cf756 authored by Thathsarani R.P.H.S.R's avatar Thathsarani R.P.H.S.R

Create request.html

parent efbfd30d
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>zenBot Conversation</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="chat.css">
<!------ display shortcut icon ------>
<link rel = "shortcut icon" href = "../static/logo.png">
<style>
.navbar {
background-color: #0b0b45;
}
.container {
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body style="background-image: url(../static/lgbg.jpg);">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<nav class="navbar">
<div class="container-fluid">
<!-- <a class="navbar-brand" href="#">
<img src="logo.png" alt="" width="30" height="24" class="d-inline-block align-text-top">
zenFlow
</a> -->
<img src="../static/logo.svg" alt="" width="100" height="50" style="position: relative; left: 45%;">
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" hidden>
<!-- <button class="btn btn-outline-primary" type="submit">Register</button> -->
</form>
</div>
</nav>
<div class="container mt-5" style="background-color: white; width : 50%; justify-content: center;">
<br>
<center> <h3 style="color: #0b0b45;">Request Access for zenBot</h3> </center>
<hr style="border: 2px #0b0b45 solid;">
<br>
<p> Please fill all the mandatory information <span style="color:#ff0000">*</span> </p>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label"> <b> Username </b> <span style="color:#ff0000">*</span> </label>
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="Enter Your Username" required>
</div>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label"><b> Email Address </b> <span style="color:#ff0000">*</span> </label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Enter Your Email Address" pattern="[a-zA-Z0-9.%+-]*{8}" required>
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label"><b> Description </b></label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<br>
<div class="d-grid gap-2 d-md-block" style="float: right;">
<button class="btn btn-success" type="submit">Reset</button>
<button class="btn btn-primary" type="reset">Submit</button>
</div>
<br>
<br>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment