Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
olback109816y@itsron143 sorry but what exactly do you need jQuery for in 2018? I bet there is a more light wight particle library if you don't want/can't make it yourself.
-
arazzz4706yLooks awesome, but I have some questions, if I may.
Is there any reason why you have multiple identical @media rules in style.css file for screens max-width 100px? Some of them are identical, some contradict each other.
Why, having a separate .css file, you still have style rules inside index.html? This makes everything look inconsistent.
Again, everything works perfectly from the outside. You should be proud. -
mindev5446y@arazzz In theory, putting CSS in index.html is not a bad idea. Even Google recommends to put necessary styling in index.html because that means even if the server that provides CSS is down, you still have more than text. Also it is recommended to decrease load times.
-
@olback I’m just a beginner trying out things so sorry about that. If you think there are be modifications then please generate a PR :)
-
@arazzz Yes. There are a lot of redundancies. If you can fix them then please generate a PR :)
-
Cool theme! I encountered a somewhat similar one before, maybe you want to check it for more inspiration. It appears cleaner to me.
https://github.com/nrandecker/... -
djlazz313766yI have a rule for buying tokens from ICOs, if they didn't use particles in their website, I don't fuck with them, so you can take all of my money...
-
@j4cobgarby Yeah, I realised that after your comment :p. All contributions are welcome to make it even better :)
-
mishaor17906y@j4cobgarby you could do a little cartoon using CSS + JS on your website if you're into frontend.
Related Rants
!rant
Hey Guys, Made a Particle theme landing page. Do let me know your views on it. :)
Link - https://github.com/itsron717/...
random
particles
landing page
html & css
github
javascript
portfolio