This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +60
-372
lines changed Expand file tree Collapse file tree 5 files changed +60
-372
lines changed Original file line number Diff line number Diff line change 27
27
}
28
28
}
29
29
30
- .affiliates-signup-page , .ib-signup-page {
31
- h2 {
32
- margin-top : 30px ;
33
- }
34
- #commission_tabs {
35
- margin-bottom : 0 !important ;
36
- }
37
- .margin-bottom-50 {
38
- margin-bottom : 50px ;
39
- }
40
- .fixed-height-img {
41
- height : 50px ;
42
- }
43
- .faq-box {
44
- padding : 1rem ;
45
- }
46
- .table-container.center-text {
47
- & th , td {
48
- text-align : center ;
49
- }
50
- }
51
- @media screen and (max-width : 480px ) {
52
- table , .mobile-text-small {
53
- font-size : 0.9rem ;
54
- }
55
- }
56
- }
30
+ // will do the styling here
31
+ // .affiliates-signup-page, .ib-signup-page {
32
+ // h2 {
33
+ // margin-top: 30px;
34
+ // }
35
+ // #commission_tabs {
36
+ // margin-bottom: 0 !important;
37
+ // }
38
+ // .margin-bottom-50 {
39
+ // margin-bottom: 50px;
40
+ // }
41
+ // .fixed-height-img {
42
+ // height: 50px;
43
+ // }
44
+ // .faq-box {
45
+ // padding: 1rem;
46
+ // }
47
+ // .table-container.center-text {
48
+ // & th, td {
49
+ // text-align: center;
50
+ // }
51
+ // }
52
+ // @media screen and (max-width: 480px) {
53
+ // table, .mobile-text-small {
54
+ // font-size: 0.9rem;
55
+ // }
56
+ // }
57
+ // }
Original file line number Diff line number Diff line change
1
+ import React from 'react' ;
2
+
3
+ const AffiliateIbLanding = ( ) => (
4
+ // suggestion hero
5
+ // <section id='page_top' className='hero'>
6
+ // <h1>Build a rewarding and long-term business relationship with an industry pioneer</h1>
7
+ // <button><span className='btn-text'>Become our partner</span></button>
8
+ // </section>
9
+ < section className = 'statistics' >
10
+ < div className = 'container' >
11
+ < article className = 'statistics-item' >
12
+ < h2 > 40K+</ h2 >
13
+ < h4 > Partners</ h4 >
14
+ </ article >
15
+ < article className = 'statistics-item' >
16
+ < h2 > $12M+</ h2 >
17
+ < h4 > Partner earnings</ h4 >
18
+ </ article >
19
+ < article className = 'statistics-item' >
20
+ < h2 > 150+</ h2 >
21
+ < h4 > Countries</ h4 >
22
+ </ article >
23
+ < article className = 'statistics-item' >
24
+ < h2 > 1M+</ h2 >
25
+ < h4 > Clients</ h4 >
26
+ </ article >
27
+ </ div >
28
+ </ section >
29
+ ) ;
30
+
31
+ export default AffiliateIbLanding ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments