Andrew
Andrew
KPCKevin Powell - Community
Created by Andrew on 7/26/2024 in #os-and-tools
VS Code Source Control
Need some help with VS Code. I had to resintall VS Code and when I go to Source Control the only option that shows up is 'Open Repository'. I no longer have 'Publish to Github' or 'Initialize' available. Suggestions?
10 replies
KPCKevin Powell - Community
Created by Andrew on 1/8/2024 in #front-end
Class being Overwritten by :is
I have the following code :
<section class="card">
<header class="card__header">
<h1>FAQ</h1>
</header>
<section class="card">
<header class="card__header">
<h1>FAQ</h1>
</header>
For some reason that I can't figure out it is getting overwritten by the following:
:is(article, aside, nav, section) h1
1.5em
:is(article, aside, nav, section) h1
1.5em
That is what the dev tools is showing. Any suggestions? TIA Here is here is the repo: https://github.com/andrewteece/faq-accordion-card
12 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS: ambiguous indirect export: error404
https://github.com/andrewteece/weatherio Getting the error in route.js file.
4 replies
KPCKevin Powell - Community
Created by Andrew on 12/8/2023 in #front-end
JS Illegal Character
Can't for the life of me figure this out.
const period = hours ≥ 12 ? "PM" : "AM";
const period = hours ≥ 12 ? "PM" : "AM";
I get "Uncaught SyntaxError: illegal character U+2265" Any suggestions? TIA
18 replies
KPCKevin Powell - Community
Created by Andrew on 11/27/2023 in #front-end
NavBar with flex not working
I have a problem with getting my navigation bar working for large screen sizes. https://andrewteece.github.io/walthome-real-estate-site/ https://github.com/andrewteece/walthome-real-estate-site I have tried several different things and still not working. Any suggestions would be much appreciated. Thanks!
13 replies
KPCKevin Powell - Community
Created by Andrew on 11/1/2023 in #front-end
Dude, Where is my nav?
Doing a iCodeThis project and for some odd reason I went with a desktop first design. Now when do the media queries, I thought they are coded correctly but for some reason my hamburger menu does not appear on small screens. This has been a real pain to figure out why it is not working, so I though I would ask in here. TIA https://github.com/andrewteece/growth-landing-page
19 replies
KPCKevin Powell - Community
Created by Andrew on 9/12/2023 in #front-end
Dark Mode Toggle
I have tried and tried again to get this toggle to work. I have included a link to my github repo. In the top part of the script.js file is the over-engineered script that I commented out. Below is the script Kevin had on youtube. Any help on this is much appreciated! PS: This is the error I get : TypeError: can't access property "addEventListener", darkModeToggle is null https://github.com/andrewteece/social-media-dashboard
25 replies
KPCKevin Powell - Community
Created by Andrew on 6/21/2023 in #os-and-tools
Restart Vite Dev Server
Had to restart a project in vscode. I am using vite. How can you restart the dev sever? I have googled it but not really finding an answer. Thanks for any help!
6 replies