List of commits:
Subject Hash Author Date (UTC)
Added custom style file 99bb9924d4314c9e42be2f3be869b04aeaec134c EyadMohammedOsama 2019-08-01 21:25:28
Added Index view 667711e6118a09a284371bc12fc29c767ded5e9c EyadMohammedOsama 2019-08-01 21:25:18
Added layout views a2c90b3e7b9f5ff340ac8e59a5b48d89758681c1 EyadMohammedOsama 2019-08-01 21:25:08
Added Index controller 9dd0b66b1b62d562af373cfcc3bcf78d250f5ee3 EyadMohammedOsama 2019-08-01 21:24:43
Added Index router 3ff42e9e886700b0bde981bbe2e3c2252215b575 EyadMohammedOsama 2019-08-01 21:24:33
Added carousel images cb9537d5fcf4df2aa2d7ddddaeec4eacc179f84c EyadMohammedOsama 2019-08-01 21:24:03
Updated to skip /public/avatars 00aae37be4441d132f567125ac52dcbb7fea8173 EyadMohammedOsama 2019-08-01 21:23:26
Initial Commit 85fd17c94da1aae46dbd6c80b5376a4dcc4b15ef EyadMohammedOsama 2019-08-01 20:45:13
Commit 99bb9924d4314c9e42be2f3be869b04aeaec134c - Added custom style file
Author: EyadMohammedOsama
Author date (UTC): 2019-08-01 21:25
Committer name: EyadMohammedOsama
Committer date (UTC): 2019-08-01 21:25
Parent(s): 667711e6118a09a284371bc12fc29c767ded5e9c
Signing key:
Tree: cc4e9ae2af74029be788006ddbc6ed2022f72bf7
File Lines added Lines deleted
public/css/style.css 53 0
File public/css/style.css added (mode: 100644) (index 0000000..6a3d1f5)
1 footer.page-footer {
2 bottom: 0;
3 color: #FFF;
4 }
5
6 footer.page-footer .container-fluid {
7 width: auto;
8 }
9
10 footer.page-footer .footer-copyright {
11 overflow: hidden;
12 background-color: #272822;
13 color: rgba(255, 255, 255, .6);
14 }
15
16 .font-small {
17 font-size: .9rem;
18 }
19
20 .py-3 {
21 padding-top: 1rem !important;
22 padding-bottom: 1rem !important;
23 }
24
25 #main-carousel {
26 background-color: #272822;
27 color : white;
28 }
29
30 .carousel-text {
31 background-color: rgba(34, 34, 34, 0.8);
32 color: #FFF;
33 }
34
35 .bg-dark, .btn-dark, .modal-header, .modal-footer {
36 background-color: #272822 !important;
37 }
38
39 .modal-header, .modal-footer {
40 color:#FFF;
41 }
42
43 .youtube-logo {
44 color:#FF0000;
45 }
46
47 .facebook-logo {
48 color:#4267B2;
49 }
50
51 .twitter-logo {
52 color:#55ACEE;
53 }
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/EyadMohammedOsama/sicsf

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/EyadMohammedOsama/sicsf

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