From a081d5c7f378e804433e8567a5c686e539bfd04f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:55:13 -0500 Subject: [PATCH] Twitter CTA on mobile with deep link --- src/layouts/index.html | 48 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index bd280c8..c918940 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -55,7 +55,23 @@ text-transform: uppercase; } + @media only screen and (max-width: 768px) { + .mobile-ctas{ + visibility: visible; + } + .desktop-ctas{ + display:none; + } + } + @media only screen and (min-width: 768px) { + .mobile-ctas{ + display:none; + } + .desktop-ctas{ + visibility: visible; + } + } @@ -66,18 +82,42 @@

Invisible yet powerful

Upgrade to Tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth updates. From the creator of Brew.

Introducing tea, the cross-platform package manager of the future. Say goodbye to slow package managers. With tea, simply type commands and it takes care of the rest. Get the latest version easily and support specific tool versions for different projects. Encoding dependencies in the README makes it readable by humans and tea, providing easier access for users. Experience better package management with tea.

-
+ +
+ + +
+ +
- - - +
+ +

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.