Skip to content

Commit d8bca21

Browse files
authored
Merge pull request #86 from bovem/drafts
Updated blog cover image and branding
2 parents 46c05e7 + 414d069 commit d8bca21

47 files changed

Lines changed: 178 additions & 63 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
[![Blog Cover Image](./static/avnish-cover.png)](https://www.avni.sh/)
1+
[![Blog Cover Image](./static/cover.png)](https://www.avni.sh/)
22

33
## Hi I'm Avnish.
4-
* Building software at Autodesk, passionate about simplifying technical concepts.
5-
* This is my blog, where I document my learnings on computer science and mathematics through articles.
6-
* Explore my <a target=_blank href="https://www.avni.sh/posts/projects">personal projects</a> or check my <a target=_blank href="https://www.avni.sh/resume/latest/Resume_Avnish_Pal.pdf">resume</a> for professional experience.
7-
* Connect with me on <a target=_blank href="https://github.com/bovem">GitHub</a> or <a target=_blank href="https://www.linkedin.com/in/avnish-pal/">LinkedIn</a> to discuss ideas or collaborate.
4+
* Building software at Autodesk in Singapore.
5+
* Passionate about simplifying concepts from computer science and math.
6+
* Check my <a target=_blank href="https://www.avni.sh/resume/latest/Resume_Avnish_Pal.pdf">resume</a> to learn more about my professional experience.
87
* Subscribe to my <a target=_blank href="https://www.avni.sh/index.xml">RSS feed</a> to be notified when I publish new articles.
98

109
## <a target=_blank href="https://www.avni.sh/contents">Index of Blog Contents</a>

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
baseURL: "https://www.avni.sh"
2-
title: "» avni.sh"
2+
title: "avni.sh"
33
theme: PaperMod
44

55
enableInlineShortcodes: true
@@ -70,7 +70,7 @@ params:
7070
ShowRssButtonInSectionTermList: true
7171
ShowToc: true
7272
# comments: false
73-
images: ["avnish-cover.png"]
73+
images: ["cover.png"]
7474

7575
profileMode:
7676
enabled: false

content/posts/computer-science/interview-preparation/arrays-strings-hashmaps/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,10 @@ func main(){
393393
```
394394

395395
<hr>
396-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
396+
397+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
398+
399+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
397400

398401
# Resources
399402
<a href="https://www.freecodecamp.org/news/hash-tables/" target="_blank">Hash Table Explained: What it Is and How to Implement It</a>

content/posts/computer-science/interview-preparation/contains-duplicate/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ func main(){
150150
```
151151

152152
<hr>
153-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
153+
154+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
155+
156+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
154157

155158
# Resources
156159
<a href="https://leetcode.com/problems/contains-duplicate/" target="_blank">217. Contains Duplicate</a>

content/posts/computer-science/interview-preparation/encoding-and-decoding-strings/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,9 @@ func main(){
340340

341341
<hr>
342342

343-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
343+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
344+
345+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
344346

345347
# Resources
346348
<a href="https://www.lintcode.com/problem/659/" target="_blank">659 · Encode and Decode Strings</a>

content/posts/computer-science/interview-preparation/group-anagrams/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,9 @@ func main(){
341341

342342
<hr>
343343

344-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
344+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
345+
346+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
345347

346348
# Resources
347349
<a href="https://leetcode.com/problems/group-anagrams/description/" target="_blank">49. Group Anagrams</a>

content/posts/computer-science/interview-preparation/is-anagram/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,10 @@ func main(){
234234
```
235235

236236
<hr>
237-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
237+
238+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
239+
240+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
238241

239242
# Resources
240243
<a href="https://leetcode.com/problems/valid-anagram/" target="_blank">242. Valid Anagram</a>

content/posts/computer-science/interview-preparation/is-valid-sudoku/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,9 @@ func main(){
535535

536536
<hr>
537537

538-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
538+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
539+
540+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
539541

540542
# Resources
541543
<a href="https://sudoku.com/how-to-play/sudoku-rules-for-complete-beginners/" target="_blank">How to Play Sudoku?</a>

content/posts/computer-science/interview-preparation/linked-lists/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,10 @@ func main(){
618618
```
619619

620620
<hr>
621-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
621+
622+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
623+
624+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
622625

623626
# Resources
624627
<a href="https://www.freecodecamp.org/news/how-linked-lists-work/" target="_blank">How Does a Linked List Work? A Beginner's Guide to Linked Lists</a>

content/posts/computer-science/interview-preparation/longest-consecutive/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ func main(){
262262

263263
<hr>
264264

265-
Thank you for taking the time to read this blog post! If you found this content valuable and would like to stay updated with my latest posts consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
265+
Thank you for taking the time to read this blog post! Have questions, feedback or want to discuss this topic? Feel free to reach out at <a href="mailto:blog@avni.sh">blog@avni.sh</a>.
266+
267+
If you found this content valuable and would like to stay updated with my latest posts, consider subscribing to my <a href="https://www.avni.sh/index.xml" target="_blank">RSS Feed</a>.
266268

267269
# Resources
268270
<a href="https://leetcode.com/problems/longest-consecutive-sequence/description/" target="_blank">128. Longest Consecutive Sequence</a>

0 commit comments

Comments
 (0)