Skip to content

Commit

Permalink
update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese-cracker committed Mar 4, 2024
1 parent 1894f97 commit eeb9a52
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 38 deletions.
10 changes: 5 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = "https://cheese-cracker.github.io/"
title = "A House of Ideas"
copyright = "©2022 cheese-cracker"
title = "Futuristic ideas"
copyright = "©2024 cheese-cracker"
theme = "hugo-notepadium-mod"
summaryLength = 30

Expand All @@ -9,14 +9,14 @@ defaultContentLanguage = "en"
hasCJKLanguage = true

enableRobotsTXT = true
paginate = 7 # The number of articles in per page
paginate = 5 # The number of articles in per page
enableEmoji = true

# Enable Disqus
#disqusShortname = "XXX"

# Google Analytics
#googleAnalytics = "UA-123-45"
# Google Analytics (Not supported anymore)
# googleAnalytics = "G-VK520LPFV1"


# [module]
Expand Down
51 changes: 33 additions & 18 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,59 @@ hidden: true
giscus: false
---


<div align="center">
<img height="200" src="/img/ChinmayPhoto.jpg" alt="My Photo"> </img>
<img height="200" src="/img/ChinmayPhotoVacation.jpg" alt="My Photo"> </img>

:wave: Hi, I am Chinmay Hebbar!

<!-- Social Icons -->
<a href="https://www.linkedin.com/in/chinmay-hebbar/" class="btn btn-sm btn-primary"> LinkedIn </a>
<a href="https://github.com/cheese-cracker" class="btn btn-sm btn-primary"> GitHub </a>
<a href="https://www.instagram.com/ch.nm.y/" class="btn btn-sm btn-primary"> Instagram </a>
<a href="https://codeforces.com/profile/cheese-cracker" class="btn btn-sm btn-primary"> CodeForces </a>
<a href="https://lichess.org/@/cheese-cracker" class="btn btn-sm btn-primary"> LiChess </a>
| <a href="https://www.linkedin.com/in/chinmay-hebbar/" class="btn btn-sm btn-primary"> LinkedIn </a>
| <a href="https://github.com/cheese-cracker" class="btn btn-sm btn-primary"> GitHub </a>
| <a href="https://www.instagram.com/ch.nm.y/" class="btn btn-sm btn-primary"> Instagram </a>
| <a href="https://codeforces.com/profile/cheese-cracker" class="btn btn-sm btn-primary"> CodeForces </a>
| <a href="https://lichess.org/@/cheese-cracker" class="btn btn-sm btn-primary"> LiChess </a>
| <a href="https://t.me/cheese_cracker" class="btn btn-sm btn-primary"> Telegram </a>
| <a href="https://x.com/chinmayhebbar" class="btn btn-sm btn-primary">X</a>
|
</div>


#### About Me


I am a Maths and Electonics&Instrumentation student at BITS Pilani. I aim to share useful notes and travelogues through this site.
Feel free contact me at, [mail.here@mail.com](mailto:mail.here@mail.com) or a more [active email account](mailto:4chinmai@gmail.com).
Hi, I'm a ~~Maths and Electonics & Instrumentation student at BITS Pilani~~ Software Engineer at VISA.


In the past, I have worked on interesting personal and professional projects.

Experimenting with new software and learning new things like [polyphasic sleeping](https://www.polyphasic.net), [computational geometry](https://www.youtube.com/playlist?list=PLubYOWSl9mIvTio-1bXWnhE9LdeXfox1z) and [accounting 101](https://www.youtube.com/playlist?list=PLUkh9m2BorqmKaLrNBjKtFDhpdFdi8f7C) interest me!

Hopefully, this site will prove useful in sharing ideas and notes.


Feel free contact me via [email account](mailto:4chinmai@gmail.com).
Or better yet, hit me up on <b><u>[Telegram](https://t.me/cheese_cracker)</u></b>!

:computer: = ArchLinux + ~~XFCE + awesome + [awesome-copycats](https://github.com/lcpz/awesome-copycats)~~ + KDE + nvim

### Projects

:computer: = ArchLinux + XFCE + awesome + [awesome-copycats](https://github.com/lcpz/awesome-copycats) + nvim
1. [WebGPLAN](https://webgplan.cheese-cracker.com): A web based Graph to Rectangular Floor Plan research tool built on GPLAN.
<div align="center">
<iframe width="640" height="360" src="https://www.loom.com/embed/46df00e34e2c4ee1b4b8ca0bbbf94abf?sid=82d84338-7fbe-4954-8563-5de5a1d056ef" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>

2. [Logistic Growth based Game of Life](https://github.com/cheese-cracker/logistic-game-of-life): Simulates the logistic growth of cells (according to eqn) by a modified set of instructions on Conway's Game of Life. (Check out the [demo here](https://logistic-game-of-life-yb7sjahr5q-uc.a.run.app)!)
3. [EMRLite](https://github.com/cheese-cracker/EMRLite): A complete Hospital Billing and Management Web Portal currently in use at the Le' Nest Hospital

### Posts

- [Discrete Vs Continuous Blogpost](http://localhost:1313/posts/discrete-vs-continuous/): Exploring the concept of discrete and continuous as a mental model.
- [Discrete Vs Continuous Blogpost](/posts/discrete-vs-continuous/): Exploring the concept of discrete and continuous as a mental model.
- [Computational Geometry Notes](/posts/compgeom/): Complete week-wise notes and resources for Computational Geometry!
- [Unix SIG Slides](https://docs.google.com/presentation/d/1AJCzVH-kLzTQ65O0ee3LGSMUiY7p3giB8hSb2mvRLHo/edit#slide=id.g35f391192_00): Presentation on the unix command line.
- BITS-ACM Blog - Command Line Apps: Post highlighting useful command line programs, for better productivity on the terminal.
- [Principles of Economics Notes](/posts/poe/): Simple notes outline the important concepts in the POE course.

### Projects

1. [WebGPLAN](http://webgplan.herokuapp.com): A web based graph to Rectangular Floor Plan tool built on GPLAN.
2. [Logistic Growth based Game of Life](https://github.com/cheese-cracker/logistic-game-of-life): Simulates the logistic growth of cells (according to eqn) by a modified set of instructions on Conway's Game of Life
3. [EMRLite](https://github.com/cheese-cracker/EMRLite): A complete Hospital Billing and Management Web Portal currently in use at the Le' Nest Hospital
4. [table-flask](https://github.com/cheese-cracker/table-flask): Displays JSON array of dictionaries in neat tables for easy querying and viewing

### Hackathons

1. IBM ML Hackathon, IISc Bangalore (Runners Up) - Logistic Regression Model with custom input feature from IBM Watson APIs - NatLang, ToneAnalyzer, Discovery
Expand Down
Binary file added static/img/ChinmayPhotoVacation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/hugo-notepadium-mod/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{{- $paginator := .Paginate (where site.RegularPages "Type" "in" site.Params.mainSections) -}}
{{- partial "note-list.html" $paginator -}}
{{- partial "pagination.html" $paginator -}}
{{- end -}}
{{- end -}}
8 changes: 0 additions & 8 deletions themes/hugo-notepadium-mod/layouts/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
<!-- Also, uBlockOrigin / adblockers block this -->
<!-- There were 230 hits in last counter (from Jan 2020 to March 2022). This counter uses visitors so it may be fewer. -->
<!-- There were 1095 (-230) visiters in counter (from March 2022 to Dec 2023). -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VK520LPFV1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VK520LPFV1');
</script>
</div>
<div class="footer-wrap">
<a onclick='window.scrollTo({top: 0, behavior: "smooth"});'>^ TOP ^</a>
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-notepadium-mod/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
{{- partial "math.html" . -}}
{{- partial "syntax.html" . -}}
{{- template "_internal/google_analytics_async.html" . -}}
{{- partial "custom-js.html" . -}}
{{- partial "custom-js.html" . -}}
15 changes: 10 additions & 5 deletions themes/hugo-notepadium-mod/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
<meta name="copyright"content={{ .Site.Params.author }}>
<meta http-equiv="content-language" content="zh,en">

{{ $paginator := .Paginate (where .Site.RegularPages ".Params.post" "!=" false) }}
{{ if .IsHome }}
{{ if eq $paginator.PageNumber 1 }}
<link rel="canonical" href="{{ .Permalink }}">
{{ else }}
<link rel="canonical" href="{{ .Permalink }}page/{{ $paginator.PageNumber }}/">
{{ end }}
{{ else }}
<link rel="canonical" href="{{ .Permalink }}">
{{ end }}

Expand All @@ -42,3 +37,13 @@
{{- block "title" . -}}{{- end -}}

{{- partial "style.html" . -}}


<script async src="https://www.googletagmanager.com/gtag/js?id=G-VK520LPFV1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VK520LPFV1');
</script>

0 comments on commit eeb9a52

Please sign in to comment.