MoodyLass / Teacup

Moody Lass Website
https://moodylass.com
MIT License
3 stars 1 forks source link

Shoppe #3

Closed MoodyLass closed 1 year ago

MoodyLass commented 1 year ago

Deploy the eCommerce Shoppe.

sudo-self commented 1 year ago

CNAME will need DNS to propagate shoppe.domains.payhip.com

resolving

https://shoppe.moodylass.com/

sudo-self commented 1 year ago

Here are some iframe examples, thats the only thing I see broken in your code.

This is an external website iframe example

<iframe <iframe=“" src="https://PICTURE OF CAT.jpg" width="660px" height="450" frameborder="0">

Instead you can put all the pictures in a folder named “ASSETS” then point to it internally with href=

<iframe <iframe=“" href=“/ASSETS/PICTURE OF CAT.jpg”

src="https://yourdomain.com/ASSETS/PICTURE OF CAT.jpg" width="660px" height="450" frameborder="0">

Then taking it a step further you can place a complete website in a folder “project 1”

index.html style.css script.js

Then use and an iframe or tag to link “project 1”

<a href=“yourdomain.com/project 1" src=“https://yourdomain.com/project 1”

src is the actual picture while href is where the item is in an iframe or what happens on mouse click in a hyperlink.

Its how my entire GitHub Page is set up

Almost every repo is a template feel free to use them as needed. And the attached html is a 4 iframe examples

On Sep 9, 2023, at 4:18 AM, Moody Lass @.***> wrote:

Assigned #3 https://github.com/MoodyLass/Teacup/issues/3 to @sudo-self https://github.com/sudo-self.

— Reply to this email directly, view it on GitHub https://github.com/MoodyLass/Teacup/issues/3#event-10324004676, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4S4OI3OI5TJJ4ABDTYZEN3XZQ67FANCNFSM6AAAAAA4RLHO6U. You are receiving this because you were assigned.