|
1 | | -# 🗿 HEAD |
| 1 | +# 🤯 HEAD |
2 | 2 |
|
3 | | -> A list of everything that \*could\* go in the `<head>` of your document |
| 3 | +> A simple guide to HTML `<head>` elements |
4 | 4 |
|
5 | 5 | [](https://github.com/joshbuchea/HEAD/graphs/contributors) |
6 | 6 | [](https://creativecommons.org/publicdomain/zero/1.0/) |
@@ -56,14 +56,13 @@ Below are the essential elements for any web document (websites/apps): |
56 | 56 | <title>Page Title</title> |
57 | 57 | ``` |
58 | 58 |
|
59 | | -**meta charset** - defines the encoding of the website, utf-8 is the standard |
| 59 | +`meta charset` - defines the encoding of the website, `utf-8` is the standard |
60 | 60 |
|
61 | | -**meta name="viewport"** - viewport settings related to mobile responsiveness |
| 61 | +`meta name="viewport"` - viewport settings related to mobile responsiveness |
62 | 62 |
|
63 | | -**width=device-width** means that it will use the physical width of the device (instead of zooming out) which is good with mobile friendly pages |
64 | | - |
65 | | -**initial-scale=1** is the initial zoom, 1 means no zoom |
| 63 | +`width=device-width` - use the physical width of the device (great for mobile!) |
66 | 64 |
|
| 65 | +`initial-scale=1` - the initial zoom, 1 means no zoom |
67 | 66 |
|
68 | 67 | **[⬆ back to top](#table-of-contents)** |
69 | 68 |
|
@@ -610,39 +609,45 @@ The **HEAD** repository consists of two branches: |
610 | 609 |
|
611 | 610 | #### 1. `master` |
612 | 611 |
|
613 | | -This branch consists of the `README.md` file that is automatically reflected on the [htmlhead.dev](https://htmlhead.dev/) website. All changes to the content of the cheat sheet as such should be directed to this file. |
| 612 | +This branch consists of the `README.md` file that is reflected on the [htmlhead.dev](https://htmlhead.dev/) website. All changes to the content of the guide should be made in this file. |
614 | 613 |
|
615 | 614 | Please follow these steps for pull requests: |
616 | 615 |
|
| 616 | +{:.list-style-default} |
617 | 617 | - Modify only one tag, or one related set of tags at a time |
618 | 618 | - Use double quotes on attributes |
619 | 619 | - Don't include a trailing slash in self-closing elements — the HTML5 spec says they're optional |
620 | 620 | - Consider including a link to documentation that supports your change |
621 | 621 |
|
622 | 622 | #### 2. `gh-pages` |
623 | 623 |
|
624 | | -This branch is responsible for the [htmlhead.dev](https://htmlhead.dev/) website. We use [Jekyll](https://jekyllrb.com/) to deploy the `README.md` Markdown file through [GitHub Pages](https://pages.github.com/). All website related modifications must be directed here. |
| 624 | +This branch is responsible for the [htmlhead.dev](https://htmlhead.dev/) website. We use [Jekyll](https://jekyllrb.com/) to deploy the `README.md` markdown file to [GitHub Pages](https://pages.github.com/). All website related modifications should be made in this branch. |
625 | 625 |
|
626 | | -You may want to go through the [Jekyll Docs](https://jekyllrb.com/docs/home/) and understand how Jekyll works before working on this branch. |
| 626 | +You may find it helpful to review the [Jekyll Docs](https://jekyllrb.com/docs/home/) and understand how Jekyll works before working in this branch. |
627 | 627 |
|
628 | | -### Contributors |
| 628 | +## 🌟 Contributors |
629 | 629 |
|
630 | | -Check out all the super awesome [contributors](https://github.com/joshbuchea/HEAD/graphs/contributors). |
| 630 | +Check out all the super awesome [contributors](https://github.com/joshbuchea/HEAD/graphs/contributors) 🤩 |
631 | 631 |
|
632 | 632 | ## 👤 Author |
633 | 633 |
|
634 | 634 | **Josh Buchea** |
635 | 635 |
|
| 636 | +- GitHub: [@joshbuchea](https://github.com/joshbuchea) |
636 | 637 | - Twitter: [@joshbuchea](https://twitter.com/joshbuchea) |
637 | | -- Github: [@joshbuchea](https://github.com/joshbuchea) |
638 | 638 |
|
639 | | -## Show your support |
| 639 | +## 💛 Support |
| 640 | + |
| 641 | +If this project was helpful for you or your organization, please considering supporting my work directly: |
| 642 | + |
| 643 | +- 💛 [Sponsor me on GitHub](https://github.com/sponsors/joshbuchea) |
| 644 | +- ⭐️ [Star this project on GitHub](https://github.com/joshbuchea/HEAD) |
| 645 | +- 🐙 [Follow me on GitHub](https://github.com/joshbuchea) |
| 646 | +- 🐦 [Follow me on Twitter](https://twitter.com/joshbuchea) |
640 | 647 |
|
641 | | -Please ⭐️ this repository if this project helped you! |
| 648 | +Everything helps, thanks! 🙏 |
642 | 649 |
|
643 | | -<a href="https://www.patreon.com/joshbuchea"> |
644 | | - <img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"> |
645 | | -</a> |
| 650 | +— Josh |
646 | 651 |
|
647 | 652 | ## 📝 License |
648 | 653 |
|
|
0 commit comments