diff --git a/_config.yml b/_config.yml index 2a518c2..e1d484c 100755 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1,13 @@ # Site wide configuration -title: Site Title +title: kabhijit locale: en_US -logo: # filename of a logo image that has been placed into your images directory +logo: logo.png # filename of a logo image that has been placed into your images directory # Enter the following platform usernames if you would like for them to appear on your site. owner: - name: Your Name - avatar: bio-photo.jpg + name: Abhijit Kshirsagar + avatar: kAbhijit_02_600px.jpg bio: "A brief description of yourself." email: #emailaddress # Do not include the @ symbol in your Twitter username diff --git a/_sass/page.scss b/_sass/page.scss index 55572e0..d4a689f 100644 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -389,7 +389,7 @@ $button-size: 1.5rem; display: none; .bio-photo { max-width: 110px; - @include rounded(150px); + @include rounded(10px); } @media #{$small} { display: block; @@ -418,7 +418,7 @@ $button-size: 1.5rem; .bio-photo, p, .author-social { - max-width: 150px; + max-width: 200px; } } @media #{$x-large} { diff --git a/images/kAbhijit_02_600px.jpg b/images/kAbhijit_02_600px.jpg new file mode 100644 index 0000000..8e8ba42 Binary files /dev/null and b/images/kAbhijit_02_600px.jpg differ diff --git a/images/logo.png b/images/logo.png index c94d882..71531fe 100644 Binary files a/images/logo.png and b/images/logo.png differ