List of commits:
Subject Hash Author Date (UTC)
fix(cke): 404 11c47ce6547528e3b3e0231080b7d2d3cd827db8 Gabi 2020-03-23 17:50:51
fix(cke): Header logo link. 6563dff6a9afe0e9b3cef390848e8abd108d0174 Gabi 2020-03-23 17:42:11
fix(cke): 404 d1cedf7bbe80220c188703b02714c0b089748d1e Gabi 2020-03-23 17:40:55
feat(cke): 404 abd55294660ed8d683595cdf9353cde3fbfeb019 Gabi 2020-03-23 17:37:52
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 11c47ce6547528e3b3e0231080b7d2d3cd827db8 - fix(cke): 404
Fix message.
Author: Gabi
Author date (UTC): 2020-03-23 17:50
Committer name: Gabi
Committer date (UTC): 2020-03-23 17:50
Parent(s): 6563dff6a9afe0e9b3cef390848e8abd108d0174
Signing key:
Tree: 883c21135fb219242be357f19ebf8bfc1cd58be3
File Lines added Lines deleted
src/php/common/header.php 4 4
src/php/sections/404/not-found.section.php 1 1
File src/php/common/header.php changed (mode: 100644) (index 2828288..11d0641)
5 5 <!-- logo start --> <!-- logo start -->
6 6 <a href="/" class="logo pointer-large animsition-link"> <a href="/" class="logo pointer-large animsition-link">
7 7 <div class="logo-img-box"> <div class="logo-img-box">
8 <img class="logo-white" src="assets/images/logo/logo-white.png" alt="logo">
9 <img class="logo-black" src="assets/images/logo/logo-black.png" alt="logo">
10 </div>
11 </a><!-- logo end -->
8 <img class="logo-white" src="assets/images/logo/logo-white.png" alt="logo">
9 <img class="logo-black" src="assets/images/logo/logo-black.png" alt="logo">
10 </div>
11 </a><!-- logo end -->
12 12
13 13 <!-- menu-open start --> <!-- menu-open start -->
14 14 <div class="menu-open pointer-large"> <div class="menu-open pointer-large">
File src/php/sections/404/not-found.section.php changed (mode: 100644) (index 22fc732..53aeea0)
13 13 <span data-animation-child class="title-fill tr-delay01" data-animation="title-fill-anim" data-text="not found">not found</span> <span data-animation-child class="title-fill tr-delay01" data-animation="title-fill-anim" data-text="not found">not found</span>
14 14 </h2> </h2>
15 15 </div><!-- column end --> </div><!-- column end -->
16 <div class="content-right-margin-20 text-center">
16 <div class="twelve-columns text-center">
17 17 <p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay02" data-animation="fade-anim">The page that you requested is not present on this server.</p> <p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay02" data-animation="fade-anim">The page that you requested is not present on this server.</p>
18 18 </div> </div>
19 19 </div><!-- flex-container end --> </div><!-- flex-container end -->
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