Skip to content

Commit

Permalink
adding tag and heading to voice note page
Browse files Browse the repository at this point in the history
relates to #163
  • Loading branch information
pbywater committed Aug 3, 2017
1 parent 7f70aef commit 864720d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,14 @@
<input id="photo-save" class="memory-input__submit camera" type="submit" value="Save">
</form>
<div class='memory-input microphone hide img-background'></div>
<img src='assets/icons/card_icons/audio_folder_icon.svg' class='memory-input microphone hide image' />
<form class="memory-input microphone hide" action="memory-input-audio" method="post">
<img src='assets/icons/card_icons/audio_folder_icon.svg' class='memory-input microphone hide image' />
<form class="memory-input microphone hide" action="memory-input-audio" method="post">
<input class="heading-input heading-input--microphone delete" name="heading" type="text" placeholder="Enter a heading" maxlength="25" style="margin-bottom: -20%">
<input class="tag-input tag-input--microphone delete top" name="tag" type="text" placeholder="Enter a tag" style="margin-bottom: -20%"></input>
<label for='microphone' class="memory-input__label microphone">Record a voice note</label>
<input id='microphone' class="memory-input__submit microphone" type="file" accept="audio/*" capture="microphone" style='opacity:0;'></input>
</form>
<input id="microphone-save" class="memory-input__submit microphone" type="submit" value="Save">
</form>
</div>
<div class="memory-input cog hide settingsLinks">
<p class="aboutLink"><a href="https://github.com/pbywater/echo">About this App</a></p>
Expand Down

0 comments on commit 864720d

Please sign in to comment.