File tree Expand file tree Collapse file tree 2 files changed +59
-36
lines changed Expand file tree Collapse file tree 2 files changed +59
-36
lines changed Original file line number Diff line number Diff line change @@ -65,22 +65,23 @@ <h1 class="heading">
6565 < i class ="fas fa-sign-in-alt "> </ i > Who can join
6666 </ h1 >
6767 < ul class ="text ">
68- < li >
69- < i class ="fas fa-caret-right "> </ i >
70- < span > Any OSS project, based on availability and complexity</ span >
71- </ li >
72- < li >
73- < i class ="fas fa-caret-right "> </ i >
74- < span >
75- Commercial projects can be supported based on eligibility
76- </ span >
77- </ li >
78- < li >
79- < i class ="fas fa-caret-right "> </ i >
80- < span >
81- Submit an issue to apply < a href ="https://github.com/pipeline-foundation/projects " target ="_blank "> here</ a >
82- </ span >
83- </ li >
68+ < li >
69+ < i class ="fas fa-caret-right "> </ i >
70+ < span > Any OSS project, based on availability and complexity</ span >
71+ </ li >
72+ < li >
73+ < i class ="fas fa-caret-right "> </ i >
74+ < span >
75+ Commercial projects can be supported based on eligibility
76+ </ span >
77+ </ li >
78+ < li >
79+ < i class ="fas fa-caret-right "> </ i >
80+ < span >
81+ Submit an issue to apply
82+ < a href ="https://github.com/pipeline-foundation/projects/issues/new/choose " target ="_blank "> here</ a >
83+ </ span >
84+ </ li >
8485 </ ul >
8586 </ div >
8687 < div class ="benefits line " id ="Benefits ">
@@ -115,9 +116,11 @@ <h1 class="heading"><i class="fas fa-chart-line"></i>Benefits</h1>
115116 </ div >
116117
117118 < div class ="footer ">
118- < p > © 2021 Pipeline Foundation</ p >
119- < br />
120- < h2 > Non profit initiative sponsored by < a href ="https://singlet.dev "> Singlet Dev</ a > </ h2 >
119+ < p class ="copyright "> © 2021 Pipeline Foundation</ p >
120+ < p class ="info ">
121+ Non profit initiative sponsored by
122+ < a href ="https://singlet.dev " target ="_blank "> Singlet Dev</ a >
123+ </ p >
121124 </ div >
122125 </ body >
123126</ html >
Original file line number Diff line number Diff line change 3030}
3131a {
3232 text-decoration : none;
33+ color : var (--orange );
34+ }
35+ a : hover {
36+ text-decoration : underline;
3337}
3438body {
35- font-family : " Poppins" , sans-serif;
39+ font-family : ' Poppins' , sans-serif;
3640 height : 100% ;
3741 margin : 0 ;
3842}
@@ -42,24 +46,21 @@ body {
4246.content {
4347 min-height : 100% ;
4448}
45- .content-inside {
46- padding-bottom : 8rem ;
47- }
4849
4950.container {
5051 padding : 0rem 17rem 0rem 17rem ;
5152}
5253
53- .active {
54- border-bottom : 4px solid var (--orange );
55- }
56-
5754.line {
5855 padding-top : 3rem ;
5956 padding-bottom : 2rem ;
6057 border-bottom : 3px solid var (--border );
6158}
6259
60+ .line : last-child {
61+ border : 0 ;
62+ }
63+
6364.heading {
6465 font-size : 6rem ;
6566 color : var (--blue );
@@ -107,35 +108,41 @@ body {
107108}
108109
109110.item {
111+ text-decoration : none !important ;
110112 font-size : 4rem ;
111113 margin-right : 6rem ;
112114 padding : 1rem ;
113115 font-weight : var (--medium );
114116 color : var (--black );
115117}
118+ .item : hover {
119+ border-bottom : 4px solid var (--orange );
120+ }
116121
117122.heading i {
118123 display : none;
119124}
120125
121126.footer {
122- height : 50px ;
123- margin-top : -50px ;
124- width : 100% ;
127+ margin-top : 3rem ;
128+ padding : 3rem ;
125129 background-color : var (--black );
126130 color : white;
127- height : 7.5rem ;
128- display : flex;
129- align-items : center;
130- justify-content : center;
131+ text-align : center;
131132}
132133
133- .footer p {
134- font-size : 3 rem ;
134+ .footer . copyright {
135+ font-size : 2 rem ;
135136 color : var (--white );
136137 font-weight : var (--regular );
137138}
138139
140+ .footer .info {
141+ font-size : 2rem ;
142+ color : var (--white );
143+ margin-top : 5px ;
144+ }
145+
139146/* Extra small devices (phones, 600px and down) */
140147@media (max-width : 600px ) {
141148 html {
@@ -205,6 +212,19 @@ body {
205212 html {
206213 font-size : 7px ;
207214 }
215+
216+ .footer {
217+ overflow : hidden;
218+ }
219+
220+ .footer .copyright {
221+ float : right;
222+ }
223+
224+ .footer .info {
225+ float : left;
226+ margin-top : 0 ;
227+ }
208228}
209229
210230/* Large devices (laptops/desktops, 992px and up) */
You can’t perform that action at this time.
0 commit comments