Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide demos that do not require Javascript #29

Open
progval opened this issue Jul 8, 2016 · 7 comments
Open

Provide demos that do not require Javascript #29

progval opened this issue Jul 8, 2016 · 7 comments

Comments

@progval
Copy link

progval commented Jul 8, 2016

As of now, most links target codepen.io, which is only available if the browser has Javascript support.

Links to static pages with only HTML and CSS would fix this issue.

@gilmrjc
Copy link
Contributor

gilmrjc commented Jul 8, 2016

The demos should be made accessible through the github page of this project using plan HTML and CSS

@ShaishavGandhi
Copy link
Contributor

For the demos which have SCSS, should the HTML files have the compiled CSS or SCSS as is?

@gilmrjc
Copy link
Contributor

gilmrjc commented Jul 13, 2016

The HTML needs the compiled css to work. Maybe the scss code can be included in the example files as css comments for reference.

@jreese802
Copy link

If you change the codepen URL from the /pen/ view to the /live/ view, you will be able to view the examples with Javascript disabled.

Take a look at the carousel example here:

http://codepen.io/SitePoint/live/MyPVdK

@stevemao
Copy link
Member

stevemao commented Sep 2, 2016

We can add a comment based on @jreese802 's suggestion. PR welcome.

@mk-pmb
Copy link

mk-pmb commented Nov 9, 2016

Please host the demos on github, e.g. using a gh-pages branch, so they can easily be forked, improved and PR'd.

Edit 2023-10-14: Nowadays, GitHub allows using the master branch as source for GitHub pages (optionally its "docs" subdirectory), so we should do that rather than a gh-pages branch.

@Kedarnath-Rothe
Copy link
Contributor

Please assign me this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants
@progval @ShaishavGandhi @mk-pmb @stevemao @jreese802 @gilmrjc @Kedarnath-Rothe and others