QuEEb
KPCKevin Powell - Community
•Created by QuEEb on 12/1/2023 in #front-end
my website kinda looks empty
Hey ! Not really a technical question but I made of custom portfolio website from scratch with vanilla html/CSS/Js and I feel like my website looks empty. Any recommendations/design choices I should make to make it feel better ? Thanks. https://antonycd.com/en/
102 replies
KPCKevin Powell - Community
•Created by QuEEb on 11/7/2023 in #front-end
i18n while keeping path /en /fr
So I want to use i18n for a portfolio website I have because I currently just have all my files duplicated for every language. Is there any way that I can keep my /en and /fr without having duplicated files and using i18n ? I'm using html/css/js/jquery here is my current website https://antonycd.com/en
38 replies
KPCKevin Powell - Community
•Created by QuEEb on 6/8/2023 in #front-end
Want text to wrap when larger than parent
45 replies
KPCKevin Powell - Community
•Created by QuEEb on 6/8/2023 in #front-end
make text wrap when larger than parent
1 replies
KPCKevin Powell - Community
•Created by QuEEb on 6/6/2023 in #front-end
Body extends below footer
68 replies
KPCKevin Powell - Community
•Created by QuEEb on 6/6/2023 in #front-end
Responsiveness of text at the right side of screen
https://share.vidyard.com/watch/s5W1DPzS4187hpY4t9iPSz?
https://codepen.io/Antony-Collin/pen/WNYejKZ
As you can see in the vidyard, I'm trying to fix the responsiveness of the text at the top right corner of the screen, it's a flexbox with a tags in it, made it align-items: end; so that it displays at the right side of the header. I could easily fix it by putting media queries at breakpoints but I have no idea if it's good pratice, I feel like there's a better way to make the text resize normally. I have no idea what to do.
6 replies
KPCKevin Powell - Community
•Created by QuEEb on 6/5/2023 in #front-end
Make images of different aspect ratio the same size
5 replies
KPCKevin Powell - Community
•Created by QuEEb on 6/5/2023 in #front-end
Responsiveness problems (elements overflowing/resizing problems)
https://share.vidyard.com/watch/Z4WJBMga2pkAK4xHK4otVm?
Ok, so I'm a responsive noob, I have some media queries to fix some things, but as you can see in the video, I have problems with the top right text, the footer that doesn't stick to the bottom and the images that I have no idea how to make them responsive... Do people usally add media queries to fix when the screen becomes so small that the text doesn't go where you want or are there ways to make it so that dynamically it goes where you want ?? I could easily fix by adding media queries every 100px to fix new issues but I feel like it isn't at all good practice and I don't know how to do otherwise
here's my current code, it's a bit of a mess sorry, I'm having a hard time with responsiveness and good css practices. I would highly appreciate if someone helps because the majority of my css problems are similar. I'm available if you have more questions.
https://codepen.io/Antony-Collin/pen/WNYejKZ
2 replies