Skip to content

Commit 1bf8173

Browse files
committed
Update about page
1 parent 8cff555 commit 1bf8173

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

content/about.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ delve into other areas in the future as well.
1414
Here are my interests. (Ordering is completely random)
1515

1616
* **Computer Science**
17+
+ Artificial Intelligence
1718
+ Game Development
1819
+ Computer Graphics
1920
+ Game Engine Development
@@ -45,7 +46,7 @@ Here are my interests. (Ordering is completely random)
4546
### Languages, Tools & Frameworks
4647
The languages, tools and frameworks I am using or have used in the past
4748
+ C++, C, CMake, GDB
48-
+ Python, OpenCV, Sympy
49+
+ Python, OpenCV, Sympy, NumPy, Pytorch, Tensorflow
4950
+ SFML, GLFW
5051
+ C#, Unity
5152
+ Java
@@ -56,12 +57,12 @@ The languages, tools and frameworks I am using or have used in the past
5657
+ ArduPilot, Gazebo, MAVProxy
5758

5859
### IDEs & Text Editors
59-
+ C/C++: CLion, NeoVim
60-
+ Python: PyCharm, NeoVim
61-
+ Markdown: Obsidian.md, VSCodium, NeoVim
60+
+ C/C++: NeoVim
61+
+ Python: NeoVim
62+
+ Markdown: Obsidian.md, NeoVim
6263
+ LaTeX: Obsidian.md, NeoVim
63-
+ C#: Rider
64-
+ Java: Intellij IDEA, NeoVim
64+
+ C#: NeoVim, Rider
65+
+ Java: NeoVim
6566
+ Anything else: NeoVim
6667

6768
### Operating System & Desktop Environment
@@ -99,11 +100,11 @@ I am using a dual-boot system. I daily drive Linux and only boot Windows for gam
99100
+ [mpereira/tty-solitaire](https://github.com/mpereira/tty-solitaire): A solitaire game on terminal [PR](https://github.com/mpereira/tty-solitaire/pull/67) [My modifications](https://github.com/DolphyWind/tty-solitaire)
100101

101102
### Other Places I am at
102-
103+
+ {{< linkalert alert="yunusaydin590 + @gmail.com" >}} Mail {{< /linkalert >}}
103104
+ [GitHub](https://www.github.com/DolphyWind)
104105
+ [Itch.io](https://dolphywind.itch.io)
105106
+ [Steam](https://steamcommunity.com/id/DolphyWind/)
106-
+ Discord: dolphywind
107+
+ {{< linkalert alert="dolphy + wind" >}} Discord {{< /linkalert >}}
107108
+ [Reddit](https://www.reddit.com/user/YunusEmre0037)
108109

109110
### Buttons

content/anarchycorner.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ draft: false
77

88
---
99

10+
I completely forgor about this place
11+
12+
---
13+
1014
Happy Birthday @Proloy!
1115

1216
---

layouts/shortcodes/linkalert.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a herf="#" onclick="alert('{{ .Get "alert" }}'); return false;" class="">{{ .Inner }}</a>

0 commit comments

Comments
 (0)