2222 </ div >
2323 < div id ="particles-js "> </ div >
2424 < div id ="box ">
25- < div class ="box1 onlywide animated bounceOutLeft " style ="animation-delay:1.7s ; "> </ div >
26- < div class ="box2 onlywide animated bounceOutLeft " style ="animation-delay:1.8s ; "> </ div >
27- < div class ="box2 onlywide animated bounceOutLeft " style ="animation-delay:1.9s ; "> </ div >
28- < div class ="box2 animated bounceOutRight " style ="animation-delay:1.9s ; "> </ div >
29- < div class ="box2 onlywide animated bounceOutRight " style ="animation-delay:1.8s ; "> </ div >
30- < div class ="box2 onlywide animated bounceOutRight " style ="animation-delay:1.7s ; "> </ div >
25+ < div class ="box1 onlywide animated bounceOutLeft " style ="animation-delay: 1700ms ; "> </ div >
26+ < div class ="box2 onlywide animated bounceOutLeft " style ="animation-delay: 1800ms ; "> </ div >
27+ < div class ="box2 onlywide animated bounceOutLeft " style ="animation-delay: 1900ms ; "> </ div >
28+ < div class ="box2 animated bounceOutRight " style ="animation-delay: 1900ms ; "> </ div >
29+ < div class ="box2 onlywide animated bounceOutRight " style ="animation-delay: 1800ms ; "> </ div >
30+ < div class ="box2 onlywide animated bounceOutRight " style ="animation-delay: 1700ms ; "> </ div >
3131 </ div >
32- < a id ="about " onclick ="showabout() " class ="animated fadeIn " style ="animation-delay:2.2s; "> about</ a >
33- < a id ="work " onclick ="showwork() " class ="animated fadeIn " style ="animation-delay:2.2s; "> work</ a >
34- < a id ="contact " onclick ="showcontact() " class ="animated fadeIn " style ="animation-delay:2.2s; "> contact</ a >
35- < div id ="middle " class ="animated slideInDown " style ="animation-delay:2.0s; ">
32+ < a id ="about " onclick ="showabout() " class ="animated fadeIn " style ="animation-delay: 1000ms; "> about</ a >
33+ < a id ="work " onclick ="showwork() " class ="animated fadeIn " style ="animation-delay: 1000ms; "> work</ a >
34+ < a id ="contact " onclick ="showcontact() " class ="animated fadeIn " style ="animation-delay: 1000ms; "> contact</ a >
35+ < a id ="projects " onclick ="showprojects() " class ="animated fadeIn " style ="animation-delay: 1000ms; "> projects</ a >
36+ < div id ="middle " class ="animated slideInDown " style ="animation-delay: 2000ms; ">
3637 < h1 > kaushik.</ h1 >
3738 < h2 > Developer / Graphic Designer / Human</ h2 >
3839 < div id ="menu ">
3940 < a onclick ="showabout() "> about</ a >
4041 < a onclick ="showwork() "> work</ a >
4142 < a onclick ="showcontact() "> contact</ a >
43+ < a onclick ="showprojects() "> projects</ a >
4244 </ div >
4345 < table >
4446 < tr >
@@ -53,6 +55,55 @@ <h2>Developer / Graphic Designer / Human</h2>
5355 </ tr >
5456 </ table >
5557 </ div >
58+ < div id ="projects_container " class ="container ">
59+ < div onclick ="closeprojects() "> < i class ="fas fa-angle-right "> </ i > </ div >
60+ < h1 > projects.</ h1 >
61+ < section >
62+ < h2 > my work</ h2 >
63+ < p >
64+ Here are some of the projects I've worked on recently. Feel free to explore:
65+ </ p >
66+ < ul >
67+ < div class ="project_card ">
68+ < div class ="project_info ">
69+ < h3 > Portfolio</ h3 >
70+ < p > The Open-Source code for the Personal Portfolio this website is coming from! A minimal and
71+ ambient portfolio template for Developers! ⚡</ p >
72+ < button class ="btn_one "> < a
73+ href ="https://github.com/TheKaushikGoswami/thekaushikgoswami.github.io "
74+ style ="color: inherit; text-decoration: none "> View Project </ a > </ button >
75+ </ div >
76+ </ div >
77+ < div class ="project_card ">
78+ < div class ="project_info ">
79+ < h3 > Olympus</ h3 >
80+ < p > An Application commands-based multi-purpose discord bot that can do most of the things that
81+ you require for your discord server.</ p >
82+ < button class ="btn_one "> < a href ="https://github.com/TheKaushikGoswami/Olympus "
83+ style ="color: inherit; text-decoration: none "> View Project </ a > </ button >
84+ </ div >
85+ </ div >
86+ < div class ="project_card ">
87+ < div class ="project_info ">
88+ < h3 > Modmail Bot</ h3 >
89+ < p > A simple and efficient discord modmail bot written in Python language, using library named
90+ discord.py without any databse integration.</ p >
91+ < button class ="btn_one "> < a href ="https://github.com/TheKaushikGoswami/lyq-hangout-modmail "
92+ style ="color: inherit; text-decoration: none "> View Project </ a > </ button >
93+ </ div >
94+ </ div >
95+ < div class ="project_card ">
96+ < div class ="project_info ">
97+ < h3 > Notepad</ h3 >
98+ < p > A simple Notepad program built with Python and Tkinter. Part of my "100 Days, 100 Programs"
99+ challenge. 😅</ p >
100+ < button class ="btn_one "> < a href ="https://github.com/TheKaushikGoswami/Notepad "
101+ style ="color: inherit; text-decoration: none "> View Project </ a > </ button >
102+ </ div >
103+ </ div >
104+ </ ul >
105+ </ section >
106+ </ div >
56107 < div id ="work_container " class ="container ">
57108 < div onclick ="closework() "> < i class ="fas fa-angle-right "> </ i > </ div >
58109 < h1 > work.</ h1 >
@@ -71,7 +122,8 @@ <h2></h2>
71122 < div > < i class ="fas fa-circle "> </ i > Content Writing</ div >
72123 < div > < i class ="fas fa-circle "> </ i > Graphic Designing</ div >
73124 </ div >
74- < button class ="btn_one "> < a href ="./assets/Resume.pdf " target ="_blank " style ="color: inherit; text-decoration: none "> View
125+ < button class ="btn_one "> < a href ="./assets/Resume.pdf " target ="_blank "
126+ style ="color: inherit; text-decoration: none "> View
75127 Resume</ a > </ button >
76128 </ section >
77129 </ div >
0 commit comments