-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (77 loc) · 3.54 KB
/
index.html
File metadata and controls
80 lines (77 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animated site</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
</head>
<body>
<div id="nav">
<h3><b>CYBER</b>FICTION</h3>
<button>CHIRAG PANDIT</button>
</div>
<div id="main">
<div id="page">
<div id="loop">
<h1><b>CHIRAG PANDIT</b>SKILLS: JAVA,HTML,CSS,JS<b><i>PRACTICE</i></b> <span>IS WE NEED</span> IN THE <span><i>WEB DEVELOPMENT</i></span></h1>
<h1><b>CHIRAG PANDIT</b>SKILLS: JAVA,HTML,CSS,JS<b><i>PRACTICE</i></b> <span>IS WE NEED</span> IN THE <span><i>WEB DEVELOPMENT</i></span></h1>
<h1><b>CHIRAG PANDIT</b>SKILLS: JAVA,HTML,CSS,JS<b><i>PRACTICE</i></b> <span>IS WE NEED</span> IN THE <span><i></i>WEB DEVELOPMENT</span></h1>
</div>
<h3>Welcome to the World of Chirag Pandit: Code, Creativity, and Innovation</h3><br></h3>
<h4>...SCROLL TO READ</h4>
<canvas></canvas>
</div>
<div id="page1">
<div id="right-text">
<h3>CREATION / KEY WORD</h3>
<h1>Meet Chirag Pandit
<br>
Computer Science Student
<br>
JUST BE TOGETHER</h1>
</div>
<div id="left-text">
<h1>MAKE A STORY
<br>
TAKE A CHANCE
<br>
BUILD AND OWNED</h1>
<h3>..AND MAINTAIN GOOD HUMANITY</h3>
</div>
</div>
<div id="page2">
<div id="text1">
<h3>CREATION / KEY WORLD</h3>
<h1>A Strong Foundation in Programming Languages
<br>
HAVE FUN
<br>
TOGETHER</h1>
</div>
<div id="text2">
<p>Hello! I’m Chirag Pandit, a dedicated BSc Computer Science student with a strong foundation in programming and a passion for continuous learning <br> Over the years, I have acquired skills in Python, C, Java, HTML/CSS, C++, Power BI, and Go, <br>allowing me to build meaningful projects, including a YouTube clone and a Flappy Bird game.
<br>I am expanding my expertise in JavaScript and delving into Data Structures and Algorithms<br> FUTURE</p>
</div>
</div>
<div id="page3">
<div id="text3">
<h3>CYBERFICTION / PLAYGROUND</h3>
<h1>
CYBERFIELD
<br>
IS OUR
<br>
PLAYGROUND
</h1>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js" integrity="sha512-cOH8ndwGgPo+K7pTvMrqYbmI8u8k6Sho3js0gOqVWTmQMlLIi6TbqGWRTpf1ga8ci9H3iPsvDLr4X7xwhC/+DQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/ScrollTrigger.min.js" integrity="sha512-AMl4wfwAmDM1lsQvVBBRHYENn1FR8cfOTpt8QVbb/P55mYOdahHD4LmHM1W55pNe3j/3od8ELzPf/8eNkkjISQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>