From e9c35a9eff9e0881df7d6a6e8d17b70ac37ad0fe Mon Sep 17 00:00:00 2001 From: Jefferson Julio Date: Sun, 30 May 2021 20:06:28 -0300 Subject: Better modularization --- header.sh | 100 ++++++++++---------------------------------------------------- 1 file changed, 16 insertions(+), 84 deletions(-) (limited to 'header.sh') diff --git a/header.sh b/header.sh index 2e9f467..a95aa47 100644 --- a/header.sh +++ b/header.sh @@ -2,105 +2,37 @@ cat <
- header h1, header h2 { + .header-title { + font-size: 1.8rem; text-align: left; line-break: anywhere; } - header .separator-wrap { - margin-top: 15px; - } - - .cursor { - background-color: var(--primary-fg); - animation-name: blink-animation; - animation-duration: 500ms; - animation-iteration-count: infinite; - animation-timing-function: cubic-bezier(0.83,-0.22, 0.54, 0.55); - } - - @keyframes blink-animation { - to { - opacity: 0; - } - } - .mobile { display: none; } @media screen and (max-width: 769px) { .mobile { display: block; } .desktop { display: none; } + + .header-title { + font-size: 1.2rem; + } } - -
-

$ echo "Jefferson Julio" >> ./programadores

-

$ echo "Jefferson Julio" \\
>> ./programadores

-
+ + + +
+

+ $ ${HEADER_TITLE/;/$ }
+

+

+ $ ${HEADER_TITLE_MOBILE/;/$ }
+

HEADER -- cgit v1.2.3