gives ID to about section

This commit is contained in:
Ashley Blewer 2017-10-19 09:55:10 -04:00
parent 44ee05bcaf
commit ac0697f1c4

View File

@ -41,7 +41,7 @@
<div class="content">
<div class="well">
<h2 class="heading">About ffmprovisr</h2>
<h2 class="heading" id="about">About ffmprovisr</h2>
<span class="intro-lead">Making FFmpeg Easier</span>
<p>FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.</p>
<p>Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. A new window will open up with a sample command and a description of how that command works. You can copy this command and understand how the command works with a breakdown of each of the flags.</p>