Created
August 4, 2019 22:01
-
-
Save planetoftheweb/3b0893648e0204919f582e5aa549c7c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div | |
class="row justify-content-center" | |
> | |
<div class="col-md-8"> | |
<h1 class="font-weight-light text-center">Attendees</h1> | |
<div class="card bg-light mb-4"> | |
<div class="card-body text-center"> | |
<div class="input-group input-group-lg"> | |
<input | |
type="text" | |
placeholder="Search Attendees" | |
class="form-control" | |
/> | |
<div class="input-group-append"> | |
<button | |
class="btn btn-sm btn-outline-info" | |
title="Pick a random attendee" | |
> | |
<font-awesome-icon icon="random"></font-awesome-icon> | |
</button> | |
<button | |
class="btn btn-sm btn-outline-info" | |
title="Reset Search" | |
> | |
<font-awesome-icon icon="undo"></font-awesome-icon> | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment