Updated social
This commit is contained in:
@@ -82,7 +82,7 @@ defined('EXIT__AUTO_MAX') || define('EXIT__AUTO_MAX', 125); // highest auto
|
||||
|
||||
|
||||
define('SITE_NAME', 'ChiefSoft Works');
|
||||
define('SITE_ADDRL1', '2451 Cumberland Pkwy');
|
||||
define('SITE_ADDRL1', 'Cumberland Pkwy');
|
||||
define('SITE_ADDRL2', 'Atlanta,GA 30339');
|
||||
|
||||
define('SITE_PHONE', '770 544-8029');
|
||||
@@ -90,6 +90,10 @@ define('SITE_EMAIL', 'contact@chiefsoft.com');
|
||||
|
||||
define('SITE_FACEBOOK', 'https://www.facebook.com/pages/ChiefSoft-Works/1545928555688960');
|
||||
define('SITE_TWITTER', 'https://twitter.com/chiefsoft');
|
||||
define('SITE_INSTAGRAM','https://www.instagram.com/chiefsoft/');
|
||||
define('SITE_DRIBBLE', 'https://dribbble.com/chiefsoft');
|
||||
|
||||
|
||||
define('SITE_CONTACT_HEAD','We love to hear from you.<br> Send us a message.');
|
||||
define('SITE_CONTACT_OTHER_TXT','We love to hear from you. You can send a message anytime, and we will get back with you soon.<br> ');
|
||||
|
||||
|
||||
@@ -59,7 +59,11 @@ Whatever your objective, we’d love to design and build your next big idea or l
|
||||
<h6 class="insurance3-heading">SOCIAL PLATFORM</h6>
|
||||
<hr class="no_line" style="margin: 0 auto 5px;">
|
||||
<p style="font-size: 60px;">
|
||||
<a href="<?=SITE_TWITTER?>"><i class="icon-twitter-circled"></i></a><a href="<?=SITE_FACEBOOK?>"><i class="icon-facebook-circled"></i></a>
|
||||
<a href="<?=SITE_TWITTER?>"><i class="icon-twitter-circled"></i></a>
|
||||
<a href="<?=SITE_FACEBOOK?>"><i class="icon-facebook-circled"></i></a>
|
||||
<a href="<?=SITE_DRIBBLE?>"><i class="icon-dribbble-circled"></i></a>
|
||||
<a href="<?=SITE_INSTAGRAM?>"><i class="icon-instagram-circled"></i></a>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -62,6 +62,10 @@
|
||||
<p style="font-size: 30px;">
|
||||
<a href="<?=SITE_TWITTER?>"><i class="icon-twitter-circled"></i></a>
|
||||
<a href="<?=SITE_FACEBOOK?>"><i class="icon-facebook-circled"></i></a>
|
||||
<a href="<?=SITE_INSTAGRAM?>"><i class="icon-instagram-circled"></i></a>
|
||||
<a href="<?=SITE_DRIBBLE?>"><i class="icon-dribbble-circled"></i></a>
|
||||
|
||||
|
||||
<a href="https://www.f6s.com/olusesanameye?follow=1" title="Follow Olusesan Ameye on F6S"><i style="color:red;"class="icon-facebook-circled"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -447,7 +447,10 @@
|
||||
<aside class="widget_text widget widget_custom_html">
|
||||
<div class="textwidget custom-html-widget">
|
||||
<p style="font-size: 30px;">
|
||||
<a href="<?= SITE_TWITTER ?>"><i class="icon-twitter-circled"></i></a><a href="<?= SITE_FACEBOOK ?>"><i class="icon-facebook-circled"></i></a>
|
||||
<a href="<?= SITE_TWITTER ?>"><i class="icon-twitter-circled"></i></a>
|
||||
<a href="<?= SITE_FACEBOOK ?>"><i class="icon-facebook-circled"></i></a>
|
||||
<a href="<?=SITE_DRIBBLE?>"><i class="icon-dribbble-circled"></i></a>
|
||||
<a href="<?=SITE_INSTAGRAM?>"><i class="icon-instagram-circled"></i></a>
|
||||
<a href="https://www.f6s.com/olusesanameye?follow=1" title="Follow Olusesan Ameye on F6S"><i style="color:red;"class="icon-facebook-circled"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -447,7 +447,12 @@
|
||||
<aside class="widget_text widget widget_custom_html">
|
||||
<div class="textwidget custom-html-widget">
|
||||
<p style="font-size: 30px;">
|
||||
<a href="<?= SITE_TWITTER ?>"><i class="icon-twitter-circled"></i></a><a href="<?= SITE_FACEBOOK ?>"><i class="icon-facebook-circled"></i></a>
|
||||
<a href="<?= SITE_TWITTER ?>"><i class="icon-twitter-circled"></i></a>
|
||||
<a href="<?= SITE_FACEBOOK ?>"><i class="icon-facebook-circled"></i></a>
|
||||
|
||||
<a href="<?=SITE_DRIBBLE?>"><i class="icon-dribbble-circled"></i></a>
|
||||
<a href="<?=SITE_INSTAGRAM?>"><i class="icon-instagram-circled"></i></a>
|
||||
|
||||
<a href="https://www.f6s.com/olusesanameye?follow=1" title="Follow Olusesan Ameye on F6S"><i style="color:red;"class="icon-facebook-circled"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
services:
|
||||
chiefsoftcom-web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/apache/Dockerfile
|
||||
args:
|
||||
uid: ${UID}
|
||||
environment:
|
||||
- APACHE_RUN_USER=#${UID}
|
||||
- APACHE_RUN_GROUP=#${UID}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
- ./apache_log:/var/log/apache2
|
||||
ports:
|
||||
- 7071:80
|
||||
volumes:
|
||||
src:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user