Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devansh was here #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion forms/foundForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</head>

<body>
<!-- nvcbar starts -->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark">
<a class="navbar-brand grow" href="../index.html">gotLost</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -50,6 +51,7 @@

</div>
</nav>
<!-- navbar ends -->
<!-- <h1>Hello, world!</h1> -->
<main>
<section>
Expand All @@ -61,6 +63,7 @@
<div class="container p-5 mt-5" id="form-container">

<h1 class="text-center">Glad To See You Here <i class="far fa-smile-beam"></i></h1>
<!-- form starts -->
<form class="mt-4">
<div class="input-group mb-4">
<div class="input-group-prepend">
Expand Down Expand Up @@ -114,6 +117,7 @@ <h1 class="text-center">Glad To See You Here <i class="far fa-smile-beam"></i></
<button type="submit" class="btn btn-outline-primary ">Submit</button>
</div>
</form>
<!-- form ends -->
</div>
</div>
</section>
Expand All @@ -126,7 +130,7 @@ <h1 class="text-center">Glad To See You Here <i class="far fa-smile-beam"></i></
<small> <span>Copyright &copy;</span> <span>All Rights Reserved</span> <span>Terms of Use</span> and <span>Privacy Policy</span></small>
</div>
</footer>

<!-- Javascript urls -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
Expand Down