Skip to content

Commit 956dbe4

Browse files
committed
Adding about image, removing mobile menu toggle border
1 parent d21bca4 commit 956dbe4

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

_sass/_content.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
.post-thumbnail {
4040
display: block;
4141
margin-bottom: 1.66667em;
42+
text-align: center;
4243
}
4344

4445
.post-thumbnail img {
45-
width: 100%;
46+
width: 80%;
4647
}
4748

4849
.post-meta, .caption-text {

_sass/_forms.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ textarea:focus {
2828
outline: 0;
2929
}
3030

31-
button,
3231
input[type="submit"],
3332
input[type="button"],
3433
a.button {
@@ -49,9 +48,6 @@ a.button {
4948
transition: .3s ease;
5049
}
5150

52-
button:hover,
53-
button:focus,
54-
button:active,
5551
input[type="submit"]:hover,
5652
input[type="submit"]:focus,
5753
input[type="submit"]:active,

_sass/_header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373

7474
#menu-toggle {
7575
background-color: transparent;
76+
border: none;
7677
color: #fff;
7778
height: 30px;
7879
margin-left: auto;

_sass/_media-queries.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
}
264264
}
265265

266+
@media only screen and (max-width: 1086px) {
267+
.post-thumbnail img {
268+
margin: 0;
269+
width: 100%;
270+
}
271+
}
272+
266273
@media only screen and (max-width: 800px) {
267274
.menu--opened .site {
268275
height: 100%;

about.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
layout: page
33
title: About
4+
featured_image: /assets/images/about/helpers.jpg
45
---
56

67
My name is Steve Wilkes. I'm a senior .NET programmer and hands-on architect from Bristol, UK.
78

89
In my couple of decades' experience, I've architected and written mission-critical, award-winning projects,
910
introduced Agile methodologies to Waterfall companies, migrated .NET Framework apps to .NET Core, and worked
1011
extensively in all areas of the web stack. I'm comfortable talking plain English to stakeholders as well as
11-
techie to fellow programmers. I am always practicing, learning and improving.
12+
techie to fellow programmers. I am always practicing, learning and improving. I also have a couple of cats.
13+
They're pretty helpful.
1214

1315
If your codebase keeps throwing up bugs, it takes an age to add a new feature, your application is difficult
1416
to test, or you want to migrate a legacy app to .NET Core, [get in touch](/contact) - I may be able to help!

assets/images/about/Helpers.jpg

66.2 KB
Loading

0 commit comments

Comments
 (0)