Coder Social home page Coder Social logo

cmulk / large-type Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dbader/large-type.com

0.0 0.0 0.0 109 KB

Display & share text in a large font, directly from your browser

Home Page: https://large-type.com

JavaScript 36.42% CSS 32.04% HTML 31.54%

large-type's Introduction

large-type.com – Display and share text in a large font, directly from your browser

Large-type.com is a utility website that lets you display & share text in a very large font directly from your browser.

That's handy whenever you need to read something on your screen from further away—for example, phone numbers and passwords.

Even better, when you share text with large-type.com only the person with the link sees your text. Rendering happens locally on your browser and your text is not transmitted to any servers.

Here's a quick demo video.

FAQs

What can I use it for?

Here are some ideas:

How secure is it?

The short answer: Sharing text with someone by sending them a link to large-type.com offers the same level of security as sending them the text directly. Always use secure communication methods when sharing password URLs.

The long answer: When you share a link to large-type.com with someone and they open it in their browser, the text in the URL fragment won't be transmitted as part of the HTTP request. As per RFC 2396 browsers don't send the URL fragment with the HTTP request.

When a URI reference is used to perform a retrieval action on the identified resource, the optional fragment identifier, separated from the URI by a crosshatch ("#") character, consists of additional reference information to be interpreted by the user agent after the retrieval action has been successfully completed. As such, it is not part of a URI, but is often used in conjunction with a URI. (RFC 2396 section 4.1)

Large-type.com uses Google Analytics and Twitter widgets. Both do not report URL fragments to their backend servers.

All text formatting and rendering happen locally on your browser through CSS and JavaScript. Your text is not transmitted to any servers when the browser.

Additionally, large-type.com is fully open-source, small and hosted on GitHub Pages which means you can audit the source code to see that your data isn't sent or stored anywhere else.

Please keep in mind that, while large-type does not send the text to a backend server, large-type.com is not responsible for how you choose to share the URL. Please use secure communication methods when sharing password URLs.

I found a bug! Now what?

Awesome! Please create an issue on GitHub (and if you have a really good day maybe a pull request, too 😃) so we can fix it. Thanks!

Local Development & Preview

Spin up a local development web server:

python -m http.server 8000

Then open http://localhost:8000/ to preview.

Meta

Design inspired by 1Password's large-type feature.

Daniel Bader – @dbader_org[email protected]

https://github.com/dbader/large-type.com

large-type's People

Contributors

dbader avatar yuriy636 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.