Skip to content
Snippets Groups Projects
index.pug 1.16 KiB
Newer Older
Clément's avatar
Clément committed
include get_config.pug
Clément's avatar
Clément committed
html(lang="en")
  head
    meta(charset="UTF-8")
    title HD App
    meta(name="viewport", content="width=device-width, initial-scale=1.0")
    meta(http-equiv="X-UA-Compatible", content="ie=edge")
Gaëlle Morin's avatar
Gaëlle Morin committed
    link(rel="icon" type="image/png" href="/images/favicon.png")
Clément's avatar
Clément committed
    include dependencies.pug
  body
    div.layer
      header#header.row(role='banner')
        include header.pug
        include menu-left.pug
        main#mainContainer
          //- #dashboard(hidden)
            include page-dashboard.pug
          #members(hidden)
            include page-members.pug
          #member-chat(hidden)
            include page-member-chat.pug
          #job-offers(hidden)
            include page-job-offers.pug
          #job-offer-create(hidden)
            include page-job-offer-create.pug
          #project(hidden)
            include page-project.pug
          //- #client-creation(hidden)
            include page-client-creation.pug
          //-#groups(hidden)
            include page-groups.pug
Jean-Baptiste's avatar
Jean-Baptiste committed
          #circle(hidden)
            include page-group.pug
          //- #search(hidden)
            include page-search.pug