big clean

This commit is contained in:
ablwr 2014-09-07 10:08:28 -04:00
parent b6576a4d38
commit 3b0984957b
2 changed files with 0 additions and 52 deletions

View File

@ -16,7 +16,6 @@
</head> </head>
<body> <body>
<!-- break div into two here -->
<div class="row"> <div class="row">
<div class="container"> <div class="container">
<%= yield %> <%= yield %>

View File

@ -14,57 +14,6 @@
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head> </head>
<div class="container">
<h1>➺ ffmproviser ❥</h1>
<!-- form begins -->
<div class="well">
<fieldset>
<legend>First form</legend>
<!-- First we need a select question option... form or not? -->
<h4>What is your question?</h4>
<ul>
<li>Display info</li>
<li>Export for web</li>
<li>Add subtitles track</li>
<li>Remove audio track</li>
<li>Add audio track</li>
</ul>
</fieldset>
</div>
<div id="file_names">
<div class="well">
<fieldset>
<legend>Input and Output</legend>
<div class="form-group">
<label class="control-label" for="input_name">Input</label>
<div class="controls">
<input type="text" name="input_name" id="input_name" placeholder="input" />
</div>
</div>
<div class="form-group">
<label class="control-label" for="output_name">Output</label>
<div class="controls">
<input type="text" name="output_name" id="output_name" placeholder="output" />
</div>
</div>
<br/>
<input type="button" class="btn btn-large btn-primary" name="generate" id="generate" value="Generate" />
</fieldset>
</div>
</div>
<div class="well">
<fieldset>
<legend>Your command line:</legend>
<textarea name="command_line" id="command_line" rows="3" cols="100"></textarea>
</fieldset>
</div>
</div> <!-- container -->
<div class="footer"> <div class="footer">
<p>Made with ♥ by <a href="http://www.ashleyblewer.com">Ashley Blewer</a></p> <p>Made with ♥ by <a href="http://www.ashleyblewer.com">Ashley Blewer</a></p>
</div> </div>