Skip to content

Commit

Permalink
changinf the tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
anelllya committed Jun 25, 2024
1 parent c74bc3b commit 6ae84e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ input {


.md-typeset h1 {
font-size: 2rem;
font-size: 1.8rem;
color: var(--md-typeset-color);
font-family: var(--md-typeset-heading);
font-weight: 900;
Expand Down
7 changes: 3 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,9 @@ extra:


# Custom Homepage Elements
home_tagline: Creating Digital Experiences
home_description: Let’s elevate your digital presence together using unique fusion of creativity, innovation, and tailored approach. <br /><br /> Ready to transform your digital landscape?
home_tagline: Digital tools get the job done, <br /> I make them fun.
home_description: Ready to transform your digital landscape?

# Custom Homepage Button(s)
home_button1_name: Let's talk # Comment this parameter out to remove the button.
home_button1_url: mailto:[email protected] # This path starts at your root mkdocs directory.
home_button1_name: Connect # Comment this parameter out to remove the button.
home_button1_theme: md-button md-button--primary # Options: "md-button", "md-button md-button--primary"
2 changes: 1 addition & 1 deletion overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1>{{ config.extra.home_tagline }}</h1>
<p>{{ config.extra.home_description }}</p>

{%- if config.extra.home_button1_name -%}
<p><a href="mailto:anelia.em.stoyanova@gmail.com" title="Let's talk" class="{{ config.extra.home_button1_theme }}" target="_blank">
<p><a href="https://www.linkedin.com/in/anelia-stoyanova/" title="Connect" class="{{ config.extra.home_button1_theme }}" target="_blank">
{{ config.extra.home_button1_name }}</a>
</p>

Expand Down

0 comments on commit 6ae84e7

Please sign in to comment.