{"id":23822490,"url":"https://github.com/mirian97/civil-engineering-website-angular","last_synced_at":"2026-05-16T00:08:30.314Z","repository":{"id":266572265,"uuid":"898711830","full_name":"Mirian97/civil-engineering-website-angular","owner":"Mirian97","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-13T00:30:32.000Z","size":16071,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T00:24:06.917Z","etag":null,"topics":["angular","scss","typescript"],"latest_commit_sha":null,"homepage":"https://elio-rodrigues-ferreira-engenharia.vercel.app/","language":"TypeScript","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/Mirian97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-04T22:24:45.000Z","updated_at":"2025-07-13T00:30:35.000Z","dependencies_parsed_at":"2024-12-05T00:28:35.038Z","dependency_job_id":"24266982-afcd-481f-972b-2e4848ede2fb","html_url":"https://github.com/Mirian97/civil-engineering-website-angular","commit_stats":null,"previous_names":["mirian97/civil-engineering-website-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mirian97/civil-engineering-website-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Fcivil-engineering-website-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Fcivil-engineering-website-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Fcivil-engineering-website-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Fcivil-engineering-website-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mirian97","download_url":"https://codeload.github.com/Mirian97/civil-engineering-website-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Fcivil-engineering-website-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33085137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","scss","typescript"],"created_at":"2025-01-02T09:19:32.564Z","updated_at":"2026-05-16T00:08:30.299Z","avatar_url":"https://github.com/Mirian97.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗️ Civil Engineering Website\n\nA modern, responsive website showcasing the professional services of Civil Engineer Elio Rodrigues. Built with Angular 18 and featuring smooth animations, interactive components, and a professional design optimized for the construction industry.\n\n## 🎯 About the Project\n\nThis website serves as a professional portfolio and business platform for Civil Engineer Elio Rodrigues, highlighting his expertise in structural engineering, construction management, and technical consulting services. The site features a modern, responsive design that effectively communicates professionalism and technical competence to potential clients.\n\n### Key Highlights:\n\n- **Professional Portfolio**: Showcases education, experience, and project gallery\n- **Service Catalog**: Comprehensive list of civil engineering services\n- **Contact Integration**: Direct communication channels for client inquiries\n- **Responsive Design**: Optimized for all devices and screen sizes\n- **Modern UI/UX**: Clean, professional interface with smooth animations\n\n## 🛠️ Technologies Used\n\n### Frontend Framework\n\n- **Angular 18**: Latest version with standalone components\n- **TypeScript**: Type-safe development\n- **SCSS**: Advanced styling with variables and mixins\n\n### UI/UX Libraries\n\n- **Swiper.js**: Touch-enabled carousel/slider\n- **Animate.css**: CSS animation library\n- **SweetAlert2**: Beautiful alert and notification system\n- **ngx-owl-carousel-o**: Angular carousel component\n\n### Communication\n\n- **EmailJS**: Client-side email functionality\n- **@sweetalert2/ngx-sweetalert2**: Angular integration for alerts\n\n### Development Tools\n\n- **Angular CLI**: Development and build tools\n- **Angular SSR**: Server-side rendering support\n- **Karma \u0026 Jasmine**: Testing framework\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- **Node.js** (v18 or higher)\n- **npm** or **yarn** package manager\n- **Angular CLI** (v18.1.3 or higher)\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/Mirian97/civil-engineering-website-angular.git\n   cd civil-engineering-website-angular\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Start development server**\n\n   ```bash\n   npm start\n   ```\n\n4. **Open your browser**\n   Navigate to `http://localhost:4200/` to view the application.\n\n## 💻 Development\n\n### Component Development\n\nThe project uses Angular's standalone components for better modularity:\n\n```bash\n# Generate a new component\nng generate component components/component-name\n\n# Generate a new service\nng generate service services/service-name\n```\n\n### Styling Guidelines\n\n- Use SCSS variables for consistent theming\n- Implement responsive design with mobile-first approach\n- Use CSS custom properties for dynamic theming\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n**Built with ❤️ using Angular 18**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirian97%2Fcivil-engineering-website-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirian97%2Fcivil-engineering-website-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirian97%2Fcivil-engineering-website-angular/lists"}