File tree Expand file tree Collapse file tree 4 files changed +118
-107
lines changed Expand file tree Collapse file tree 4 files changed +118
-107
lines changed Original file line number Diff line number Diff line change 1
1
/* GLOBAL DEFINATIONS STARTS */
2
- * {
3
- padding : 0 ;
4
- margin : 0 ;
5
- box-sizing : border-box;
6
- -webkit-box-sizing : border-box;
7
- -moz-box-sizing : border-box;
8
- transition : opacity 0.7s ease-in-out;
9
- font-family : "Montserrat" , sans-serif
2
+
3
+ * {
4
+ padding : 0 ;
5
+ margin : 0 ;
6
+ box-sizing : border-box;
7
+ -webkit-box-sizing : border-box;
8
+ -moz-box-sizing : border-box;
9
+ transition : opacity 0.7s ease-in-out;
10
+ font-family : "Montserrat" , sans-serif
10
11
}
11
12
12
13
body {
13
- overflow-x : hidden;
14
+ overflow-x : hidden;
14
15
}
15
16
16
17
a {
17
- cursor : pointer;
18
- color : # 0275d8 ;
19
- text-decoration : none;
18
+ cursor : pointer;
19
+ color : # 0275d8 ;
20
+ text-decoration : none;
20
21
}
21
22
22
23
.line-gap-10px {
23
- height : 10px ;
24
+ height : 10px ;
24
25
}
25
26
26
27
27
28
/* NAVBAR CSS STARTS */
29
+
28
30
.navbar {
29
- margin-bottom : 0 ;
31
+ margin-bottom : 0 ;
30
32
}
31
33
32
34
.navbar-inverse .navbar-brand {
33
- color : # eee ;
35
+ color : # eee ;
34
36
}
35
37
36
38
.navbar-inverse {
37
- background-color : # 24292e ;
39
+ background-color : # 24292e ;
38
40
}
39
41
40
42
.navbar-inverse {
41
- border-color : # 24292e ;
43
+ border-color : # 24292e ;
42
44
}
43
45
44
46
45
47
/* SECTION ONE STARTS */
48
+
46
49
.main-section {
47
- min-height : 70vh ;
48
- height : auto;
49
- padding-top : 40px ;
50
- background : white;
51
- background-color : white;
50
+ min-height : 70vh ;
51
+ height : auto;
52
+ padding-top : 40px ;
53
+ background : white;
54
+ background-color : white;
52
55
}
53
56
54
57
.logo-image {
55
- width : 200px ;
56
- display : block;
57
- margin-left : auto;
58
- margin-right : auto
58
+ width : 200px ;
59
+ display : block;
60
+ margin-left : auto;
61
+ margin-right : auto
59
62
}
60
63
61
64
.jumbotron {
62
- background-color : white;
65
+ background-color : white;
63
66
}
64
67
65
68
.jumbotron h1 {
66
- font-size : 60px ;
67
- color : # 0275d8 ;
69
+ font-size : 60px ;
70
+ color : # 0275d8 ;
68
71
}
69
72
70
73
.jumbotron h4 {
71
- color : # 999 ;
72
- font-size : 18px ;
73
- padding-top : 20px ;
74
+ color : # 999 ;
75
+ font-size : 18px ;
76
+ padding-top : 20px ;
74
77
}
75
78
76
79
77
80
/* SECTION TWO START */
81
+
78
82
.section-two {
79
- height : auto;
80
- padding : 70px 0 ;
81
- background-color : # eee ;
83
+ height : auto;
84
+ padding : 70px 0 ;
85
+ background-color : # eee ;
82
86
}
83
87
84
88
.section-two h3 {
85
- font-size : 30px ;
86
- color : # 444444 ;
89
+ font-size : 30px ;
90
+ color : # 444444 ;
87
91
}
88
92
89
93
.bi {
90
- text-align : center;
91
- font-style : italic;
92
- padding : 10px 0 ;
93
- font-size : 15px ;
94
+ text-align : center;
95
+ font-style : italic;
96
+ padding : 10px 0 ;
97
+ font-size : 15px ;
94
98
}
95
99
96
100
.section-two .intro {
97
- color : # 666666 ;
98
- font-size : 18px ;
99
- line-height : 35px ;
101
+ color : # 666666 ;
102
+ font-size : 18px ;
103
+ line-height : 35px ;
100
104
}
101
105
102
106
103
107
/* SECTION THREE START */
108
+
104
109
.section-three {
105
- height : auto;
106
- min-height : 500px ;
107
- padding : 40px 0 ;
110
+ height : auto;
111
+ min-height : 500px ;
112
+ padding : 40px 0 ;
108
113
}
109
114
110
115
.left-session-info {
111
- padding : 30px 50px ;
116
+ padding : 30px 50px ;
112
117
}
113
118
114
119
.sRegister {
115
- color : white;
116
- font-size : 15px ;
117
- background-color : # 0275d8 ;
118
- border-color : # 0275d8 ;
120
+ color : white;
121
+ font-size : 15px ;
122
+ background-color : # 0275d8 ;
123
+ border-color : # 0275d8 ;
119
124
}
120
125
121
126
.sRegister a {
122
- color : white;
123
- text-decoration : none;
127
+ color : white;
128
+ text-decoration : none;
124
129
}
125
130
126
131
.left-social-section {
127
- padding : 0 50px ;
132
+ padding : 0 50px ;
128
133
}
129
134
130
135
131
136
/* FOOTER CSS STARTS */
137
+
132
138
footer {
133
- height : auto;
134
- min-height : 120px ;
135
- padding-top : 10px ;
136
- background-color : # 24292e ;
139
+ height : auto;
140
+ min-height : 120px ;
141
+ padding-top : 10px ;
142
+ background-color : # 24292e ;
137
143
}
138
144
139
145
footer .container {
140
- width : 70% ;
146
+ width : 70% ;
141
147
}
142
148
143
149
.rectangle {
144
- height : 30px ;
145
- line-height : 30px ;
146
- margin-top : 15px ;
150
+ height : 30px ;
151
+ line-height : 30px ;
152
+ margin-top : 15px ;
147
153
}
148
154
149
155
.rectangle ul {
150
- list-style : none;
156
+ list-style : none;
151
157
}
152
158
153
159
.rectangle ul li {
154
- width : 40px ;
155
- height : 30px ;
156
- color : # eee ;
157
- font-size : 22px ;
158
- display : inline-block;
160
+ width : 40px ;
161
+ height : 30px ;
162
+ color : # eee ;
163
+ font-size : 22px ;
164
+ display : inline-block;
159
165
}
160
166
161
167
.backToTop {
162
- float : right;
163
- color : # 999 ;
168
+ float : right;
169
+ color : # 999 ;
164
170
}
165
171
166
172
.backToTop a {
167
- text-decoration : none;
173
+ text-decoration : none;
168
174
}
169
175
170
176
.copyright {
171
- color : # eee ;
177
+ color : # eee ;
172
178
}
Original file line number Diff line number Diff line change 1
1
$ ( document ) . ready ( function ( ) {
2
-
3
- $ ( "#toTop" ) . click ( function ( ) {
4
- $ ( "html, body" ) . animate ( { scrollTop : 0 } , 1000 ) ;
5
- } ) ;
2
+
3
+ $ ( "#toTop" ) . click ( function ( ) {
4
+ $ ( "html, body" ) . animate ( {
5
+ scrollTop : 0
6
+ } , 1000 ) ;
7
+ } ) ;
6
8
} ) ;
Original file line number Diff line number Diff line change 7
7
{% if site.title %}< title > {% if title %}{{ title }} – {% endif %}{{ site.title }}{% if not title and site.subtitle %} – {{ site.subtitle }}{% endif %}</ title > {% endif %}
8
8
</ head >
9
9
< body >
10
- < nav class ="navbar navbar-inverse navbar-static-top ">
10
+ < nav class ="navbar navbar-inverse navbar-static-top navbar-fixed-top ">
11
11
< div class ="container ">
12
12
< div class ="navbar-header ">
13
13
< button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#navbar " aria-expanded ="false " aria-controls ="navbar ">
31
31
32
32
< div id ="content ">
33
33
{% block content %}{% endblock %}
34
+ {% block footer %}
35
+ < footer >
36
+ < div class ="container ">
37
+ < div class ="rectangle ">
38
+ < ul >
39
+ < li >
40
+ < a href ="https://www.facebook.com/opensourcehelpcommunity/ "> < i class ="fa fa-facebook " aria-hidden ="true "> </ i > </ a >
41
+ </ li >
42
+ < li >
43
+ < a href ="https://twitter.com/oshelpcommunity "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
44
+ </ li >
45
+ < li >
46
+ < a href ="https://github.com/OpenSourceHelpCommunity "> < i class ="fa fa-github " aria-hidden ="true "> </ i > </ a >
47
+ </ li >
48
+ < li >
49
+ < a href ="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q "> < i class ="fa fa-youtube-play " aria-hidden ="true "> </ i > </ a >
50
+ </ li >
51
+ < span class ="backToTop ">
52
+ < a id ="toTop " name ="Back to top! "> Back to top</ a >
53
+ </ span >
54
+ </ ul >
55
+ </ div >
56
+ < div class ="rectangle ">
57
+ < span class ="copyright ">
58
+ © 2017 Open Source Help Community
59
+ </ span >
60
+ </ div >
61
+ </ div >
62
+ </ footer >
63
+ {% endblock %}
34
64
</ div >
35
65
36
66
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js "> </ script >
Original file line number Diff line number Diff line change @@ -71,36 +71,9 @@ <h3 class="panel-title">Open Source Contributor's Chat Session with Joannah Nanj
71
71
< script async src ="//platform.twitter.com/widgets.js " charset ="utf-8 "> </ script >
72
72
</ div >
73
73
</ div >
74
- </ div >
74
+ </ div >
75
75
</ div >
76
76
</ section >
77
77
78
- < footer >
79
- < div class ="container ">
80
- < div class ="rectangle ">
81
- < ul >
82
- < li >
83
- < a href ="https://www.facebook.com/opensourcehelpcommunity/ "> < i class ="fa fa-facebook " aria-hidden ="true "> </ i > </ a >
84
- </ li >
85
- < li >
86
- < a href ="https://twitter.com/oshelpcommunity "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > </ a >
87
- </ li >
88
- < li >
89
- < a href ="https://github.com/OpenSourceHelpCommunity "> < i class ="fa fa-github " aria-hidden ="true "> </ i > </ a >
90
- </ li >
91
- < li >
92
- < a href ="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q "> < i class ="fa fa-youtube-play " aria-hidden ="true "> </ i > </ a >
93
- </ li >
94
- < span class ="backToTop ">
95
- < a id ="toTop " name ="Back to top! "> Back to top</ a >
96
- </ span >
97
- </ ul >
98
- </ div >
99
- < div class ="rectangle ">
100
- < span class ="copyright ">
101
- © 2017 Open Source Help Community
102
- </ span >
103
- </ div >
104
- </ div >
105
- </ footer >
78
+
106
79
{% endblock %}
You can’t perform that action at this time.
0 commit comments