Spent almost an hour trying to find a suitable site to host my project on. Found Replit and added a button to go back. Uploaded files on github and attached. Website published and edited README.md. FINAL DEVLOG LETS GOO. This was a really good journey
Comments 6
I am looking to make changes to your project. Please accept my changes on github. Looking forward to work with you.
@govindrkumar I’ve seen your changes to my repo; sadly, I cannot commit to it. If I see the changes, I observed nearly half of my CSS file deleted. Including nessecary animations and specific grid dimensions to keep my videos/photos in a neat order.
@parth_ida13 Sorry. I deleted later part by mistake. I just wanted to refactor the code from div2 to div21.
You can see it. Thank you for pointing out my grave mistake.
Here’s code, which you can do it yourself after checking first :
.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr repeat(4, 2fr) 1fr;
gap: 30px;
padding: 20px;
height: 100vh;
box-sizing: border-box;
}
.div1,
.div22 {
grid-column: 1 / -1;
}
Also, my pull request : https://github.com/parthida13/NASA-Astronomy-Photography/pull/2
is to improve visual of your readme.md.
Please, consider merging this one.
My pull request : https://github.com/parthida13/NASA-Astronomy-Photography/pull/1
is to add .env file to .gitignore. Publicing your .env file possess security risk. Either replace it with sample one for public and main one for the project.
Consider this merging too.
yeah my bad i forgot to push my .gitignore updated
Sign in to join the conversation.