mirror of
https://github.com/jstrieb/urlpages.git
synced 2025-01-03 11:42:12 +01:00
Fix large examples
This commit is contained in:
parent
258e91ec37
commit
610556251f
7 changed files with 24 additions and 19 deletions
15
EXAMPLES.md
15
EXAMPLES.md
File diff suppressed because one or more lines are too long
|
@ -59,11 +59,11 @@ I originally conceived this as a simple, static CodePen clone, but I felt the "p
|
|||
- Code editor [here](http://tinyurl.com/y6rrrlnm)
|
||||
- Published version below
|
||||
- The entire [editor](http://jstrieb.github.io/urlpages/editor) encoded in the URL [here](https://tinyurl.com/y62y9abz)
|
||||
- This GitHub project page [here](https://github.com/jstrieb/urlpages/blob/master/EXAMPLES.md#github-project)
|
||||
- A cloned New York Times Article [here](https://github.com/jstrieb/urlpages/blob/master/EXAMPLES.md#new-york-times-article)
|
||||
- This GitHub project page [here](http://jstrieb.github.io/urlpages/examples/project-page.html)
|
||||
- A cloned New York Times Article [here](http://jstrieb.github.io/urlpages/examples/nyt.html)
|
||||
- A page with embedded images (no external image host)
|
||||
- Code [here](https://github.com/jstrieb/urlpages/blob/master/EXAMPLES.md#images-code)
|
||||
- Page [here](https://github.com/jstrieb/urlpages/blob/master/EXAMPLES.md#page-with-embedded-image)
|
||||
- Code [here](http://jstrieb.github.io/urlpages/examples/embed-code.html)
|
||||
- Page [here](http://jstrieb.github.io/urlpages/examples/embed-page.html)
|
||||
|
||||
|
||||
## Bookmarklet
|
||||
|
|
8
examples/README.md
Normal file
8
examples/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Large Examples
|
||||
|
||||
These examples were too large for regular GitHub markdown viewing. As such I've
|
||||
made pages in this folder that will redirect to the appropriate long URLs.
|
||||
|
||||
In general, redirecting to long URLs with HTML pages is hilariously pointless,
|
||||
but here it makes sense to demonstrate what URLs cloned with the bookmarklet
|
||||
can be like, as well as what some larger examples are like.
|
3
examples/embed-code.html
Normal file
3
examples/embed-code.html
Normal file
File diff suppressed because one or more lines are too long
3
examples/embed-page.html
Normal file
3
examples/embed-page.html
Normal file
File diff suppressed because one or more lines are too long
3
examples/nyt.html
Normal file
3
examples/nyt.html
Normal file
File diff suppressed because one or more lines are too long
3
examples/project-page.html
Normal file
3
examples/project-page.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue