List of commits:
Subject Hash Author Date (UTC)
feat(cke): Footer fa7461f76e89dbd398117d828baf3ae1683f3242 Gabi 2020-03-22 19:50:22
feat(cke): Home Slider bfd8ec479aa9d8fe8bdf22f5a05ec4eedd6ce64d Gabi 2020-03-22 19:45:03
feat(cke): Basic layout. 351e7d2a3566e13a624a30496ce96efb6aab7304 Gabi 2020-03-22 18:54:31
build(cke): Deploy htaccess. 11945821044e4eb09db031fdddedea75587d8dbd Gabi 2020-03-22 17:09:31
build(cke): Update deploy 3d8d3a7623f6d036eb0ab0daf4977247e1409891 Gabi 2020-03-22 17:07:07
build(cke): Fix deploy 727b51304ff26321f728d4aefe84bccee8045f6e Gabi 2020-03-22 17:00:25
build(cke): Changed project structure. 3b6747207f946e7b72d1cfe3f7e601c377c4b04a Gabi 2020-03-22 16:53:28
build(cke): Deploy changes 118ec60c2c2d027100d528e84fcc8c35a3739080 Gabi 2020-03-22 16:42:57
fix(cke): Change include syntax. b7f33d2889810311688e4f39fbf20e46ecb837ad Gabi 2020-03-22 16:29:56
feat(cke): Check query params. b3a97739e100e8a5f612bdf2b04df02c5bb9ccda Gabi 2020-03-22 16:12:31
feat(cke): Htaccess 0516fa010d248f3b3064ad2efa83b62ef512b3a7 Gabi 2020-03-22 16:10:50
feat(cke): Initial PHP structure. 236cf15b8bb7f067063729f607a846ffd25c2fc6 Gabi 2020-03-21 16:59:32
test(cke): Test deploy 1bbd41c287f88269ff8362773212e2509b0741b5 Gabi 2020-03-21 16:19:50
build(cke): CPanel repo 941c0b1d9fe0a66d1bb78bf3dcdd72d64145ae13 Gabi 2020-03-21 16:04:36
About us 2ecf2ec89d59fa0b5bd350e16fc29ecb4d4b1ec8 Gabi 2020-03-12 16:42:44
Initial commit 82b9fdfd39cb6352971417fed862fd0cc0b6a938 Gabi 2020-03-12 15:02:54
Commit fa7461f76e89dbd398117d828baf3ae1683f3242 - feat(cke): Footer
Install footer
Author: Gabi
Author date (UTC): 2020-03-22 19:50
Committer name: Gabi
Committer date (UTC): 2020-03-22 19:50
Parent(s): bfd8ec479aa9d8fe8bdf22f5a05ec4eedd6ce64d
Signing key:
Tree: 748d0d8445b6ee47c737c2b5e28fb9eb1b68d912
File Lines added Lines deleted
src/php/common/footer.php 70 0
src/php/common/layout.php 4 0
File src/php/common/footer.php added (mode: 100644) (index 0000000..55e1a5b)
1 <!-- footer start -->
2 <footer class="footer dark-bg-1">
3 <!-- flex-container start -->
4 <div class="flex-container container top-bottom-padding-90">
5 <!-- column start -->
6 <div class="two-columns bottom-padding-60">
7 <div class="content-right-margin-10 footer-center-mobile">
8 <img class="footer-logo" src="assets/images/logo/logo-white.png" alt="logo">
9 </div>
10 </div><!-- column end -->
11 <!-- column start -->
12 <div class="three-columns bottom-padding-60">
13 <div class="content-left-right-margin-10">
14 <ul class="footer-menu text-color-4">
15 <li><a class="pointer-large animsition-link small-title-oswald hover-color active" href="index.html">Home</a></li>
16 <li><a class="pointer-large animsition-link small-title-oswald hover-color" href="about.html">About</a></li>
17 <li><a class="pointer-large animsition-link small-title-oswald hover-color" href="services.html">Services</a></li>
18 <li><a class="pointer-large animsition-link small-title-oswald hover-color" href="portfolio.html">Portfolio</a></li>
19 <li><a class="pointer-large animsition-link small-title-oswald hover-color" href="blog.html">Blog</a></li>
20 <li><a class="pointer-large animsition-link small-title-oswald hover-color" href="contact.html">Contact</a></li>
21 </ul>
22 </div>
23 </div><!-- column end -->
24 <!-- column start -->
25 <div class="four-columns bottom-padding-60">
26 <div class="content-left-right-margin-10 footer-center-mobile">
27 <ul class="footer-information text-color-4">
28 <li><i class="far fa-envelope"></i><a href="#" class="xsmall-title-oswald">email@xen_agency.com</a></li>
29 <li><i class="fas fa-mobile-alt"></i><a href="#" class="xsmall-title-oswald">+23 8 8532 7834</a></li>
30 <li><i class="fas fa-map-marker-alt"></i><a href="#" class="xsmall-title-oswald text-height-17">PO Box 223158 Oliver Street<br><span>East Victoria 2006 UK</span></a></li>
31 </ul>
32 </div>
33 </div><!-- column end -->
34 <!-- column start -->
35 <div class="three-columns bottom-padding-60">
36 <div class="content-left-margin-10">
37 <ul class="footer-social">
38 <li>
39 <div class="flip-btn-box">
40 <a href="#" class="flip-btn pointer-small" data-text="Instagram">Instagram</a>
41 </div>
42 </li>
43 <li>
44 <div class="flip-btn-box">
45 <a href="#" class="flip-btn pointer-small" data-text="Facebook">Facebook</a>
46 </div>
47 </li>
48 <li>
49 <div class="flip-btn-box">
50 <a href="#" class="flip-btn pointer-small" data-text="Twitter">Twitter</a>
51 </div>
52 </li>
53 <li>
54 <div class="flip-btn-box">
55 <a href="#" class="flip-btn pointer-small" data-text="LinkedIn">LinkedIn</a>
56 </div>
57 </li>
58 </ul>
59 </div>
60 </div><!-- column end -->
61 <!-- column start -->
62 <div class="twelve-columns">
63 <p class="p-letter-style text-color-4 footer-copyright">&copy; Copyright 2020 CK Elevators. Powered by <span class="flip-btn-box"><a target="_blank" href="https://pias.ro" class="flip-btn pointer-small" data-text="Pias C&A">Pias C&amp;A</a></span></p>
64 </div><!-- column end -->
65 </div><!-- flex-container end -->
66 </footer><!-- footer end -->
67
68 <!-- scripts -->
69 <script src="assets/js/plugins.js"></script>
70 <script src="assets/js/main.js"></script>
File src/php/common/layout.php changed (mode: 100644) (index 9b48d2c..ce774b3)
36 36 </main> </main>
37 37 <!-- animsition-overlay end --> <!-- animsition-overlay end -->
38 38
39 <?php
40 include APPDIR . "/common/footer.php";
41 ?>
42
39 43 </body> </body>
40 44 </html> </html>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bitvice/cke

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bitvice/cke

Clone this repository using git:
git clone git://git.rocketgit.com/user/bitvice/cke

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main