{% extends '@BidcozCore/Layout/marketing.html.twig' %}
{% block meta %}<meta name="description" content=“Software to design and manage fundraising. Online auctions, event auctions, ticketed events, and campaigns.”>{% endblock %}
{% block content %}
<div class="row mt-4">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="panel h-100">
<div class="panel-body h-100">
<form action="{{ path('dashboard_redirect') }}" method="post" class="d-flex flex-column h-100">
<h4 class="mt-0 flex-grow-1">Help me find my Organization account.</h4>
<div>
<p class="lead mb-0">Enter your CausePilot account name.</p>
<div class="control d-flex align-items-center">
<span class="input-group-addon" id="url-prefix">
<strong>fly.causepilot.com/</strong>
</span>
<input id="organization_slug" class="flex-grow-1" type="text" placeholder="account name" name="slug" />
</div>
</div>
<div class="actions flex-shrink-0">
<button
id="dashboard_submit"
class="btn full-width"
type="submit"
>
Open Dashboard
</button>
</div>
</form>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="panel h-100">
<div class="panel-body d-flex flex-column h-100">
<h4 class="flex-grow-1 mt-0">I am a fundraiser and want to become a CausePilot.</h4>
<div class="actions flex-shrink-0">
<a
id="learn-more"
class="btn full-width"
type="button"
href="https://www.causepilot.com"
target="_blank"
>
Learn More
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="panel h-100">
<div class="panel-body h-100">
<form action="{{ path('search') }}" class="form d-flex flex-column h-100">
<h4 class="mt-0 flex-grow-1">Help me find a fundraiser on CausePilot.</h4>
<div>
<p class="lead mb-0">Search for an event</p>
<div class="form-group">
<input class="form-control" name="q" type="text" placeholder="Enter event name">
</div>
</div>
<div class="actions flex-shrink-0">
<button
id="search_submit"
class="btn full-width"
type="submit"
>
Search
</button>
</div>
</form>
</div>
</div>
</div>
</div>
{#
<div class="row">
<div class="col-sm-12 text-center">
<h4 class="text-white">Are you a CausePilot Administrator or Manager?</h4>
<a href="/login">
<button>Log in</button>
</a>
</div>
</div>
#}
<div class="row">
<div class="col-sm-12 text-center text-white">
<p>
<b>Don't see what you are looking for?</b><br/>
<a href="https://www.causepilot.com/contact" target="_blank" class="font-weight-light">Contact Us</a>
</p>
</div>
</div>
{% endblock %}