{"id":19411332,"url":"https://github.com/themefisher/constra-bootstrap","last_synced_at":"2025-02-25T02:28:55.732Z","repository":{"id":37439311,"uuid":"323261066","full_name":"themefisher/constra-bootstrap","owner":"themefisher","description":"Constra is the most popular construction website template made by Themefisher","archived":false,"fork":false,"pushed_at":"2024-04-16T07:18:07.000Z","size":4585,"stargazers_count":49,"open_issues_count":0,"forks_count":25,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-22T14:20:22.382Z","etag":null,"topics":["bootstrap-theme","construction-template","html-template","themefisher"],"latest_commit_sha":null,"homepage":"https://themefisher.com/products/constra","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themefisher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-12-21T07:22:21.000Z","updated_at":"2025-02-20T04:48:11.000Z","dependencies_parsed_at":"2024-11-10T12:33:57.706Z","dependency_job_id":null,"html_url":"https://github.com/themefisher/constra-bootstrap","commit_stats":null,"previous_names":["themefisher/constra-bootstrap"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themefisher%2Fconstra-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themefisher%2Fconstra-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themefisher%2Fconstra-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themefisher%2Fconstra-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themefisher","download_url":"https://codeload.github.com/themefisher/constra-bootstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240588936,"owners_count":19825265,"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":["bootstrap-theme","construction-template","html-template","themefisher"],"created_at":"2024-11-10T12:20:31.068Z","updated_at":"2025-02-25T02:28:55.707Z","avatar_url":"https://github.com/themefisher.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Constra - Free bootstrap construction template\n\nConstra is a theme for professional builders, construction or even industrial production companies with a focus on presenting the team, current and recent projects. Responsive development of the layouts makes the theme look good on any modern device.\n\n\u003c!-- demo --\u003e\n## Example Site\n\n| [![](screenshots/homepage-1.png)](https://demo.themefisher.com/constra/) | [![](screenshots/homepage-2.png)](https://demo.themefisher.com/constra/index-2.html) | [![](screenshots/about.png)](https://demo.themefisher.com/constra/about.html) |\n|:---:|:---:|:---:|\n| **Homepage 1**  | **Homepage 2**  | **About**  |\n| [![](screenshots/service.png)](https://demo.themefisher.com/constra/services.html) | [![](screenshots/project.png)](https://demo.themefisher.com/constra/projects.html) | [![](screenshots/news.png)](https://demo.themefisher.com/constra/news-right-sidebar.html) |\n| **Service** | **Project** | **News** |\n\n👉🏻[View Live Preview](https://demo.themefisher.com/constra/)\n\n\u003c!-- resources --\u003e\n## Pages\n\n* **Homepage 1**\n* **Homepage 2**\n* **About**\n* **Services**\n* **Service Details**\n* **Projects**\n* **Projects Details**\n* **Pricing**\n* **Team**\n* **Testimonials**\n* **News Left Sidebar**\n* **News Right Sidebar**\n* **News Details**\n* **FAQ**\n* **404**\n* **Typography**\n* **Contact**\n\n\u003c!-- download --\u003e\n## Download And installation\n\nDownload this template from [Github](https://github.com/themefisher/constra/archive/main.zip)\n\n\u003c!-- installation --\u003e\n### Basic Usages\n\nAfter downloading the template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.\n\n### Advanced Usage\n\nFor advanced usage, you have some prerequisites to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included.\n\n#### Install prerequisites (once for a machine)\n\n* **Node Installation:** [Install node js](https://nodejs.org/en/download/)\n* **Gulp Installation:** Install gulp globally from your terminal\n\n```\nnpm install --global gulp-cli\n```\n\nOr visit the original [Gulp docs](https://gulpjs.com/docs/en/getting-started/quick-start)\n\n#### Local setup\n\nAfter successfully installing those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open the internal terminal of IDM [vs code shortcut \u003ccode\u003ectrl/cmd+\\`\u003c/code\u003e]\n\n* Install dependencies\n\n```\nnpm install\n```\n\n* Run locally\n\n```\nnpm run dev\n```\n\nAfter that, it will open up a preview of the template in your default browser, watch for changes to source files, and live reload the browser when changes are saved.\n\n#### Production Build\n\nAfter finishing all the customization, you can create a production build by running this command.\n\n```\nnpm run build\n```\n\nNow you get a `theme` folder that has all the changes you have made. you can use this folder as your main theme.\n\n👉🏻 [visit documentation](https://docs.themefisher.com/constra/)\n\n\u003c!-- reporting issue --\u003e\n## Reporting Issues\n\nWe use GitHub Issues as the official bug tracker for the Constra Template. Please Search [existing issues](https://github.com/themefisher/Constra-Bootstrap-Construction-Template/issues). It’s possible someone has already reported the same problem.\nIf your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Constra-Bootstrap-Construction-Template/issues).\n\n\u003c!-- support --\u003e\n## Technical Support or Questions (Paid)\n\nIf you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.\n\n\u003c!-- licence --\u003e\n## License\n\nCopyright (c) 2016 - Present, Designed \u0026 Developed by [Themefisher](https://themefisher.com)\n\n**Code License:** Released under the [MIT](https://github.com/themefisher/constra/blob/main/LICENSE) license.\n\n**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.\n\n\u003c!-- resources --\u003e\n## Resources\n\nSome third-party plugins that we used to build this template. Please check their licenses.\n\n* **Bootstrap v4.5**: \u003chttps://getbootstrap.com/docs/4.5/getting-started/introduction/\u003e\n* **Jquery v3.5.1**: \u003chttps://jquery.com/download/\u003e\n* **Google Fonts**: \u003chttp://fonts.google.com/\u003e\n* **Font Awesome Free**: \u003chttps://fontawesome.com/\u003e\n* **Animate CSS**: \u003chttps://animate.style/\u003e\n* **Colorbox**: \u003chttps://www.jacklmoore.com/colorbox/\u003e\n* **Slick**: \u003chttps://kenwheeler.github.io/slick/\u003e\n* **Shuffle**: \u003chttps://vestride.github.io/Shuffle/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemefisher%2Fconstra-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemefisher%2Fconstra-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemefisher%2Fconstra-bootstrap/lists"}