# --
# This is a company data.yml. It should present your whole company.
# The easiest way to get started writing your own data.yml is to run:
#
# milou new -t company
#
# --

type: company

# URL of your press kit
baseURL: 'http://localhost:8080'

# Locale of the company page
locale: en_US

# General information
title: Pizza Burger Studio
basedIn: Paris, France
foundingDate: February 6, 2014
website: https://pizzaburger.studio
phone: +42 (3) 42 42 42 42 42

# Address is multiline
address:
  - 42 street of Pixelnest
  - 35000 Rennes
  - France

# Social media links
socials:
  - name: Twitter @pizzaburgerstudio
    link: https://twitter.com/pizzaburgerstudio
  - name: Facebook Page
    link: https://facebook.com/pizzaburgerstudio
  - name: Discord
    link: https://discord.gg/pizzaburgerstudio

# Primary email address for the press
pressContact: contact@pizzaburger.studio

# Simple and short description block for your company
description: This is a fake press kit for a fake company called Pizza Burger Studio.

# The company history
histories:
  - header: Built with milou
    text: This press kit is generated by milou
  - header: Free and Open Source
    text: Find it on GitHub https://github.com/Tsukumogami-Software/milou

# Videos from YouTube, Vimeo or direct download
trailers:
  - name: Example from YouTube
    youtube: er416Ad3R1g
  - name: Example from vimeo
    vimeo: 108650530
  - name: Example with download
    download: https://github.com/Tsukumogami-Software/milou/archive/refs/heads/main.zip

# Awards and nominations
awards:
  - description: An award
    info: Name, location, 17 May, 2024
  - description: A nomination
    info: Name, location, 17 May, 1996

# Customers / Users appreciation
quotes:
  - description: There's not enough pizza in your life. It's never enough.
    name: '@mrhelmut'
    website: Tweet
    link: https://twitter.com/mrhelmut/status/717276362814447616

# Miscellaneous links
additionals:
  - title: Patricia Pizza Twitter
    description: '@patpiz at'
    link: https://twitter.com/patpiz
  - title: Bob Burger Twitter
    description: '@bobburg at'
    link: https://twitter.com/bobburg

# Staff
credits:
  - person: Patricia Pizza
    role: Founder, Developer, Pizza Burger Studio
  - person: Bob Burger
    role: Founder, Designer, Pizza Burger Studio
  - person: Jake Burgza
    role: Artist, Collaborator
    website: http://www.jakeburgza.com
  - person: Sophia Pizer
    role: Musician, Collaborator
    website: http://www.sophiapizer.com

# Full contact informations
contacts:
  - name: Inquiries
    mail: contact@pizzaburger.studio
  - name: Twitter
    link: https://twitter.com/pizzaburgerstudio
  - name: Facebook
    link: https://facebook.com/pizzaburgerstudio
  - name: web
    link: http://pizzaburger.studio

# Custom HTML head (for analytics, etc)
headInject: >
  <meta name="keywords" content="pizza, burger">

  <meta name="author" content="Bob Burger">
