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

portfolio section #52

Open
wants to merge 7 commits into
base: starter
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 24 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
bill-buddy.PNG,1716259394717,d8bfd34842e82d01aa8b774c8c8f194c7dcdf1fa0639559e78e291a541cd15f3
dribbble.png,1715822722700,3900f052127946acc93109e4306d256e7c64bf813a3552b2d0b724d8cb435235
facebook.png,1715822722700,8fae4bd509b671599b967fed23ba0b194f3d300a422c6ecf7de2bcb10f86e2c6
github.png,1716209714010,c3b7499f20ce14aebb3ae0587645656d3b98060f1e28718e354c8e17fd7abeb8
gramedia-clone.PNG,1716260558324,233da44c66b46b5056cc453414306e31f2d43bf084008c88f06e9f69fd5f10e0
instagram.png,1715822722706,b6c3746cfde243f49c19373084131652431370df3369030d95a72be1371b2a72
linkedin-profile.JPG,1716256211783,4713d69301242dc6154b7680b8517ff769fa643eaacce0d94a9cff00fec2cd05
linkedin.png,1716209656165,77ee2e58d0e97059ca7dbea1ba3fd01f0f6474809128bc5356e9bbca242bdb2d
mountains.png,1715822722711,340d589d79cb7225c163f79b62fa9f9133c2bac37d26f1a53421b1628574bfdc
other-project.jpg,1716260793678,1d6b80cd8c7308c7a7250f321f5c9f99b2f48fce11d3cbf57ae51c75d50afe66
people.webp,1715822722713,61c8459e2b0767ff83720dfcc5ba8e3432b81cdc7c3b1d540b92e4d9ae1f35ef
planets.png,1715822722713,c7a876b97c5e9ba96f0bd646e3ede17d00f29ce0a587039f24818bfa5c7c5a44
qii-lain.png,1715905281724,2dca6ebddc600d6148c134f01b4a0887b925317e663567435fc4dad1bbdac852
qii.png,1715903852559,2cca2dce605458df0900693434758e9a8f635a6ffc681447c775508232952d62
qii2 - Copy.png,1715904822743,c3891ca2428be5a8980a3b1ca75d01124aca81203e59774910e173be05c838c3
qii2-removebg.png,1715904985941,db96be1125e0c99210a269b04cfd8dd911014b57281635ad0f6e0072990dc24c
qii2.png,1715904930406,a44e224465aeb4a3fe1ed0d8f53ab54bf145358fd5e8ba5bc20b90a72c556b16
scroll.png,1715822722713,6010e02d6ca0e5c3862a7a492e1c1e06e8862e41f56221ffc211a8010e531bee
stars.png,1715822722714,f3cf1f8d9daa1a33138c402d6b21f8183f30038b94864016e89dc6abb3a5927c
sun.png,1715822722714,0b5bcded1652fc565af84d61f208547fa54acb8b2e9935f8d2ea336607525b8f
youtube.png,1715822722714,7a79671141212d339037d5e3447cbd6cd61fb09e2e96d75a59a75adc2778cbda
index.html,1716509777096,bd281eb08b1481528f1702bf39f5fc37fb6154f40e8007324ab7da223c2b13c4
assets/index-c8065ce3.css,1716509777096,cf72a0011d69760a662604430419d19fcb234b7d6eb70beb8e8280e03dbef5b3
assets/index-7406f3a5.js,1716509777096,ecad69c06bd2a762930cd76bf2123bd1afe8822d00edc44d4ca7ab854262d03e
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "portfolio-qii"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.env
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

# Riefqi Alviansyah Portfolio
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<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
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>Riefqi Alviansyah</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading