https://github.com/santoshlite/thesupersiliconvalleymap
A swag Super Mario styled map of the Silicon Valley
https://github.com/santoshlite/thesupersiliconvalleymap
google map mario silicon-valley startups
Last synced: 3 months ago
JSON representation
A swag Super Mario styled map of the Silicon Valley
- Host: GitHub
- URL: https://github.com/santoshlite/thesupersiliconvalleymap
- Owner: santoshlite
- Created: 2021-05-02T15:14:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T15:41:31.000Z (about 4 years ago)
- Last Synced: 2025-01-13T07:27:20.734Z (4 months ago)
- Topics: google, map, mario, silicon-valley, startups
- Language: JavaScript
- Homepage:
- Size: 9.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔥 The SUPER Silicon Valley Map 🔥
This is a **Super Mario Bros** styled map of the **Silicon Valley**
This has been made possible with this [video tutorial](https://www.youtube.com/watch?v=CdDXbvBFXLY&ab_channel=CoderCoder) made by [@thecodercoder](https://github.com/thecodercoder)
Look what it looks like : https://super-silicon-valley.web.app/

# Add companies and startups to the map 🚀
- go to [script.js](https://github.com/ssantoshp/TheSuperSiliconValleyMap/blob/main/script.js)
- add a new company by adding their logo and their coordinates (you can use [google maps](https://support.google.com/maps/answer/18539?co=GENIE.Platform%3DDesktop&hl=en&oco=0) to get them). The code you add to script.js should look like that :
```
[
'Pinterest', #name of the company
37.77788300973486, #latitude
-122.39690640178195, #longitude
'assets/pin.png', #logo of the company
70, #size of the picture
50, #size of the picture
],
```
- submit the pull requests