Skip to content

Instantly share code, notes, and snippets.

@creaoy
Created January 20, 2016 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creaoy/98245ed57b5db81a9102 to your computer and use it in GitHub Desktop.
Save creaoy/98245ed57b5db81a9102 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="row text-center">
</div>
<div class="row">
<div class="col-md-10 col-sm-12 ">
<h1>Connected accounts:</h1>
</div>
</div>
<div class="row">
<br>
<div class="col-sm-2 text-success">
<h2 class="">Stripe:</h2>
</div>
<a href="#" class="btn btn-primary">
Connect Stripe
</a>
<br>
<br>
<br>
</div><div class="row">
<br>
<div class="col-sm-2 text-success">
<h2 class="">Square:</h2>
</div>
<h2 href="#" class="text-success">Connected</h2><br>
<br>
<br>
</div><div class="row">
<div class="col-md-10 col-sm-12 text-success">
<h2 class="text-success">Mixpanel connected</h2>
</div>
</div><div class="row">
<div class="col-sm-12">
<div class="photo-form-wrapper clearfix">
<form method="POST" action="https://metricdojo.com/search" accept-charset="UTF-8" autocomplete="off"><input name="_token" type="hidden" value="Ag31NwQZFSTwGhQdWXRYRQUKKNaAT178DdAUftEb">
<div class="row">
<div class="col-md-6 col-sm-4">
<input class="" placeholder="API Key" required="required" id="question-form" name="question" type="text" style="background-image: none; background-position: 0% 0%; background-repeat: repeat;"><ul class="typeahead dropdown-menu" role="listbox" style="top: 54px; left: 15px; display: none;"><li class="active"><a class="dropdown-item" href="#" role="option">How much have I ma<strong>d</strong>e this month?</a></li><li><a class="dropdown-item" href="#" role="option">How much have I ma<strong>d</strong>e this year?</a></li><li><a class="dropdown-item" href="#" role="option">What is the most popular pro<strong>d</strong>uct?</a></li><li><a class="dropdown-item" href="#" role="option">What is the most selling pro<strong>d</strong>uct?</a></li><li><a class="dropdown-item" href="#" role="option">What are the pro<strong>d</strong>ucts that bring the most revenue?</a></li><li><a class="dropdown-item" href="#" role="option">What are the pro<strong>d</strong>ucts that brought in the least revenue?</a></li><li><a class="dropdown-item" href="#" role="option">What is the busiest <strong>d</strong>ay of the week?</a></li><li><a class="dropdown-item" href="#" role="option">Which pro<strong>d</strong>uct shoul<strong>d</strong> I <strong>d</strong>iscontinue?</a></li></ul>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-4">
<input class="" placeholder="API Secret" required="required" id="question-form" name="question" type="text" style="background-image: none; background-position: 0% 0%; background-repeat: repeat;">
</div><div class="col-md-12 col-md-offset-0 col-sm-4 col-sm-offset-4">
<input class="btn btn-primary btn-filled" type="submit" value="Update">
</div>
</div><!--end of row-->
</form>
</div><!--end of photo form wrapper-->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment