Skip to content

Instantly share code, notes, and snippets.

@creaoy
Created January 20, 2016 19:33
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/f164a08070f4b379c10f to your computer and use it in GitHub Desktop.
Save creaoy/f164a08070f4b379c10f 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">
<div class="col-md-10 col-sm-12 ">
<h2>Mixpanel</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;">
</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="Connect">
</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