{"id":19485985,"url":"https://github.com/yauhenkavalchuk/starting_template","last_synced_at":"2025-04-25T18:31:46.125Z","repository":{"id":107120222,"uuid":"44872616","full_name":"YauhenKavalchuk/Starting_template","owner":"YauhenKavalchuk","description":"Стартовый шаблон для вёрстки веб-проектов","archived":false,"fork":false,"pushed_at":"2016-12-12T14:13:05.000Z","size":532,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T01:04:36.678Z","etag":null,"topics":["css","gulp","sass","scss","template"],"latest_commit_sha":null,"homepage":"http://youtube.com/c/YauhenKavalchuk/","language":"CSS","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/YauhenKavalchuk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-24T15:41:42.000Z","updated_at":"2024-12-01T18:49:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"901ba154-fddc-4743-bd8a-a2fcc4877146","html_url":"https://github.com/YauhenKavalchuk/Starting_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/YauhenKavalchuk%2FStarting_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YauhenKavalchuk%2FStarting_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YauhenKavalchuk%2FStarting_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YauhenKavalchuk%2FStarting_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YauhenKavalchuk","download_url":"https://codeload.github.com/YauhenKavalchuk/Starting_template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250872152,"owners_count":21500771,"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","gulp","sass","scss","template"],"created_at":"2024-11-10T20:32:24.942Z","updated_at":"2025-04-25T18:31:46.112Z","avatar_url":"https://github.com/YauhenKavalchuk.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starting_template\n\nStarting template is a front-end HTML5/SCSS/JS template. Featuring the latest technologies and impeccable code this download is the ideal starting point for any web project.\n\n## Gulp - Start Guide\n\u003e **Need to ensure you have everything on your machine:**\u003cbr\u003e\n\u003e1. Node.js\u003cbr\u003e\n\u003e2. npm\u003cbr\u003e\n\u003e3. Bower\u003cbr\u003e\n\n**In root of template, use commands:**\n\u003cul\u003e\n\t\u003cli\u003enpm i\u003c/li\u003e\n\t\u003cli\u003ebower i\u003c/li\u003e\n\t\u003cli\u003egulp (Run project)\u003c/li\u003e\n\t\u003cli\u003egulp build (Build project)\u003c/li\u003e\n\u003c/ul\u003e\n\n### SASS Partials\n\u003cp\u003eThe partials directory is where most of the CSS is constructed. Plan ahead and think how to structure these.\u003c/p\u003e\n\u003cul\u003e\n\t\u003cli\u003ecomponents:\n\t\u003cul\u003e\n\t\t\u003cli\u003e_global.scss\u003c/li\u003e\n\t\t\u003cli\u003e_variables.scss\u003c/li\u003e\n\t\u003c/ul\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003ehelpers:\n\t\u003cul\u003e\n\t\t\u003cli\u003e_global.scss\u003c/li\u003e\n\t\t\u003cli\u003e_extends.scss\u003c/li\u003e\n\t\t\u003cli\u003e_media.scss\u003c/li\u003e\n\t\t\u003cli\u003e_mixins.scss\u003c/li\u003e\n\t\u003c/ul\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003esections:\n\t\u003cul\u003e\n\t\t\u003cli\u003e_header.scss\u003c/li\u003e\n\t\t\u003cli\u003e_footer.scss\u003c/li\u003e\n\t\u003c/ul\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003evendors:\n\t\u003cul\u003e\n\t\t\u003cli\u003e_global.scss\u003c/li\u003e\n\t\t\u003cli\u003e_bootstrap-grid.scss\u003c/li\u003e\n\t\u003c/ul\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003emain.scss\u003c/li\u003e\n\u003c/ul\u003e\n\n###Automatically sprite generation\n\u003cp\u003eExample of Sprite using\u003c/p\u003e\n```\n    .selector {\n        @include sprite($apple-touch-icon);\n    }\n```\n\u003e **apple-touch-icon** - the name of image\n\n###Structuring your projects\n\u003cp\u003eThis is a developer preference. There is no official way. Do you want all your pages in partials? Would you rather just add main components and still use style.scss for the bulk of the CSS? Do what's best for you and your project.\u003c/p\u003e\n\n###Who's behind this?\n\u003cp\u003eBase is proudly made by Evgeny Kovalchuk and is the result of many hours working on projects of all sizes. It is driven by a massive enthusiasm for all things web.\n\u003c/p\u003e\n\u003cp\u003eBase is constantly updated and modified to ensure it stays on top of the game. If you’ve any suggestions or ideas then don’t hesitate to get in touch.\u003c/p\u003e\n\n----------\n###Author's profile in social networks:\n| Profile:         | Link:\t\t\t\t\t\t\t\t                    |\n ----------------- | ----------------------------------------------------------------------------------------\n| LinkedIn: \t   | \u003ca href=\"http://www.linkedin.com/in/evgenykovalchuk\" target=\"_blank\"\u003elinkedin.com\u003c/a\u003e  |\n| VK:              | \u003ca href=\"http://vk.com/silent_control\" target=\"_blank\"\u003evk.com\u003c/a\u003e                      |\n| Facebook:        | \u003ca href=\"https://www.facebook.com/silentc0ntr0l\" target=\"_blank\"\u003efacebook.com\u003c/a\u003e      |\n|Twitter:          | \u003ca href=\"https://twitter.com/KovalchukEvgeny\" target=\"_blank\"\u003etwitter.com\u003c/a\u003e          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyauhenkavalchuk%2Fstarting_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyauhenkavalchuk%2Fstarting_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyauhenkavalchuk%2Fstarting_template/lists"}