opposition-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +48 -0
  4. data/_includes/.DS_Store +0 -0
  5. data/_includes/footer.html +12 -0
  6. data/_includes/head.html +21 -0
  7. data/_includes/header.html +13 -0
  8. data/_includes/scripts.html +7 -0
  9. data/_includes/sidebar.html +35 -0
  10. data/_layouts/.DS_Store +0 -0
  11. data/_layouts/default.html +20 -0
  12. data/_layouts/home.html +28 -0
  13. data/_layouts/page.html +39 -0
  14. data/_layouts/post.html +23 -0
  15. data/_sass/.DS_Store +0 -0
  16. data/_sass/base/_footer.scss +54 -0
  17. data/_sass/base/_header.scss +64 -0
  18. data/_sass/base/_reset.scss +65 -0
  19. data/_sass/base/_sidebar.scss +29 -0
  20. data/_sass/home/.DS_Store +0 -0
  21. data/_sass/home/_about.scss +125 -0
  22. data/_sass/home/_contact.scss +70 -0
  23. data/_sass/home/_home.scss +102 -0
  24. data/_sass/home/_partners.scss +136 -0
  25. data/_sass/home/_services.scss +100 -0
  26. data/_sass/home/_testimonial.scss +61 -0
  27. data/_sass/opposition.scss +139 -0
  28. data/_sass/page/_news.scss +91 -0
  29. data/_sass/post/_post.scss +19 -0
  30. data/assets/.DS_Store +0 -0
  31. data/assets/img/.DS_Store +0 -0
  32. data/assets/img/21savage.jpg +0 -0
  33. data/assets/img/Eye.svg +20 -0
  34. data/assets/img/Phoenix.svg +17 -0
  35. data/assets/img/about.jpg +0 -0
  36. data/assets/img/azae.png +0 -0
  37. data/assets/img/bird.jpg +0 -0
  38. data/assets/img/bird/.DS_Store +0 -0
  39. data/assets/img/bird/A-Rocks.png +0 -0
  40. data/assets/img/bird/B-Light.png +0 -0
  41. data/assets/img/bird/C-Particles.png +0 -0
  42. data/assets/img/bird/D-Particles.png +0 -0
  43. data/assets/img/bird/E-Phoenix.png +0 -0
  44. data/assets/img/bird/F-Fire.png +0 -0
  45. data/assets/img/bird/G-Dust.png +0 -0
  46. data/assets/img/bird/H-Stuff.png +0 -0
  47. data/assets/img/bird/bg.png +0 -0
  48. data/assets/img/contact.png +0 -0
  49. data/assets/img/hnhh.png +0 -0
  50. data/assets/img/home.jpg +0 -0
  51. data/assets/img/icon.gif +0 -0
  52. data/assets/img/logic.jpg +0 -0
  53. data/assets/img/logo.png +0 -0
  54. data/assets/img/logo.svg +32 -0
  55. data/assets/img/meechie.jpg +0 -0
  56. data/assets/img/opposition-blog-header.jpg +0 -0
  57. data/assets/img/opposition_seal.png +0 -0
  58. data/assets/img/s.png +0 -0
  59. data/assets/img/services-bg.jpg +0 -0
  60. data/assets/img/support.svg +31 -0
  61. data/assets/js/.DS_Store +0 -0
  62. data/assets/js/all.js +41 -0
  63. data/assets/js/form.js +114 -0
  64. data/assets/js/parallax.js +550 -0
  65. data/assets/main.scss +5 -0
  66. metadata +150 -0
@@ -0,0 +1,29 @@
1
+ .sidebar {
2
+ display: inline-block;
3
+ width: 30%;
4
+ max-width: 265px;
5
+ padding-left: 40px;
6
+ text-align: left;
7
+ vertical-align: top;
8
+ .block {
9
+ border-top: 5px solid $mainFontColor;
10
+ padding: 5%;
11
+ width: 90%;
12
+ margin: 0 0 5% 0;
13
+ }
14
+ .category {
15
+ color: $mainFontColor;
16
+ text-transform: capitalize;
17
+ font-size: 1.1em;
18
+ }
19
+ h3 {
20
+ color: $mainFontColor;
21
+ font-size: 1.8em;
22
+ text-transform: uppercase;
23
+ font-weight: 600;
24
+ padding-bottom: 20px;
25
+ }
26
+ .submit {
27
+ @include submit-button;
28
+ }
29
+ }
Binary file
@@ -0,0 +1,125 @@
1
+ #about {
2
+ position: relative;
3
+ background: $accentFontColor;
4
+ padding: 40px 0 0 0;
5
+ h2 {
6
+ background: url("../../assets/img/about.jpg");
7
+ background-attachment: fixed;
8
+ -webkit-text-fill-color: transparent;
9
+ -webkit-background-clip: text;
10
+ float: none;
11
+ max-width: 90%;
12
+ padding: 0 5%;
13
+ color: black;
14
+ font-size: 4em;
15
+ font-weight: 600;
16
+ line-height: .9em;
17
+ letter-spacing: 0;
18
+ margin: 0 auto;
19
+ }
20
+ .icon-Phoenix {
21
+ font-size: 1em;
22
+ vertical-align: middle;
23
+ line-height: .5em;
24
+ }
25
+ p {
26
+ @include center;
27
+ text-align: justify;
28
+ line-height: 2em;
29
+ margin: 40px auto;
30
+ }
31
+ li {
32
+ flex: 1 auto;
33
+ text-align: center;
34
+ margin: 0 0 30px 0;
35
+ &:nth-child(2) {
36
+ flex: 40 auto;
37
+ h4 {
38
+ width: 40%;
39
+ }
40
+ }
41
+ &:last-child {
42
+ h4 {
43
+ width: 80%;
44
+ }
45
+ }
46
+ }
47
+ h3, h4 {
48
+ color: $mainFontColor;
49
+ }
50
+ h3 {
51
+ font-size: 2em;
52
+ font-weight: 700;
53
+ }
54
+ h4 {
55
+ font-size: 1.3em;
56
+ display: inline-block;
57
+ width: 100%;
58
+ font-weight: 300;
59
+ }
60
+ h5 {
61
+ position: absolute;
62
+ top: 120px;
63
+ left: 40px;
64
+ display: none;
65
+ color: black;
66
+ letter-spacing: .7em;
67
+ transform: rotate(-90deg)
68
+ }
69
+ span {
70
+ font-size: 3em;
71
+ }
72
+ .bbtv-data {
73
+ @include center;
74
+ display: inline-block;
75
+ }
76
+ #views-counter {
77
+ @include center;
78
+ position: relative;
79
+ font-size: .9em;
80
+ letter-spacing: .45em;
81
+ text-transform: uppercase;
82
+ span {
83
+ position: static;
84
+ top: -160px;
85
+ right: -110px;
86
+ transform: rotate(-90deg);
87
+ font-size: 1em;
88
+ &:after {
89
+ content: '';
90
+ background: black;
91
+ display: block;
92
+ width: 120px;
93
+ height: 1px;
94
+ margin-left: 90px;
95
+ }
96
+ }
97
+ }
98
+ }
99
+
100
+ @media only screen and (min-width: $windowSize) {
101
+ #about {
102
+ padding: 80px 0;
103
+ h2 {
104
+ max-width: $maxWidth - 200px;
105
+ padding: 0;
106
+ padding-right: 200px;
107
+ font-size: 7em;
108
+ }
109
+ h5 {
110
+ display: inline-block;
111
+ }
112
+ li {
113
+ margin: 0;
114
+ }
115
+ .bbtv-data {
116
+ display: flex;
117
+ width: $maxWidth;
118
+ }
119
+ #views-counter {
120
+ span {
121
+ position: absolute;
122
+ }
123
+ }
124
+ }
125
+ }
@@ -0,0 +1,70 @@
1
+ #contact {
2
+ background: url("../../assets/img/contact.png") center top / cover no-repeat;
3
+ padding: 30px 0;
4
+ form {
5
+ @include center;
6
+ }
7
+ h2 {
8
+ @include center;
9
+ }
10
+ div {
11
+ display: block;
12
+ }
13
+ fieldset {
14
+ flex: 1 auto;
15
+ width: 100%;
16
+ border: none;
17
+ padding: 20px 0;
18
+ }
19
+ .required {
20
+ background: #ff0033;
21
+ border: 1px solid darken(#ff0033, 20%);
22
+ }
23
+ .rightcol {
24
+ text-align: left;
25
+ }
26
+ input[type=text], input[type=email], textarea {
27
+ width: 90%;
28
+ font-size: 1.2em;
29
+ padding: 0 10px;
30
+ }
31
+ input[type=text], input[type=email] {
32
+ float: left;
33
+ clear: both;
34
+ margin: 20px 0 0 0;
35
+ &:first-child {
36
+ margin: 0;
37
+ }
38
+ }
39
+ textarea {
40
+ height: 100%;
41
+ }
42
+ footer {
43
+ @include center;
44
+ text-align: right;
45
+ }
46
+ .submit {
47
+ @include submit-button;
48
+ }
49
+ .thanks {
50
+ display: none;
51
+ text-align: center;
52
+ }
53
+ }
54
+
55
+ @media only screen and (min-width: $windowSize) {
56
+ #contact {
57
+ div {
58
+ display: flex;
59
+ }
60
+ fieldset {
61
+ width: 50%;
62
+ }
63
+ input[type=text], input[type=email], textarea {
64
+ width: 70%;
65
+ }
66
+ .rightcol {
67
+ text-align: right;
68
+ }
69
+ }
70
+ }
@@ -0,0 +1,102 @@
1
+ #home {
2
+ background: url("../../assets/img/bird.jpg") center / cover fixed no-repeat;
3
+ position: relative;
4
+ text-align: center;
5
+ display: flex;
6
+ flex-direction: column;
7
+ justify-content: center;
8
+ align-items: center;
9
+ min-height: 600px;
10
+ h1, h2 {
11
+ position: relative;
12
+ font-size: 1.4em;
13
+ font-weight: 300;
14
+ z-index: 2;
15
+ }
16
+ h1 {
17
+ font-size: 2em;
18
+ letter-spacing: .3em;
19
+ margin: 0 0 30px 0;
20
+ }
21
+ .cta {
22
+ @include button;
23
+ text-transform: uppercase;
24
+ font-size: 1.5em;
25
+ letter-spacing: .1em;
26
+ padding: 0 10px;
27
+ border-radius: 5px;
28
+ z-index: 2;
29
+ }
30
+ .social-media {
31
+ text-align: center;
32
+ z-index: 2;
33
+ li {
34
+ float: none;
35
+ clear: none;
36
+ margin: 60px 10px;
37
+ }
38
+ }
39
+ .bird {
40
+ position: absolute;
41
+ top: 0;
42
+ left: 0;
43
+ width: 100%;
44
+ height: 100%;
45
+ overflow: hidden;
46
+ z-index: 1;
47
+ img {
48
+ position: absolute;
49
+ top: 0;
50
+ left: 0;
51
+ display: none !important;
52
+ height: 100%;
53
+ }
54
+ }
55
+ }
56
+ .arrow-down {
57
+ position: absolute;
58
+ bottom: 30px;
59
+ left: 50%;
60
+ margin-left: -4px;
61
+ z-index: 2;
62
+ width: 0;
63
+ height: 0;
64
+ border-left: 8px solid transparent;
65
+ border-right: 8px solid transparent;
66
+ border-top: 8px solid $accentFontColor;
67
+ }
68
+
69
+ @media only screen and (min-width: $windowSize) {
70
+ #home {
71
+ background: url("../../assets/img/bird/bg.png") #252525 center / cover fixed no-repeat;
72
+ h2 {
73
+ font-size: 2em;
74
+ }
75
+ h1 {
76
+ font-size: 3.8em;
77
+ letter-spacing: .5em;
78
+ }
79
+ .cta {
80
+ font-size: 2.2em;
81
+ }
82
+ .social-media {
83
+ position: absolute;
84
+ top: 50%;
85
+ left: 10%;
86
+ transform: translate(0, -50%);
87
+ li {
88
+ float: left;
89
+ clear: both;
90
+ margin: 30px 0;
91
+ a {
92
+ font-size: 1.2em;
93
+ }
94
+ }
95
+ }
96
+ .bird {
97
+ img {
98
+ display: block !important;
99
+ }
100
+ }
101
+ }
102
+ }
@@ -0,0 +1,136 @@
1
+ #partners {
2
+ background: #f6f6f6;
3
+ header {
4
+ background: #202020;
5
+ div {
6
+ @include center;
7
+ display: block;
8
+ padding: 30px 0;
9
+ }
10
+ h2, p {
11
+ width: 90%;
12
+ padding: 0 5%;
13
+ }
14
+ h2 {
15
+ font-size: 2em;
16
+ font-weight: 600;
17
+ line-height: 1em;
18
+ }
19
+ p {
20
+ color: $accentFontColor;
21
+ font-size: .9em;
22
+ line-height: 1.4em;
23
+ font-weight: 200;
24
+ padding-top: 15px;
25
+ }
26
+ }
27
+ ul {
28
+ @include center;
29
+ width: 100%;
30
+ padding: 0;
31
+ figure {
32
+ float: left;
33
+ display: inline-block;
34
+ vertical-align: middle;
35
+ width: 100%;
36
+ height: 450px;
37
+ }
38
+ dl {
39
+ display: inline-block;
40
+ width: 90%;
41
+ margin: 0 5% 30px 5%;
42
+ vertical-align: middle;
43
+ text-align: center;
44
+ }
45
+ dt {
46
+ @include title;
47
+ font-size: 3em;
48
+ }
49
+ dd {
50
+ font-size: .9em;
51
+ line-height: 2em;
52
+ }
53
+ .description {
54
+ padding: 20px 0 40px 0;
55
+ }
56
+ .social-media {
57
+ li {
58
+ margin: 0;
59
+ margin-right: 10px;
60
+ }
61
+ span {
62
+ line-height: 2.5em;
63
+ }
64
+ }
65
+ .savage {
66
+ figure {
67
+ background: url("../../assets/img/21savage.jpg") center top / cover no-repeat;
68
+ }
69
+ }
70
+ .logic {
71
+ text-align: left;
72
+ figure {
73
+ background: url("../../assets/img/logic.jpg") center top / cover no-repeat;
74
+ float: right;
75
+ }
76
+ }
77
+ .meechie {
78
+ figure {
79
+ background: url("../../assets/img/meechie.jpg") center top / cover no-repeat;
80
+ }
81
+ }
82
+ }
83
+ }
84
+
85
+ @media only screen and (min-width: $windowSize) {
86
+ #partners {
87
+ header {
88
+ padding: 60px 0;
89
+ div {
90
+ @include center;
91
+ display: flex;
92
+ align-items: center;
93
+ }
94
+ h2, p {
95
+ padding: 0;
96
+ }
97
+ h2 {
98
+ flex: 1 20%;
99
+ font-size: 2.5em;
100
+ padding: 0 30% 0 0;
101
+ }
102
+ p {
103
+ flex: 1 70%;
104
+ line-height: 1.8em;
105
+ padding-top: 0;
106
+ }
107
+ }
108
+ ul {
109
+ max-width: 1200px;
110
+ li {
111
+ overflow: auto;
112
+ margin-bottom: -150px;
113
+ &:last-child {
114
+ margin-bottom: 0;
115
+ }
116
+ }
117
+ figure {
118
+ width: 50%;
119
+ height: 700px;
120
+ }
121
+ dl {
122
+ width: 23%;
123
+ margin: 200px 3% 0 3%;
124
+ text-align: left;
125
+ }
126
+ .savage {
127
+ dl {
128
+ margin-top: 100px;
129
+ }
130
+ }
131
+ .logic {
132
+ text-align: right;
133
+ }
134
+ }
135
+ }
136
+ }