diff options
| author | s1n <[email protected]> | 2019-10-20 19:12:38 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 19:12:38 -0700 |
| commit | 5811f151c09b713a6616052ed45730f0e9f50452 (patch) | |
| tree | 56d15a767c664a8da851dc7937f9210e1fa7c4ab | |
| parent | relinking, redirect from proj (diff) | |
| download | p.s1n.pw-admin-5811f151c09b713a6616052ed45730f0e9f50452.tar.xz p.s1n.pw-admin-5811f151c09b713a6616052ed45730f0e9f50452.zip | |
grammer and .gitignore
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | about/index.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ .vscode .vs /test/ +.todo npm-debug.log* yarn-debug.log* diff --git a/about/index.html b/about/index.html index 3d7676f..93d1bf6 100644 --- a/about/index.html +++ b/about/index.html @@ -88,7 +88,7 @@ Some of my favourite applications I have for my knowledge are PHP backend data-bases, C++ game development projects using OpenGL and Discord bots using the <a href="https://discord.js.org/#/">discord.js</a> framework. You can check out most of my creations on my <a href="https://github.com/8cy">GitHub</a>. On there, I have lots of my C++ development projects to take examples from, some Discord bot</a> - examples, and even some public archive repositories of some special softwares such as my archive of various <a href="https://github.com/8cy/net">Botnets</a>. + examples, and even some public archive repositories of some special software's such as my archive of various <a href="https://github.com/8cy/net">Botnets</a>. Keep a lookout, because I'm planning on posting even more tutorial like things soon. <p class="wow fadeInUp" data-wow-delay="0.2s">Some things I like to test my knowledge with are usually moding instances. Albeit, my Java programming skills aren't as |