diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /about/legacy-I1vRDCX6gfVVC2Cg7syJ.html | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'about/legacy-I1vRDCX6gfVVC2Cg7syJ.html')
| -rw-r--r-- | about/legacy-I1vRDCX6gfVVC2Cg7syJ.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/about/legacy-I1vRDCX6gfVVC2Cg7syJ.html b/about/legacy-I1vRDCX6gfVVC2Cg7syJ.html new file mode 100644 index 0000000..1c41498 --- /dev/null +++ b/about/legacy-I1vRDCX6gfVVC2Cg7syJ.html @@ -0,0 +1,95 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>s1nical - About</title> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> + <!-- External Links --> + <script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.3.1/trianglify.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> + <script src="https://code.jquery.com/jquery-1.10.2.js"></script> + <!-- CSS Links --> + <link rel="stylesheet" href="/about/css/main.css"> + <link rel="stylesheet" href="/about/css/navigation-bar.css"> + <link rel="stylesheet" href="/about/css/loader-animation.css"> + <link rel="stylesheet" href="/about/css/blog-slider.css"> + <!-- Invisable Scripts --> + <script src="/js/loader-animation.js"></script> + <script src="/js/redirect-to-mobile.js"></script> +</head> +<body> + <!-- Visable Scripts --> + <script src="/js/background-sparkles.js"></script> + + <!-- Navigation Bar --> + <div class="navigation-bar"> + <nav class="nav"> + <a href="/home/" class="nav-item" active-color="orange">Home</a> + <!-- Had `is-active` after it but removed it due to not highlighting. --> + <a href="#" class="nav-item" active-color="green">About</a> <!-- About --> + <a href="https://p.s1n.pw/" class="nav-item" active-color="blue">Portfolio</a> <!-- Testimonials --> + <!--<a href="http://cyne.cf/status" class="nav-item" active-color="red">Status</a> <!-- Blog --> + <!--<a href="/cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact --> + <!--<a href="https://nani.s1n.pw" class="nav-item" active-color="rebeccapurple">Nani?!</a>--> + <span class="nav-indicator"></span> + </nav> + </div> + + <div class="bio"> + <div class="links"> + <div class="blog-slider"> + <p class="title">Hi! I'm <a href="mailto:[email protected]">s1nical!</a></p> <!-- This was not a very effective way of accomplishing this but idk rn. --> + + <p class="desc"> + I'm a fullstack developer. Some of my favourite languages to work with are PHP, JavaScript and C++.<br> + Some of my favourite applications I have for such languages are small little PHP tools, C++ game development<br> + 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<br> + on my <a href="https://github.com/8cy">GitHub</a>. On there, I have lots of my smaller C++ projects to take examples from, some Discord bot</a><br> + 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>.<br> + Keep a lookout, because I'm planning on posting even more tutorial like things soon.<br> + <!-- Unused Line --> + </p> + <br> + <p class="title2">Well what kind of applications do you develop?</p> + + <p class="desc"> + Some things I like to test my knowledge with are usually moding instances. Albeit, my Java programming skills aren't as<br> + sharp as I'd hope for them to be, I like to spend some of my free time developing Minecraft mods using the Forge framework.<br> + I also like to write server plugins for popular Minecraft server platforms like <a href="https://dev.bukkit.org/">Bukkit</a>, they aren't the most useful<br> + things, (Minecraft mods and plugins) however they are fun to write and it helps me further my Java knowledge.<br> + <br> + I also like to occasionally write CS:GO cheats, I've fiddled around with writing my own CS:GO skin changers, full<br> + cheat modules that include such things as aimbots, anti-aim and more.<br> + <br> + <div class="disclaimer"> + <span class="important">*</span> <span>Use at your own risk, I am not to be held accountable if you get VAC banned.</span> + </div> + </p> + </div> + </div> + </div> + + <!-- Loading Animation --> + <div class="loader-wrapper"> + <div class="loader"> + <row> + <span></span> + <span></span> + <span></span> + </row> + <row> + <span></span> + <span></span> + <span></span> + </row> + <row> + <span></span> + <span></span> + <span></span> + </row> + </div> + </div> +</body> +</html>
\ No newline at end of file |