-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f38e655
commit 34302d0
Showing
1 changed file
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,60 @@ | ||
# Software-Company-Website | ||
A website for a software company, built using HTML, CSS and Javascript | ||
# Software Company Website | ||
## ( [Click here to view the deployed website](https://sherwinvishesh.github.io/Software-Company-Website/) ) | ||
|
||
This project represents my final internship project at Nexus Info, where I was tasked with creating a comprehensive website for a software company. The goal was to showcase my expertise in delivering top-notch web solutions. | ||
|
||
## Overview | ||
|
||
Built with modern web technologies, this website offers a seamless and engaging user experience, highlighting the services, portfolio, and innovative projects that reflect our commitment to excellence in the IT industry. | ||
|
||
## Features | ||
|
||
- **Responsive Design**: Ensures optimal viewing on all devices. | ||
- **Interactive UI**: Provides dynamic content with smooth navigation. | ||
- **Portfolio Showcase**: Highlights our projects and case studies. | ||
- **Service Details**: Offers insights into our diverse offerings. | ||
|
||
## Technologies Used | ||
|
||
- HTML5 | ||
- CSS3 (with SCSS for styling) | ||
- JavaScript | ||
|
||
## Project Structure | ||
|
||
- `index.html`: Homepage markup. | ||
- `style.css`: Compiled CSS from SCSS for styling. | ||
- `style.scss`: Source SCSS with variables and mixins. | ||
- `script.js`: JavaScript for interactivity. | ||
|
||
## Setup | ||
|
||
To set up a local copy: | ||
|
||
1. Clone the repo: | ||
```sh | ||
git clone https://github.com/yourusername/Software-Company-Website.git | ||
``` | ||
2.Navigate to the directory: | ||
```sh | ||
cd Software-Company-Website | ||
``` | ||
3. Open `index.html` in a browser to view the website. | ||
|
||
## Contributing | ||
|
||
This project is the culmination of my internship at Nexus Info, and contributions are welcome to further enhance its functionality and design. If you have ideas or improvements, feel free to fork the repo and submit your changes via a pull request. You can also open an issue with the tag "enhancement" to discuss potential additions or modifications. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the `LICENSE` file for details. | ||
|
||
## Acknowledgments | ||
|
||
- Special thanks to Nexus Info for the opportunity to work on this significant project during my internship. | ||
- Gratitude to all the mentors and colleagues who provided guidance and support throughout this journey. | ||
|
||
|
||
Made with " ♥" by Sherwin Vishesh Jathanna | ||
|