Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 91424ae

Browse files
authored
Merge pull request #1 from cakasuma/amam/affiliate_landing
amam|brandon/affiliate_landing
2 parents 68c08c7 + 80544b9 commit 91424ae

File tree

5 files changed

+60
-372
lines changed

5 files changed

+60
-372
lines changed

scripts/config/pages.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/static/affiliates_ib.scss

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,31 @@
2727
}
2828
}
2929

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+
// }
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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;

src/templates/static/affiliates/signup.jsx

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)