diff options
| author | s1n <[email protected]> | 2019-10-20 18:30:30 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 18:30:30 -0700 |
| commit | b1da2cfd56b2a41eb71498f499a049e42fbf4332 (patch) | |
| tree | 5e4a2aec26499d30b97a9da2afa7b4abe292ca77 | |
| parent | :) (diff) | |
| download | p.s1n.pw-admin-b1da2cfd56b2a41eb71498f499a049e42fbf4332.tar.xz p.s1n.pw-admin-b1da2cfd56b2a41eb71498f499a049e42fbf4332.zip | |
fill in information, attach forms to netlify
| -rw-r--r-- | about/index.html | 16 | ||||
| -rw-r--r-- | contact/index.html | 4 | ||||
| -rw-r--r-- | css/style.css | 4 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | work/index.html | 2 |
5 files changed, 19 insertions, 9 deletions
diff --git a/about/index.html b/about/index.html index d690656..3d7676f 100644 --- a/about/index.html +++ b/about/index.html @@ -84,9 +84,19 @@ <div class="col-lg-12"> <h3 class="wow fadeInUp" data-wow-delay="1.2s">about me.</h3><br> - <p class="wow fadeInUp">Living with passion is what I strictly adhere to. “Always do what you love” how much ever hackneyed this sounds it holds absolutely true. That's why I travel a lot. Not for the sole reason of “loving” to travel but it helps me to get rid of the world and escape into a different dimension of my own. As I am a travel freak I love freezing the moments I relish. The art of capturing photos is something I am always fascinated by.</p> - - <p class="wow fadeInUp" data-wow-delay="0.2s">I am a continuous learner. Learning for me equates to exploring new ideas and growing as an individual. I just cannot imagine my life devoid of designing. I freely express my creativity and imagination by designing. And to give my passion of designing a platform I have a YouTube channel named, Codegrid.</p> + <p class="wow fadeInUp">I'm a fullstack developer from Portland. Some of my favourite languages to work with are PHP, JavaScript and C++. + 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>. + 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 + 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. + 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 things, (Minecraft mods and plugins) however they are fun to write and it helps me further my Java knowledge. + I also like to occasionally write CS:GO cheats, I've fiddled around with writing my own CS:GO skin changers, full + cheat modules that include such things as aimbots, anti-aim and more. </div> </div> diff --git a/contact/index.html b/contact/index.html index ad0182f..472be25 100644 --- a/contact/index.html +++ b/contact/index.html @@ -76,7 +76,7 @@ <div class="col-lg-8"> <h3 class="wow fadeInUp" data-wow-delay="1s">say hello 👋</h3><br> - <p class="wow fadeInUp" data-wow-delay="1.2s">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Neque, accusantium sint quod voluptatem dolorum, quaerat, ut iusto cumque magni ab repudiandae, quasi minus unde temporibus nulla eum eaque! Placeat praesentium sunt suscipit laboriosam deserunt commodi atque corporis, iure maiores dicta, fugit similique.</p> + <p class="wow fadeInUp" data-wow-delay="1.2s">Need something? Write me!</p> </div> </div> @@ -90,7 +90,7 @@ <div class="container-fluid"> <div class="row"> <div class="col-lg-8"> - <form name="contact-form" id="contact-form" method="post" action=""> + <form name="contact-form" id="contact-form" method="post" action="" netlify> <ul> diff --git a/css/style.css b/css/style.css index 3bf2729..b31fc51 100644 --- a/css/style.css +++ b/css/style.css @@ -43,7 +43,7 @@ html, body { width: 0; } to { - width: 18em; + width: 14.5em; } } @@ -53,7 +53,7 @@ html, body { width: 0; } to { - width: 17em; + width: 13.5em; } } } @@ -72,7 +72,7 @@ <!--------------- hero section starts here ---------------> <div class="hero"> <div class="header"> - <h1 class="line anim-typewriter">I do what you won't.</h1> + <h1 class="line anim-typewriter">I do what you want to do.</h1> </div> </div> diff --git a/work/index.html b/work/index.html index 944f027..8a08797 100644 --- a/work/index.html +++ b/work/index.html @@ -76,7 +76,7 @@ <div class="col-lg-8"> <h3 class="wow fadeInUp" data-wow-delay="1s">work.</h3><br> - <p class="wow fadeInUp" data-wow-delay="1.2s">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Neque, accusantium sint quod voluptatem dolorum, quaerat, ut iusto cumque magni ab repudiandae, quasi minus unde temporibus nulla eum eaque! Placeat praesentium sunt suscipit laboriosam deserunt commodi atque corporis, iure maiores dicta, fugit similique.</p> + <p class="wow fadeInUp" data-wow-delay="1.2s">I usually do daily work to exercise my skills. Here is some of my work.</p> </div> </div> |