gbowne1 / spmssite

The code for my old business website.
GNU General Public License v3.0
8 stars 31 forks source link

Contact page (contact.html) #67

Open gbowne1 opened 2 years ago

gbowne1 commented 2 years ago

Prerequisites

Current Behavior

Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified warning in the console.. which might be coming from Google Maps API.

Good theme colors are:

0000ff blue

000000 black

808080 gray

ffffff white

c0c0c0 silver

{ maybe even brown }

Background where possible should be a gray/silver metallic brush finish

Expected Behavior

Steps to Reproduce

Try it! :-)

Traceydh commented 2 years ago

Hello I would like to give this a try, can you assign it to me? :)

gbowne1 commented 2 years ago

Ok @Traceydh

gbowne1 commented 2 years ago

This is also missing an "How did you find us?" field

Traceydh commented 2 years ago

Ok sure I'll add a 'how did you find us' field in the form.

gbowne1 commented 2 years ago

Thanks! :+1: :-)

Traceydh commented 2 years ago

Hey, this might be an obvious question but I'm kinda new to this. When I opened the project in chrome I can see that _navbar.scss is styling the contact page. However, looking through the folder I downloaded from github I can only see styles.css. From googling I understand that _navbar.scss is a SASS file (from Ruby), how do I access and edit this file? I can't make meaningful changes via only editing styles.css.

gbowne1 commented 2 years ago

Yes, no worries at all. As for the styles, there is only styles.css

The stylesheet link in the contact.html page is <link rel="stylesheet" href="../src/css/styles.css" /> and normally Bootstrap 5 CDN (Content Delivery Network) sends out its styles via the CDN links in the head tag, which are all scss.. this includes "_navbar.scss" and those files are not editable.

The file you should edit is styles.css in your IDE/Editor.

Thanks!

Traceydh commented 2 years ago

I see, that makes sense thanks!

gbowne1 commented 2 years ago

@Traceydh

No worries. you're welcome.

tejask1730 commented 1 year ago

hello i want to resolve this issue pls can you guide?

gbowne1 commented 1 year ago

@tejask1730 are you a student or just learning?

tejask1730 commented 1 year ago

I am Engineering student

On Tue, Sep 27, 2022, 9:41 PM Gregory Bowne @.***> wrote:

@tejask1730 https://github.com/tejask1730 are you a student or just learning?

— Reply to this email directly, view it on GitHub https://github.com/gbowne1/spmssite/issues/67#issuecomment-1259728193, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVZXPFDRBSVEYBUGY5Q2RLLWAMMBHANCNFSM57Q4R2WA . You are receiving this because you were mentioned.Message ID: @.***>

gbowne1 commented 1 year ago

Ok @tejask1730