Odyssey Entertainment Marketing Webpage
A professional site showcasing Odyssey's expertise in sports and entertainment marketing. It highlights services like brand strategy, digital creativity, and event development, emphasizing client collaboration and delivering high-energy, memorable experiences. The site also reflects the company's values of passion, performance, and partnership, offering solutions for branding, events, and digital marketing.
GitHub Repository: radtket/odyssey
Live Demo: Odyssey Entertainment Marketing
# clone the repo
$ git clone https://github.com/radtket/odyssey.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install# serve with hot reload at localhost:3000.
$ npm run start
# build for production with minification
$ npm run buildWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
my-project/
├── docs/
├── src/
│ ├── design-files/
│ ├── favicon/
│ ├── img/
│ ├── js/
│ ├── scss/
│ ├── video/
│ ├── ...
│ ├── index.html
│ └── ...
└── package.json