Skip to content

Commit 749fa29

Browse files
committed
chore: update readme
1 parent 247bb5b commit 749fa29

File tree

1 file changed

+92
-2
lines changed

1 file changed

+92
-2
lines changed

README.md

Lines changed: 92 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,92 @@
1-
# skywork
2-
Co Working Spaces
1+
# SkyWork Borivali Website
2+
3+
A responsive website for SkyWork Borivali, a premium co-working space located near Borivali railway station in Mumbai.
4+
5+
## Overview
6+
7+
This website showcases SkyWork Borivali's coworking facilities, pricing plans, amenities, and contact information. It features a modern, responsive design optimized for all devices.
8+
9+
## Features
10+
11+
- Responsive design that works on mobile, tablet, and desktop
12+
- Interactive navigation with smooth scrolling
13+
- Image gallery with carousel
14+
- Contact information with Google Maps integration
15+
- Encrypted contact details to prevent spam
16+
- Mobile-friendly call button for easy access on smaller devices
17+
18+
## Project Structure
19+
```bash
20+
skywork/
21+
├── index.html # Main HTML file
22+
├── css/
23+
│ ├── bootstrap.min.css # Bootstrap framework
24+
│ ├── line-awesome.min.css # Line Awesome icons
25+
│ ├── magnific-popup.css # Lightbox for images
26+
│ ├── swiper.min.css # Swiper for carousels
27+
│ └── style.css # Custom styles
28+
├── js/
29+
│ ├── jquery.min.js # jQuery library
30+
│ ├── bootstrap.bundle.min.js # Bootstrap JavaScript
31+
│ ├── jquery.filterizr.min.js # Filtering functionality
32+
│ ├── magnific-popup.min.js # Lightbox functionality
33+
│ ├── swiper.min.js # Carousel functionality
34+
│ └── main.js # Custom JavaScript
35+
├── img/ # Image assets
36+
│ ├── logo-sideways.png # Logo
37+
│ ├── main.jpg # Main hero image
38+
│ ├── desk.jpg # Workspace images
39+
│ └── ... # Other images
40+
└── favicon files # Various favicon formats
41+
```
42+
43+
44+
## Technologies Used
45+
46+
- HTML5
47+
- CSS3
48+
- JavaScript
49+
- Bootstrap 5
50+
- jQuery
51+
- Line Awesome Icons
52+
- Google Maps Embed API
53+
54+
## Setup and Installation
55+
56+
1. Clone the repository or download the ZIP file
57+
2. Extract the files to your desired location
58+
3. Open `index.html` in a web browser to view the website
59+
60+
For development:
61+
1. Make changes to the HTML, CSS, or JavaScript files as needed
62+
2. Refresh the browser to see your changes
63+
64+
## Deployment
65+
66+
This website can be deployed to any web hosting service:
67+
68+
1. Upload all files and folders to your web hosting service
69+
2. Ensure the file structure remains intact
70+
3. The website should now be accessible via your domain
71+
72+
## Browser Compatibility
73+
74+
- Chrome (latest)
75+
- Firefox (latest)
76+
- Safari (latest)
77+
- Edge (latest)
78+
- Opera (latest)
79+
- Mobile browsers (iOS Safari, Android Chrome)
80+
81+
## Security Features
82+
83+
- Contact information (phone number) is encrypted to prevent spam
84+
- All external links use appropriate security attributes
85+
86+
## License
87+
88+
© 2025 SkyWork Borivali. All Rights Reserved
89+
90+
## Contact
91+
92+
For inquiries about this website, please contact the SkyWork Borivali team.

0 commit comments

Comments
 (0)