File indexing completed on 2024-05-12 06:03:24

0001 <?php
0002 /**
0003  *  ocs-webserver
0004  *
0005  *  Copyright 2016 by pling GmbH.
0006  *
0007  *    This file is part of ocs-webserver.
0008  *
0009  *    This program is free software: you can redistribute it and/or modify
0010  *    it under the terms of the GNU Affero General Public License as
0011  *    published by the Free Software Foundation, either version 3 of the
0012  *    License, or (at your option) any later version.
0013  *
0014  *    This program is distributed in the hope that it will be useful,
0015  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0017  *    GNU Affero General Public License for more details.
0018  *
0019  *    You should have received a copy of the GNU Affero General Public License
0020  *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
0021  **/
0022 
0023 return array(
0024     'favicon' => '/favicon.ico',
0025     'logo' => '/theme/flatui/img/new/pling-logo-large.png',
0026 
0027     'head' => array(
0028         'browser_title' => 'pling.it',
0029         'browser_title_prepend' => 'pling.it - ',
0030         'meta_author' => 'Pling US, LLC',
0031         'meta_description' => '',
0032         'meta_keywords' => ''
0033     ),
0034 
0035     'homepage' => array(
0036         'logo' => array(
0037             'background-image' => 'url(\'/theme/flatui/img/new/pling-logo-large.png\')',
0038             'background-position' => 'inherit',
0039             'background-repeat' => 'no-repeat',
0040             'height' => '108px',
0041             'width' => '200px'
0042         ),
0043         'headline' => '<h2>The Donation Platform</h2>
0044                         <h3>to support free products and services.</h3>
0045 
0046                         <p>
0047                             <a class="btn btn-primary btn-native btn-large watch-video" href="#homepage-video"
0048                                data-toggle="modal">Watch Video</a>
0049                             <a class="btn btn-primary btn-pling-red btn-large" href="/register">Get Started</a>
0050                         </p>',
0051   ),
0052   'footer_heading' => 'The Donation Platform - pling.it',
0053   'domain' => 'pling.it',
0054   'header' =>
0055   array (
0056       'background-image' => 'none',
0057       'background-color' => '#e2e2e2',
0058       'color' => '#ffffff',
0059       'height' => '90px',
0060   ),
0061   'header-logo' =>
0062   array (
0063       'background-image' => 'none',
0064       'height' => '76px',
0065       'width' => '140px',
0066       'top' => '10px',
0067       'left' => '0',
0068       'image-src' => '/theme/flatui/img/new/pling-logo-large.png',
0069   ),
0070   'header-nav-tabs' =>
0071   array (
0072       'background-color' => '#AAA6A6',
0073       'background-color-active' => '#FF8743',
0074       'background-color-hover' => '#FF8743',
0075       'border-color' => '#ffffff',
0076       'border-radius' => '5px 5px 0 0',
0077       'border-style' => 'solid solid none',
0078       'border-with' => '2px 2px 0',
0079       'height' => '24px',
0080       'margin-right' => '2px',
0081       'absolute-left' => '310px',
0082       'absolute-right' => '30px',
0083       'link' =>
0084           array (
0085               'color' => '#ffffff',
0086               'color-active' => '#ffffff',
0087               'color-hover' => '#ffffff',
0088           ),
0089   ),
0090 );