Skip to content

Commit 3029f67

Browse files
committed
x
1 parent e9d6b84 commit 3029f67

File tree

8 files changed

+38
-27
lines changed

8 files changed

+38
-27
lines changed

JS/App.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@ function LandingPageScrollTrigger() {
3333
LandingPageScrollTrigger
3434
.from('#LandingPageWrapper nav #logo a', {
3535
opacity: 0, y: "100%", ease: 'power3.out', duration: 2.2,
36-
}, 2)
36+
}, 3)
3737
.from('#LandingPageWrapper nav #listitems li a', {
3838
opacity: 0, y: "100%", ease: 'power3.out', duration: 2.2, stagger: 0.5,
39-
}, 2)
39+
}, 3)
4040
.from('#LandingPageWrapper #intro h2 div span', {
4141
opacity: 0, y: "100%", ease: "power3.out", duration: 3.1, stagger: 0.5,
42-
}, 0)
42+
}, 0.5)
4343
.from('#LandingPageWrapper #intro h5 div span', {
4444
opacity: 0, y: "100%", ease: "power4.out", duration: 2.2, stagger: 0.5,
45-
}, 1.2)
45+
}, 1.5)
4646
.from('#LandingPageWrapper #social a span', {
4747
opacity: 0, y: "115%", ease: 'power3.out', duration: 1.3, stagger: 0.5,
48-
}, 2)
48+
}, 4)
4949
.from('#LandingPageWrapper #codeby p', {
5050
opacity: 0, y: "100%", ease: "power3.out", duration: 2.2, stagger: 0.5,
51-
}, 2)
51+
}, 5.5)
5252
.from('#LandingPageWrapper #scrolldown span p', {
5353
opacity: 0, y: "100%", ease: 'power2.out', duration: 1.3,
54-
}, 3.8);
54+
}, 6.5);
5555
};
5656

5757
//---------------------/LandingPage---------------------

css/iCodeAyush.css

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,28 @@ body {
5858
font-family: 'Playfair Display', serif;
5959
font-size: var(--FontH2);
6060
font-weight: 700;
61-
color: var(--ColorLight1);
62-
-webkit-animation: x 2.2s 0.22s steps(22, start) infinite alternate;
63-
animation: x 2.2s 0.22s steps(22, start) infinite alternate;
61+
color: var(--ColorDark2);
62+
-webkit-animation: x 2.2s 0.4s steps(22, start) infinite alternate;
63+
animation: x 2.2s 0.4s steps(22, start) infinite alternate;
6464
-webkit-animation-play-state: running;
6565
animation-play-state: running;
6666
}
6767

6868
@-webkit-keyframes x {
6969
from {
70-
color: var(--ColorLight2);
70+
color: var(--ColorDark2);
7171
}
7272
to {
73-
color: var(--ColorDark2);
73+
color: var(--ColorLight2);
7474
}
7575
}
7676

7777
@keyframes x {
7878
from {
79-
color: var(--ColorLight2);
79+
color: var(--ColorDark2);
8080
}
8181
to {
82-
color: var(--ColorDark2);
82+
color: var(--ColorLight2);
8383
}
8484
}
8585

@@ -212,6 +212,15 @@ body {
212212
font-weight: 300;
213213
color: var(--ColorLight3);
214214
cursor: default;
215+
transition: color 0.618s ease
216+
}
217+
218+
#LandingPageWrapper #intro h5:hover div span {
219+
color: var(--ColorDark3);
220+
}
221+
222+
#LandingPageWrapper #intro h5 div span:hover {
223+
color: var(--ColorLight1);
215224
}
216225

217226
#LandingPageWrapper #social {

img/WebPageA.jpg

73 KB
Loading

img/WebPageB.jpg

377 KB
Loading

img/WebPageC.jpg

1.02 MB
Loading

img/WebPageCew.jpg

1.46 MB
Loading

img/WebPageE.jpg

277 KB
Loading

index.html

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,31 @@ <h2>
5050
</h2>
5151
<h5>
5252
<div><span>Im A</span></div>
53-
<div><span>Front End Web Designer</span></div>
53+
<div><span>Web Designer</div>
54+
<div><span>UI/UX Designer</span></div>
55+
<div><span>Front End Web Devloper</span></div>
5456
</h5>
5557
</section>
5658
<!------------/Intro------------>
5759

5860
<!------------Social------------>
5961
<div id="social">
60-
<a target="_blank" href="#Behance">
62+
<a target="_blank" href="https://www.behance.net/iCodeAyush/">
6163
<span>
6264
<img src="Icon/Behance.svg" alt="Behance"><img id="FadeIn" src="Icon/Behance.svg" alt="Behance">
6365
</span>
6466
</a>
65-
<a target="_blank" href="#Codepen">
67+
<a target="_blank" href="https://codepen.io/iCodeAyush">
6668
<span>
6769
<img src="Icon/Codepen.svg" alt="Codepen"><img id="FadeIn" src="Icon/Codepen.svg" alt="Codepen">
6870
</span>
6971
</a>
70-
<a target="_blank" href="#Github">
72+
<a target="_blank" href="https://github.com/iCodeAyush">
7173
<span>
7274
<img src="Icon/Github.svg" alt="Github"><img id="FadeIn" src="Icon/Github.svg" alt="Github">
7375
</span>
7476
</a>
75-
<a target="_blank" href="#Dribbble">
77+
<a target="_blank" href="https://dribbble.com/iCodeAyush">
7678
<span>
7779
<img src="Icon/Dribbble.svg" alt="Dribbble"><img id="FadeIn" src="Icon/Dribbble.svg" alt="Dribbble">
7880
</span>
@@ -121,19 +123,19 @@ <h2><span>Dora</span></h2>
121123
</div>
122124
<div id="WebPageB">
123125
<h4><span>02 Landing Page</span></h4>
124-
<h2><span>Abtraction</span></h2>
126+
<h2><span>BeeSoft</span></h2>
125127
</div>
126128
<div id="WebPageC">
127129
<h4><span>03 Landing Page</span></h4>
128-
<h2><span>Travel</span></h2>
130+
<h2><span>TravelNow</span></h2>
129131
</div>
130132
<div id="WebPageD">
131133
<h4><span>04 Landing Page</span></h4>
132134
<h2><span>Places</span></h2>
133135
</div>
134136
<div id="WebPageE">
135137
<h4><span>05 Landing Page</span></h4>
136-
<h2><span>Bee</span></h2>
138+
<h2><span>Abtraction</span></h2>
137139
</div>
138140
</section>
139141
<!------------/WebPageTitle------------>
@@ -185,29 +187,29 @@ <h4>
185187
<a href="mailto: iCodeAyush@Gmail.com"><span>iCodeAyush@Gmail.com</span></a>
186188
</p>
187189
<p>
188-
<a href="tel: 1322132213"><span>1322132213</span></a>
190+
<a href="tel: +911322132213"><span>1322132213</span></a>
189191
</p>
190192
</div>
191193
<!-------------/Email n PhoneNo------------>
192194

193195
<!-------------Social------------>
194196
<div id="social">
195-
<a target="_blank" href="#GitHub">
197+
<a target="_blank" href="https://github.com/iCodeAyush">
196198
<span>GitHub<br>
197199
<div id="FadeIn">GitHub</div>
198200
</span>
199201
</a>
200-
<a target="_blank" href="#Dribble">
202+
<a target="_blank" href="https://dribbble.com/iCodeAyush">
201203
<span>Dribble<br>
202204
<div id="FadeIn">Dribble</div>
203205
</span>
204206
</a>
205-
<a target="_blank" href="#Codepen">
207+
<a target="_blank" href="https://codepen.io/iCodeAyush">
206208
<span>Codepen<br>
207209
<div id="FadeIn">Codepen</div>
208210
</span>
209211
</a>
210-
<a target="_blank" href="#Behance">
212+
<a target="_blank" href="https://www.behance.net/iCodeAyush/">
211213
<span>Behance<br>
212214
<div id="FadeIn">Behance</div>
213215
</span>

0 commit comments

Comments
 (0)