Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
skysarwer committed Jan 26, 2023
1 parent 20bcfe0 commit 49e6374
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/homepage-hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function evn_do_homepage_hero() {

<div>
<h1><?php _e('High quality websites that you control, built with a human touch.', 'evn');?></h1>
<p><?php _e('Hi, my name is Evan. My goal is to empower independent professionals and creative projects, using my expertise in Wordpress development.', 'evn');?></p>
<p><?php _e('Hi, my name is Evan. My goal is to empower independent professionals with my passion and expertise in Wordpress development.', 'evn');?></p>
<p><?php _e('I love solving complex problems in pursuit of ambitious designs. I strive to provide work that is scalable, practical and user friendly.', 'evn');?></p>
<button class="cta" type="button" data-a11y-dialog-show="contact_cta"><?php _e('Work with me', 'evn');?> <?php echo evn_cta_arrow_svg();?></button>
<a class="button" href="#primary"><?php _e('Learn more', 'evn');?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" fill="transparent" stroke="currentColor"><path stroke="none" d="M0 0h24v24H0z"></path><polyline points="9 6 15 12 9 18"></polyline></svg></a>
Expand Down
2 changes: 1 addition & 1 deletion sass/abstracts/_structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $spacing__default-lg: 5.875rem;
$spacing__default-md: 2rem;
$spacing__default-sm: 1rem;

$spacing__content-lg: 12rem;
$spacing__content-lg: 10rem;
$spacing__content-md: 1rem;
$spacing__content-sm: 0rem;

Expand Down
2 changes: 2 additions & 0 deletions sass/elements/_copy.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
p {
margin-bottom: 1.5em;
font-size: 1.1em;
line-height: 1.875;
}

p.small {
Expand Down
5 changes: 5 additions & 0 deletions sass/elements/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ ol {
}
}

li {
font-size: 1.1rem;
line-height: 1.875;
}

ul {
list-style: revert;

Expand Down
6 changes: 5 additions & 1 deletion sass/patterns/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
position: relative;
z-index: 9;
}

p {
font-size: 1em;
}
}

.homepage-bottom {
Expand Down Expand Up @@ -114,7 +118,7 @@
height: calc(50vh + 3em);
width: calc(62vh + 4em);
top: -2em;
left: -10%;
left: -10vh;

img {
object-fit: cover;
Expand Down
6 changes: 6 additions & 0 deletions sass/structure/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
background: $color__accent-dark;
color: white;

::selection, ::-moz-selection {
background: #fff;
color: $color__accent;
}

ul {
display: none;
}
Expand All @@ -101,6 +106,7 @@
li {
position: relative;
font-family: $font__semibold;
font-size: 1em;
margin-bottom: 0;
padding-bottom: 0.5em;
padding-top: 0.5em;
Expand Down

0 comments on commit 49e6374

Please sign in to comment.