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

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 
0053     'footer_heading' => 'The Donation Platform - pling.it',
0054 
0055     'domain' => 'pling.it',
0056 
0057     'header' => array(
0058         'background-image' => 'none',
0059         'background-color' => '#e2e2e2',
0060         'color' => '#0A0A0A',
0061         'height' => '90px'
0062     ),
0063 
0064     'header-logo' => array(
0065         'background-image' => 'none',
0066         'height' => '76px',
0067         'width' => '140px',
0068         'top' => '10px',
0069         'left' => '0',
0070         'image-src' => '/theme/flatui/img/new/pling-logo-large.png'
0071     ),
0072 
0073     'header-nav' => array(
0074         'color-link' => '#FFFFFF',
0075         'color-active' => '#60bcff',
0076         'color-hover' => '#60bcff'
0077     ),
0078 
0079     'header-nav-tabs' => array(
0080         'background-color' => '#609dca',
0081         'border-color' => '#a3acfd',
0082         'border-radius' => '5px 5px 0 0',
0083         'border-style' => 'solid solid none',
0084         'border-with' => '2px 2px 0',
0085         'height' => '24px',
0086         'margin-right' => '2px',
0087         'background-color-active' => '#60bcff',
0088         'absolute-left' => '310px',
0089         'absolute-right' => '30px'
0090     ),
0091 
0092 );