Welcome to the repository containing the codebase for a dynamic web page designed to showcase data science consulting services tailored to agriculture and aquaculture. This website includes sections for services, portfolio, use cases, and a contact form—everything a forward-thinking consulting service needs to engage clients and convey impact.
index.html
: The main HTML page for structuring content and navigation.css/styles.css
: Defines the site's visual styling and layout.js/scripts.js
: JavaScript logic for interactive features.images/
: Folder containing site assets like logos, icons, and portfolio images.sitemap.xml
androbots.txt
: Files to optimize SEO and manage search engine behavior.formulario.php
: Backend script for processing the contact form submissions.
- HTML5 and CSS3: For building the page's structure and styling.
- JavaScript: Adding interactive elements and dynamic user experience.
- PHP: Handling backend form submissions.
- SEO Optimization: Implemented with
sitemap.xml
androbots.txt
to improve search engine visibility.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/username/DataScienceWebConsulting.git cd DataScienceWebConsulting
-
Run a Local Server: Since this project uses PHP for form handling, it’s best to use a local server. You can set up with tools like XAMPP or WAMP for local testing.
To contribute to this project:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit:
git commit -am 'Add a new feature'
- Push to your branch:
git push origin feature/your-feature
- Create a pull request.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International. This license allows for sharing and adapting the project non-commercially, as long as credit is given to the original creator.