diff mbox

[FFmpeg-devel] web: add hosting provider

Message ID 20191218005836.9558-1-lou@lrcd.com
State Accepted
Headers show

Commit Message

Lou Logan Dec. 18, 2019, 12:58 a.m. UTC
Hosting has been provided by telepoint.bg for 4 years now.
This places an unobtrusive note placed in the footer to acknowledge
their continuing support.

Signed-off-by: Lou Logan <lou@lrcd.com>
---
 src/template_footer1 | 1 +
 1 file changed, 1 insertion(+)

Comments

Tomas Härdin Dec. 18, 2019, 7:48 p.m. UTC | #1
tis 2019-12-17 klockan 15:58 -0900 skrev Lou Logan:
> Hosting has been provided by telepoint.bg for 4 years now.
> This places an unobtrusive note placed in the footer to acknowledge
> their continuing support.
> 
> Signed-off-by: Lou Logan <lou@lrcd.com>
> ---
>  src/template_footer1 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/template_footer1 b/src/template_footer1
> index 1d28d8a..e73a694 100644
> --- a/src/template_footer1
> +++ b/src/template_footer1
> @@ -1,4 +1,5 @@
>  
> +          <small><p class="text-right">Hosting provided by <a href="
> https://telepoint.bg">telepoint.bg</a></p></small>
>          </div> <!-- page-content-inset -->
>        </div> <!-- page-content-wrapper -->
>      </div> <!-- wrapper -->

Cool, didn't know that. Approve!

/Tomas
Lou Logan Dec. 18, 2019, 8:38 p.m. UTC | #2
On Tue, 17 Dec 2019 15:58:36 -0900
Lou Logan <lou@lrcd.com> wrote:

> +          <small><p class="text-right">Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></p></small>

Will switch position of p and small since p should not be a child
element of small.
Michael Niedermayer Dec. 18, 2019, 10:28 p.m. UTC | #3
On Tue, Dec 17, 2019 at 03:58:36PM -0900, Lou Logan wrote:
> Hosting has been provided by telepoint.bg for 4 years now.
> This places an unobtrusive note placed in the footer to acknowledge
> their continuing support.
> 
> Signed-off-by: Lou Logan <lou@lrcd.com>
> ---
>  src/template_footer1 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/template_footer1 b/src/template_footer1
> index 1d28d8a..e73a694 100644
> --- a/src/template_footer1
> +++ b/src/template_footer1
> @@ -1,4 +1,5 @@
>  
> +          <small><p class="text-right">Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></p></small>
>          </div> <!-- page-content-inset -->
>        </div> <!-- page-content-wrapper -->
>      </div> <!-- wrapper -->

this or something similar LGTM

thx

[...]
Lou Logan Dec. 20, 2019, 1:33 a.m. UTC | #4
On Wed, Dec 18, 2019, at 1:28 PM, Michael Niedermayer wrote:
>
> this or something similar LGTM

Pushed.
diff mbox

Patch

diff --git a/src/template_footer1 b/src/template_footer1
index 1d28d8a..e73a694 100644
--- a/src/template_footer1
+++ b/src/template_footer1
@@ -1,4 +1,5 @@ 
 
+          <small><p class="text-right">Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></p></small>
         </div> <!-- page-content-inset -->
       </div> <!-- page-content-wrapper -->
     </div> <!-- wrapper -->