Skip to content

Commit

Permalink
Merge pull request #513 from typelevel/remove-stock-photo
Browse files Browse the repository at this point in the history
Remove stock photo and redundant About section
  • Loading branch information
valencik authored May 22, 2024
2 parents 2677062 + 6aeeb36 commit d6d7031
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
15 changes: 0 additions & 15 deletions _includes/_masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ <h1><span>{{ site.title }}</span></h1>
<a class="button button-primary" href="{{ site.baseurl }}/about/">About</a>
</div>
</div>
<div class="masthead-image">
<svg class="masthead-image-path" width="214px" height="217px">
<polygon fill="#FE4559"
points="0.100965794 125.225045 0.100965794 216.172414 213.283516 91.1197822 213.283516 0.172413793">
</polygon>
</svg>
<div class="masthead-image-position">
<svg width="870px" height="690px">
<clipPath id="polygon">
<polygon points="0 123.444899 0 690.289062 881.435734 189.659081 881.435734 -377.185083"></polygon>
</clipPath>
</svg>
<img class="mask" src="{{ site.baseurl }}/img/assets/[email protected]" alt="">
</div>
</div>
</div>
</div>
</section>
11 changes: 0 additions & 11 deletions _includes/_section-about.html

This file was deleted.

1 change: 0 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<body>
{% include _nav.html %}
{% include _masthead.html %}
{% include _section-about.html %}
{% include _section-projects.html %}
{% include _cta-newsletter.html %}
{% include _section-blog.html %}
Expand Down
2 changes: 1 addition & 1 deletion _sass/components/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#masthead {
padding: $masthead-padding 0;
min-height: $base-point-grid * 225;
min-height: $base-point-grid * 100;

.masthead-inner {
@include grid;
Expand Down
Binary file removed img/assets/[email protected]
Binary file not shown.

0 comments on commit d6d7031

Please sign in to comment.