Current Events > What Stylesheet language do y'all recommend?

Topic List
Page List: 1
SomeLikeItHoth
05/01/23 12:39:39 AM
#1:


I just finished making a website for my friend. It's a personal site he's going to use to log work place stuff so I used Bootstrap. I don't like Bootstrap very much because I feel it's too bloated and relies on too many classes. I know CSS but my next project is going to be a re creation of Facebook so I'm thinking of using Sass or LESS.

---
FAM FOREVER | https://iili.io/HSJO4Uv.jpg
... Copied to Clipboard!
SomeLikeItHoth
05/01/23 3:43:19 AM
#2:


What's a good name for a fake social media website? I'm calling it Queen's Gambit for now.

---
FAM FOREVER | https://iili.io/HSJO4Uv.jpg
... Copied to Clipboard!
Tyranthraxus
05/01/23 3:47:19 AM
#3:


I had to make a Spotify clone once. Facebook clone seems a little bit harder on the front end part. I would call it something inspired by those "not butter" products like Phasebook or Profilenovel or Portraittext

---
It says right here in Matthew 16:4 "Jesus doth not need a giant Mecha."
https://i.imgur.com/dQgC4kv.jpg
... Copied to Clipboard!
SomeLikeItHoth
05/01/23 4:06:50 AM
#4:


Tyranthraxus posted...
I had to make a Spotify clone once. Facebook clone seems a little bit harder on the front end part. I would call it something inspired by those "not butter" products like Phasebook or Profilenovel or Portraittext
Phasebook sounds cool. What does your Spotify clone look like?

I'll probably just make user profiles that you can update and a way to add friends. I'd like to add status updates but it sounds tricky.

---
FAM FOREVER | https://iili.io/HSJO4Uv.jpg
... Copied to Clipboard!
Tyranthraxus
05/01/23 4:32:25 AM
#5:


SomeLikeItHoth posted...
Phasebook sounds cool. What does your Spotify clone look like?

I'll probably just make user profiles that you can update and a way to add friends. I'd like to add status updates but it sounds tricky.

You can browse a page of albums, click on one to go to a song list, and click on a song to start playing it through the <embed> tag which pipes the music to your OS default audio player. Had SSO login with Facebook implemented as well.

It was just for proof of concept I never did anything with it. I also think labels would have a heart attack if I mentioned playing music through embedding.

---
It says right here in Matthew 16:4 "Jesus doth not need a giant Mecha."
https://i.imgur.com/dQgC4kv.jpg
... Copied to Clipboard!
SomeLikeItHoth
05/02/23 4:20:21 AM
#6:


Still sounds pretty cool to make. How long did it take you?

How do y'all make navbars? I've been using ul tags but the html looks so ugly.

<nav class="navbar">
<ul>
<li>
<a href="">Home</a>
</li>
<li>
<a href="">Register</a>
</li>
<li>
<a href="">Login</a>
</li>
</ul>
</nav>

---
FAM FOREVER | https://iili.io/HSJO4Uv.jpg
... Copied to Clipboard!
KhlavicLanguage
05/02/23 4:26:29 AM
#7:


tailwind is what the cool kids are using right now. it's not far off from writing plain css
... Copied to Clipboard!
SomeLikeItHoth
05/02/23 5:56:18 AM
#8:


How's the learning curve? I just started using Sass last night and I quite like it.

@SpiritSephiroth still working with Python fam?

---
FAM FOREVER | https://iili.io/HSJO4Uv.jpg
... Copied to Clipboard!
SpiritSephiroth
05/02/23 5:59:08 AM
#9:


SomeLikeItHoth posted...
How's the learning curve? I just started using Sass last night and I quite like it.

@SpiritSephiroth still working with Python fam?

Hey man. Yeah I'm working on Python but because of my new job, it shifted to basic SQL mostly because of the data sets and databases we work on. It was put on hold for a while but I revisit it regularly!

I hope to implement more Python and coding after my contract ends and I get a new job surrounding those programs. Really want to implement and learn more instead of doing basic data.

---
https://imgur.com/a/6KBlCUI https://imgur.com/a/772IQlc https://imgur.com/ZzXmr8X
... Copied to Clipboard!
SomeLikeItHoth
05/02/23 6:03:16 AM
#10:


That's good to hear. Don't forget to revisit Python so you don't forget anything.

I'm working on my second Express project so once I'm done with that I'll tidy my portfolio and start job hunting again.

---
FAM FOREVER | https://iili.io/HSJO4Uv.jpg
... Copied to Clipboard!
Topic List
Page List: 1