Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working on services #9

Open
wants to merge 27 commits into
base: starter
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9888bfc
working on services
chinyingc Oct 26, 2023
f112357
finish tutorial but find bugs in hero
chinnnying Oct 27, 2023
1268f1c
change deg to 270 background and before projects session
chinnnying Oct 28, 2023
aa9e94c
change portfolio design
chinnnying Oct 28, 2023
947e802
add skill component
chinnnying Oct 29, 2023
b7b62aa
fixed links and before trying carousel
chinnnying Oct 29, 2023
fb40104
fix align for project and contact animate
chinnnying Oct 30, 2023
a50dac9
responsive
chinnnying Oct 30, 2023
f0a44e8
before trying animated gallery
chinnnying Nov 8, 2023
5258132
flipping working
chinnnying Nov 13, 2023
7a04521
animate gallery done
chinnnying Nov 13, 2023
868e71f
change section order
chinnnying Nov 16, 2023
5f256c5
change section order
chinnnying Nov 16, 2023
bbf4865
card carousel working
chinnnying Nov 20, 2023
964576e
card done
chinnnying Nov 21, 2023
f16d76a
card responisve
chinnnying Nov 23, 2023
9c328ab
fix links and add information
chinnnying Dec 8, 2023
14ad079
update info
chinnnying Dec 14, 2023
5d5fa7e
new version of projects
chinnnying Dec 16, 2023
41b08f0
improve phone responsiveness
chinnnying Dec 17, 2023
f40484a
fix parallax typo
chinnnying Dec 17, 2023
f410155
fix cursor typo
chinnnying Dec 17, 2023
4de284c
fix cONTACT typo
chinnnying Dec 17, 2023
56520b8
fix service line height
chinnnying Dec 17, 2023
053c474
fix grid in service
chinnnying Dec 17, 2023
ad96c67
fix sidebar and swiper responsive
chinnnying Dec 27, 2023
ff66197
update internship details
chinnnying Aug 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,1000&display=swap" rel="stylesheet">
<title>Lama Dev Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>Chinying - Portfolio</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading