{"id":19668182,"url":"https://github.com/dymio/html-css-template","last_synced_at":"2025-04-29T00:30:30.755Z","repository":{"id":10266415,"uuid":"12378421","full_name":"dymio/html-css-template","owner":"dymio","description":"Web project frontend template includes HTML, CSS files, humans.txt, robots.txt, sitemap.txt and set of favicons","archived":false,"fork":false,"pushed_at":"2017-06-09T19:09:01.000Z","size":215,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T11:41:23.766Z","etag":null,"topics":["css","css-template","frontend-template","html","html-template","template-project"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dymio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-26T12:20:53.000Z","updated_at":"2021-06-20T14:01:18.000Z","dependencies_parsed_at":"2022-09-01T16:04:06.357Z","dependency_job_id":null,"html_url":"https://github.com/dymio/html-css-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymio%2Fhtml-css-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymio%2Fhtml-css-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymio%2Fhtml-css-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dymio%2Fhtml-css-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dymio","download_url":"https://codeload.github.com/dymio/html-css-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251410151,"owners_count":21584973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css-template","frontend-template","html","html-template","template-project"],"created_at":"2024-11-11T16:34:44.058Z","updated_at":"2025-04-29T00:30:28.669Z","avatar_url":"https://github.com/dymio.png","language":"HTML","readme":"HTML and CSS Template\n=====================\n\nVersion 1.2, March 10, 2017\n\nThis is template for web page. Includes:\n\n- valid HTML document with all necessary tags in the head section;\n- CSS basis for easy start;\n- humans.txt example file;\n- robots.txt example file;\n- sitemap.xml example file;\n- set of favicons of basic necessary resolutions;\n\nUsed Components:\n\n- [Normalize.css 5.0.0](http://necolas.github.io/normalize.css/);\n- [Bootstrap 3.3.7](http://getbootstrap.com/) as basis of all styles;\n\nBrowsers support: Chrome, Firefox, Opera, IE 8+, Safari 6+.\n\nRecomend to minimize and compile css styles to use on production.\n\n\nHEAD section specias\n--------------------\n\n### Mobile optimized page\n\nTag `meta` with name=\"viewport\" and css rule '@-ms-viewport'\nin 'assets/basis.css' tells browser that the page is mobile optimized.\nThere are two old tags for the same task, I removed from html document.\nThey used by Palm devices and Windows Mobile devices:\n\n    \u003cmeta name=\"HandheldFriendly\" content=\"True\"\u003e\n    \u003cmeta name=\"MobileOptimized\" content=\"320\"\u003e\n\n### Old IE compatibility\n\nWith tag `\u003cmeta http-equiv=\"x-ua-compatible\" content=\"IE=edge,chrome=1\"\u003e`\nIE uses the highest supported\n[document mode](https://msdn.microsoft.com/en-us/library/jj676915.aspx)\n(actual for IE8-10).\n\n[Html5shiv](https://github.com/aFarkas/html5shiv) adds HTML5 elements support\nto IE 6-8\n\nTag `\u003cmeta http-equiv=\"msthemecompatible\" content=\"no\"\u003e` prevent to adjust\nthe OS theme to your website in IE. But this only for IE6 and Windows XP. Skip.\n\n### Basic Page Info\n\nTags `title` and `meta` with name=\"description\" gives basic information about\nthe page to search engines. They are required. Tag `meta` with name=\"keywords\"\nis optional and possibly ignored by search engines crawlers.\n\n### Twitter card\n\nWith [Twitter Cards](https://dev.twitter.com/cards), you can attach rich photos,\nvideos and media experiences to Tweets, helping to drive traffic to your\nwebsite. Simply add a few lines of markup to your webpage, and users who Tweet\nlinks to your content will have a “Card” added to the Tweet that’s visible\nto their followers.\n\nTag `\u003cmeta name=\"twitter:card\" content=\"summary\"\u003e` enable Twitter card.\nTitle, description and image Twitter\n[will get](https://dev.twitter.com/cards/getting-started#twitter-cards-and-open-graph)\nfrom Open Graph tags.\n\nUse other Twitter Card meta-tags only for\n[special cases](https://dev.twitter.com/cards/types).\n\n### Open Graph protocol\n\n[The Open Graph protocol](http://ogp.me/) enables any web page to become\na rich object in a social graph. For instance, this is used on Facebook\nto allow any web page to have the same functionality as any other object\n[on Facebook](https://developers.facebook.com/docs/sharing/webmasters).\n\n### Favicon\n\nBuild a correct favicon.ico file with ImageMagick:\n\n    convert fav16.png fav32.png fav48.png favicon.ico\n\nOr with [online service](http://icoconvert.com/).\n\n### Apple touch icons\n\nIn tag `link` with rel=\"apple-touch-icon\" you can set the Apple touch icon\n[for Web Clip](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html).\nUse this [guidelines](https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/#app-icon-sizes).\n\n### Microsoft application\n\nWith meta tags you can customize data of pinned site\n[on Windows desktop](https://msdn.microsoft.com/en-us/library/dn255024.aspx)\nand [for IE](https://msdn.microsoft.com/en-us/library/hh772707.aspx). Example:\n\n    \u003cmeta name=\"application-name\" content=\"HTML and CSS Template\"\u003e\n    \u003cmeta name=\"msapplication-tooltip\" content=\"HTML and CSS Template by Dymio\"\u003e\n    \u003cmeta name=\"msapplication-starturl\" content=\"http://github.com/dymio/html-css-template\"\u003e\n    \u003cmeta name=\"msapplication-TileColor\" content=\" #009900\" /\u003e\n    \u003cmeta name=\"msapplication-TileImage\" content=\"ico/squareicon.png\"\u003e\n    \u003cmeta name=\"msapplication-square70x70logo\" content=\"ico/smalltile.png\" /\u003e\n    \u003cmeta name=\"msapplication-square150x150logo\" content=\"ico/mediumtile.png\" /\u003e\n    \u003cmeta name=\"msapplication-wide310x150logo\" content=\"ico/widetile.png\" /\u003e\n    \u003cmeta name=\"msapplication-square310x310logo\" content=\"ico/largetile.png\" /\u003e\n\nIn the html document I use only top tags for Metro UI: TileColor and TileImage.\n\n\nLicense\n-------\n\n[The MIT License (MIT)](https://opensource.org/licenses/MIT),\nCopyright 2014 Ivan Dymkov.\n\n\nContributing\n------------\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nFeel free to use code of the project as you want,\n[create issues](https://github.com/dymio/html-css-template/issues)\nor make pull requests.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdymio%2Fhtml-css-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdymio%2Fhtml-css-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdymio%2Fhtml-css-template/lists"}