Skip to content

Commit bb84348

Browse files
author
actuallyroy
committed
'roy'
1 parent acfa2bd commit bb84348

File tree

10 files changed

+101
-91
lines changed

10 files changed

+101
-91
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

assets/css/style.css

+90-89
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,9 @@ body{
1414
margin: 0;
1515
height: 100vh;
1616
overflow: overlay;
17+
-webkit-tap-highlight-color: transparent;
1718
}
1819

19-
.sig{
20-
position: absolute;
21-
bottom: 0;
22-
z-index: 99;
23-
right: 0;
24-
padding: 20px;
25-
font-family: 'MyFont';
26-
color: white;
27-
font-size: 20px;
28-
-webkit-user-select: none;
29-
user-select: none;
30-
}
3120
*::-webkit-scrollbar{
3221
height: 0px;
3322
width: 3px;
@@ -253,36 +242,6 @@ a{
253242
background-color: #f7ac27;
254243
}
255244

256-
@keyframes anim {
257-
0%{
258-
color: #ffffffaa;
259-
}
260-
100%{
261-
color: #ffffff;
262-
}
263-
}
264-
265-
@keyframes fadeIn {
266-
0% { opacity: 0;
267-
display: block;
268-
}
269-
100% {
270-
display: block;
271-
opacity: 1;
272-
}
273-
274-
}
275-
@keyframes fadeIn1 {
276-
0% { opacity: 0;
277-
display: block;
278-
}
279-
100% {
280-
display: block;
281-
opacity: 0.5;
282-
}
283-
284-
}
285-
286245
.typeEffCont{
287246
display: flex;
288247
height: 50px;
@@ -308,51 +267,6 @@ a{
308267
animation: blink1 1s normal 1s infinite forwards;
309268
}
310269

311-
@keyframes blink1 {
312-
0%{
313-
opacity: 0;
314-
}
315-
100%{
316-
opacity: 1;
317-
}
318-
}
319-
320-
@keyframes flipLeft {
321-
100%{
322-
transform: rotateY(-180deg)
323-
}
324-
}
325-
326-
@keyframes flipRight {
327-
0%{
328-
transform: rotateY(-180deg);
329-
}
330-
100%{
331-
transform: rotateY(0deg);
332-
}
333-
334-
}
335-
336-
337-
@media (max-width: 550px) {
338-
.headerBtns{
339-
font-size: small;
340-
height: 15px;
341-
border-width: 2px !important
342-
}
343-
.cards-cont{
344-
grid-template-rows: 1fr 1fr 1fr;
345-
}
346-
.card{
347-
width: 380px;
348-
height: 200px;
349-
}
350-
.rl-btn{
351-
visibility: hidden;
352-
}
353-
}
354-
355-
356270
.edu-cards-cont{
357271
height: 100%;
358272
padding-left: 20px;
@@ -460,7 +374,7 @@ a{
460374
grid-auto-flow: column;
461375
grid-gap: 50px;
462376
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
463-
grid-template-rows: repeat(auto-fill, minmax(200px, 1fr));
377+
grid-template-rows: repeat(auto-fill, minmax(150px, 1fr));
464378
overflow-x: auto;
465379
}
466380

@@ -527,4 +441,91 @@ a{
527441
box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.358);
528442
width: 500px;
529443
margin-left: calc(50% - 250px);
530-
}
444+
}
445+
446+
@keyframes blink1 {
447+
0%{
448+
opacity: 0;
449+
}
450+
100%{
451+
opacity: 1;
452+
}
453+
}
454+
455+
@keyframes flipLeft {
456+
100%{
457+
transform: rotateY(-180deg)
458+
}
459+
}
460+
461+
@keyframes flipRight {
462+
0%{
463+
transform: rotateY(-180deg);
464+
}
465+
100%{
466+
transform: rotateY(0deg);
467+
}
468+
469+
}
470+
471+
@keyframes anim {
472+
0%{
473+
color: #ffffffaa;
474+
}
475+
100%{
476+
color: #ffffff;
477+
}
478+
}
479+
480+
@keyframes fadeIn {
481+
0% { opacity: 0;
482+
display: block;
483+
}
484+
100% {
485+
display: block;
486+
opacity: 1;
487+
}
488+
489+
}
490+
@keyframes fadeIn1 {
491+
0% { opacity: 0;
492+
display: block;
493+
}
494+
100% {
495+
display: block;
496+
opacity: 0.5;
497+
}
498+
499+
}
500+
501+
502+
@media (max-width: 550px) {
503+
.headerBtns{
504+
font-size: small;
505+
height: 15px;
506+
border-width: 2px !important
507+
}
508+
.cards-cont{
509+
grid-template-rows: 1fr 1fr 1fr;
510+
padding-left: 20px;
511+
padding-right: 0px;
512+
}
513+
.card{
514+
width: 380px;
515+
height: 200px;
516+
}
517+
.rl-btn{
518+
visibility: hidden;
519+
}
520+
.big-name{
521+
font-size: 50px;
522+
}
523+
.c-logo{
524+
margin: 5px;
525+
font-size: 40px;
526+
}
527+
.line{
528+
width: 300px;
529+
margin-left: calc(50% - 150px);
530+
}
531+
}

assets/images/skills/Adobe XD.png

5.51 KB
Loading

assets/images/skills/Animation.png

4.38 KB
Loading

assets/images/skills/Figma.png

16.5 KB
Loading

assets/images/skills/Git.png

47.7 KB
Loading

assets/images/skills/GitHub.png

35.7 KB
Loading

assets/images/skills/VS Code.png

13.4 KB
Loading

assets/scripts/script.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const skillsArr = [
5656
"HTML",
5757
"CSS",
5858
"Illustrations",
59+
"Animation",
5960
"C",
6061
"C++",
6162
"Java",
@@ -74,6 +75,11 @@ const skillsArr = [
7475
"Express",
7576
"NodeJS",
7677
"Heroku",
78+
"Git",
79+
"GitHub",
80+
"VS Code",
81+
"Figma",
82+
"Adobe XD",
7783
]
7884

7985

@@ -116,7 +122,7 @@ function typeEffectAnim() {
116122
let backwords = 0;
117123
let w = 0;
118124
let limit = 0;
119-
let ci = setInterval(async () => {
125+
setInterval(async () => {
120126
if (i <= 0 && backwords === 1) {
121127
if (w >= words.length - 1) {
122128
w = -1;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<a href="https://www.instagram.com/actuallyroy" target="_blank">
126126
<i class="ph-instagram-logo-fill c-logo"></i>
127127
</a>
128-
<a href="https://www.linkedin.com/in/amit-kumar-020b76215/" target="_blank">
128+
<a href="https://www.linkedin.com/in/actuallyroy/" target="_blank">
129129
<i class="ph-linkedin-logo-fill c-logo"></i>
130130
</a>
131131
<a href="mailto:amitkumar93525@gmail.com" target="_blank">

0 commit comments

Comments
 (0)