From 10bad1b7ad0713fe418282f7a9ec8988379bc3f9 Mon Sep 17 00:00:00 2001 From: ablwr Date: Fri, 20 Mar 2015 22:33:41 -0400 Subject: [PATCH] aesthetics --- css/css.css | 9 +++++++++ index.html | 26 +++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/css/css.css b/css/css.css index 3781024..d27dbfb 100644 --- a/css/css.css +++ b/css/css.css @@ -1,3 +1,12 @@ +h1,h2,h3,h4,h5,h6 { + font-family: 'Montserrat', sans-serif; +} + +div { + /*font-family: 'Ubuntu', sans-serif;*/ + font-family: 'Sanchez', serif; +} + span .btn { margin: 6px; } diff --git a/index.html b/index.html index 9059d0d..c192b9d 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,9 @@ + + + @@ -25,11 +28,18 @@
-
+

-

What do you want to do?

-
Select from the following.
-
+

Making FFmpeg easier

+

FFmpeg is a powerful framework for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with the command line. This app helps users through the bash command generation process so that more people can reap the benefits of the FFmpeg library.

+

This project is very much a work in progress. Each button displays a form to help fulfill a popular user request. To use, click on the button and fill out the form. After clicking the Generate button, a command line will appear in the box below. That line can be copied and pasted into a Terminal, with the assumption that the video file is located in the same directory that the user currently is in.

+

For FFmpeg basics, check out their official website.

+

For bash and command line basics, try the Command Line Crash Course

+
+ +
+

What do you want to do?

+
Select from the following.
@@ -43,13 +53,7 @@
-
-

Making ffmpeg easier

-

FFmpeg is a powerful framework for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with the command line. This app helps users through the bash command generation process so that more people can reap the benefits of the ffmpeg library.

-

This project is very much a work in progress. Each button displays a form to help fulfill a popular user request. To use, click on the button and fill out the form. After clicking the Generate button, a command line will appear in the box below. That line can be copied and pasted into a Terminal, with the assumption that the video file is located in the same directory that the user currently is in.

-

For FFmpeg basics, check out their official website.

-

For bash and command line basics, try the Command Line Crash Course

-
+