Skip to content

Commit d6d7031

Browse files
authored
Merge pull request #513 from typelevel/remove-stock-photo
Remove stock photo and redundant About section
2 parents 2677062 + 6aeeb36 commit d6d7031

File tree

5 files changed

+1
-28
lines changed

5 files changed

+1
-28
lines changed

_includes/_masthead.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@ <h1><span>{{ site.title }}</span></h1>
99
<a class="button button-primary" href="{{ site.baseurl }}/about/">About</a>
1010
</div>
1111
</div>
12-
<div class="masthead-image">
13-
<svg class="masthead-image-path" width="214px" height="217px">
14-
<polygon fill="#FE4559"
15-
points="0.100965794 125.225045 0.100965794 216.172414 213.283516 91.1197822 213.283516 0.172413793">
16-
</polygon>
17-
</svg>
18-
<div class="masthead-image-position">
19-
<svg width="870px" height="690px">
20-
<clipPath id="polygon">
21-
<polygon points="0 123.444899 0 690.289062 881.435734 189.659081 881.435734 -377.185083"></polygon>
22-
</clipPath>
23-
</svg>
24-
<img class="mask" src="{{ site.baseurl }}/img/assets/[email protected]" alt="">
25-
</div>
26-
</div>
2712
</div>
2813
</div>
2914
</section>

_includes/_section-about.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

_layouts/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<body>
55
{% include _nav.html %}
66
{% include _masthead.html %}
7-
{% include _section-about.html %}
87
{% include _section-projects.html %}
98
{% include _cta-newsletter.html %}
109
{% include _section-blog.html %}

_sass/components/_masthead.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#masthead {
66
padding: $masthead-padding 0;
7-
min-height: $base-point-grid * 225;
7+
min-height: $base-point-grid * 100;
88

99
.masthead-inner {
1010
@include grid;

img/assets/[email protected]

-968 KB
Binary file not shown.

0 commit comments

Comments
 (0)