File tree Expand file tree Collapse file tree 2 files changed +32
-29
lines changed Expand file tree Collapse file tree 2 files changed +32
-29
lines changed Original file line number Diff line number Diff line change 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