-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (98 loc) · 4.25 KB
/
index.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aditya Kumar</title>
<link rel="shortcut icon" href="Assets/Arc Reactor.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="Container">
<div id="Back">
<img src="Assets/pic.png" alt="Iron man helmet">
<img src="Assets/Rain.png" alt="Iron man standing in rain">
</div>
<div id="Top">
<div id="Top-Main">
<nav>
<div id="Nav-Left">
<h1>Aditya</h1>
<div id="Left-Part">
<span class="Nav-Elem">
<a href="index.html">Home</a>
<a href="Portfolio/portfolio.html">Portfolio</a>
</span>
<span class="Nav-Elem">
<a href="Portfolio/portfolio.html">Portfolio</a>
<a href="index.html">Home</a>
</span>
</div>
</div>
<div id="Nav-Center">
</div>
<div id="Nav-Right">
<span class="Nav-Elem">
<a href="">About Me</a>
<a href="">Contact</a>
</span>
<span class="Nav-Elem">
<a href="">Contact</a>
<a href="">About Me</a>
</span>
</div>
</nav>
</div>
<div id="Center-Main">
<div id="Center-Left">
<div class="Left-Items">
<h2>Aditya Kumar</h2>
<h2>Welcome</h2>
<h2>Design</h2>
<h2>Aditya Kumar</h2>
</div>
<div class="Left-Items">
<h2>Frontend</h2>
<h2>To my</h2>
<h2>Based</h2>
<h2>Frontend</h2>
</div>
<div class="Left-Items">
<h2>Developer.</h2>
<h2>Portfolio</h2>
<h2>Projects</h2>
<h2>Developer.</h2>
</div>
<button id="See">
See Animation
</button>
</div>
<div id="Center-Right">
<p>Welcome to my website!</p>
<div id="Image">
<img src="Assets/Ad_Banner.png" alt="My own banner">
<p>Here, I showcase my passion for front-end development and design, crafting digital
experiences that blend creativity with functionality.</p>
</div>
<p id="P-Last">Explore my projects and discover how I bring ideas to life through code and design.
</p>
<div id="Animate">
<h3>To See Animations:</h3>
<p>Click Anywhere/</p>
<p>Scroll Below...</p>
</div>
</div>
</div>
</div>
<div id="Cursor">
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script>
<script src="script.js"></script>
</body>
</html>