Skip to content

Commit

Permalink
header cta
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbreyer committed Nov 10, 2023
1 parent 281f80a commit b431ec3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 7 additions & 5 deletions assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,15 @@ a:hover {
}

a.open {
text-align: right;
display: block;
width: 100%;
@media print {
display: none;
}
&:hover {
text-decoration: none;
}
}

blockquote {
Expand Down Expand Up @@ -220,11 +226,7 @@ header nav.title {
font-size: 1.33rem;
width: 100%;
position: relative;
em {
position: absolute;
top: 0;
right: 0;
}

a.author {
font-weight: bold;
font-style: italic;
Expand Down
3 changes: 2 additions & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<nav class="title">
<a class="open" href="http://localhost:1313/#connect-with-me"><em>Open for New Projects!</em></a>
<a class="open" href="/#connect-with-me"><em>Available for projects as Tech & Product Lead!</em></a>

<a lang="en" class="author" href="/">{{ $.Site.Copyright }}</a>
{{/* <span class="description"></span> */}}
{{/* <span class="description">- CTPO > <a lang="en" href="/categories/business/">Startup Strategy</a>, <a lang="en" href="/categories/product/">Product Execution</a> & <a lang="en" href="/categories/engineering-org/">Tech Leadership</a></span> */}}
Expand Down

0 comments on commit b431ec3

Please sign in to comment.