Skip to content

Commit

Permalink
~update resume & desc., ~minor fixes/improvs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishnitinpatil committed Dec 9, 2023
1 parent 2ca6367 commit b84aee3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.sass-cache/
.jekyll-metadata
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
serve:
bundle exec jekyll serve
bundle exec jekyll serve --incremental

.SILENT:
.PHONY:
Binary file modified Resume - Ashish Patil.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ person_last_name: Patil
person_nickname: "!mmorta!"
person_gender: male
email: "[email protected]"
description: "Pythonista | Engineer | DotA 2 fanatic"
description: "Father | Husband | Pythonista | Engineer | DotA 2 fanatic"
cv: "Resume - Ashish Patil.pdf"
baseurl: "" # the subpath of your site, e.g. /blog/
hostname: ashishnitinpatil.github.io # used to determine if google analytics should be triggered
Expand Down
3 changes: 1 addition & 2 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
.site-description {
font-size: 10px;
top: 36px;
left: 5px;
left: 2px;
}
}

Expand Down Expand Up @@ -180,7 +180,6 @@
.site-description {
font-size: 9px;
top: 32px;
left: 5px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion _site/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
serve:
bundle exec jekyll serve
bundle exec jekyll serve --incremental

.SILENT:
.PHONY:
Binary file modified _site/Resume - Ashish Patil.pdf
Binary file not shown.
5 changes: 2 additions & 3 deletions _site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pre {
.site-title .site-description {
font-size: 10px;
top: 36px;
left: 5px; }
left: 2px; }

.site-links {
font-size: 16px; }
Expand All @@ -280,8 +280,7 @@ pre {
font-size: 30px; }
.site-title .site-description {
font-size: 9px;
top: 32px;
left: 5px; }
top: 32px; }

.site-links {
font-size: 14px;
Expand Down
6 changes: 3 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Ashish Nitin Patil's personal website</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="description" content="Ashish Nitin Patil - Pythonista | Engineer | DotA 2 fanatic">
<meta name="description" content="Ashish Nitin Patil - Father | Husband | Pythonista | Engineer | DotA 2 fanatic">
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/main.css">
Expand Down Expand Up @@ -37,7 +37,7 @@
<span class="site-title">
<span class="site-name">Ashish Nitin Patil</span>
<span class="site-nickname">!mmorta!</span>
<span class="site-description"><nobr>Pythonista | Engineer | DotA 2 fanatic</nobr></span>
<span class="site-description"><nobr>Father | Husband | Pythonista | Engineer | DotA 2 fanatic</nobr></span>
</span>
<div class="site-links">
<a target="_blank" href="Resume - Ashish Patil.pdf" onclick="_gaq.push(['_trackEvent', 'linkTo', 'cv', this.href]);"><i class="fa fa-file-text-o"></i><span class="link-text">Résumé</span></a>
Expand Down Expand Up @@ -70,7 +70,7 @@
"@context": "http://schema.org",
"@type": "Person",
"name": "Ashish Nitin Patil",
"description": "Pythonista | Engineer | DotA 2 fanatic",
"description": "Father | Husband | Pythonista | Engineer | DotA 2 fanatic",
"sameAs": [
"https://www.linkedin.com/in/ashishnitinpatil/",
"https://stackoverflow.com/users/2689986/shad0w_wa1k3r",
Expand Down

0 comments on commit b84aee3

Please sign in to comment.