jekyll-theme-opposition 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.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +38 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/footer.html +12 -0
- data/_includes/head.html +21 -0
- data/_includes/header.html +13 -0
- data/_includes/scripts.html +7 -0
- data/_includes/sidebar.html +35 -0
- data/_layouts/.DS_Store +0 -0
- data/_layouts/default.html +20 -0
- data/_layouts/home.html +210 -0
- data/_layouts/page.html +39 -0
- data/_layouts/post.html +23 -0
- data/_sass/.DS_Store +0 -0
- data/_sass/base/_footer.scss +54 -0
- data/_sass/base/_header.scss +64 -0
- data/_sass/base/_reset.scss +65 -0
- data/_sass/base/_sidebar.scss +29 -0
- data/_sass/home/.DS_Store +0 -0
- data/_sass/home/_about.scss +125 -0
- data/_sass/home/_contact.scss +70 -0
- data/_sass/home/_home.scss +102 -0
- data/_sass/home/_partners.scss +136 -0
- data/_sass/home/_services.scss +100 -0
- data/_sass/home/_testimonial.scss +61 -0
- data/_sass/opposition.scss +139 -0
- data/_sass/page/_news.scss +91 -0
- data/_sass/post/_post.scss +19 -0
- data/assets/.DS_Store +0 -0
- data/assets/img/.DS_Store +0 -0
- data/assets/img/21savage.jpg +0 -0
- data/assets/img/Eye.svg +20 -0
- data/assets/img/Phoenix.svg +17 -0
- data/assets/img/about.jpg +0 -0
- data/assets/img/azae.png +0 -0
- data/assets/img/bird.jpg +0 -0
- data/assets/img/bird/.DS_Store +0 -0
- data/assets/img/bird/A-Rocks.png +0 -0
- data/assets/img/bird/B-Light.png +0 -0
- data/assets/img/bird/C-Particles.png +0 -0
- data/assets/img/bird/D-Particles.png +0 -0
- data/assets/img/bird/E-Phoenix.png +0 -0
- data/assets/img/bird/F-Fire.png +0 -0
- data/assets/img/bird/G-Dust.png +0 -0
- data/assets/img/bird/H-Stuff.png +0 -0
- data/assets/img/bird/bg.png +0 -0
- data/assets/img/contact.png +0 -0
- data/assets/img/hnhh.png +0 -0
- data/assets/img/home.jpg +0 -0
- data/assets/img/icon.gif +0 -0
- data/assets/img/logic.jpg +0 -0
- data/assets/img/logo.png +0 -0
- data/assets/img/logo.svg +32 -0
- data/assets/img/meechie.jpg +0 -0
- data/assets/img/opposition-blog-header.jpg +0 -0
- data/assets/img/opposition_seal.png +0 -0
- data/assets/img/s.png +0 -0
- data/assets/img/services-bg.jpg +0 -0
- data/assets/img/support.svg +31 -0
- data/assets/js/.DS_Store +0 -0
- data/assets/js/all.js +41 -0
- data/assets/js/form.js +114 -0
- data/assets/js/parallax.js +550 -0
- data/assets/main.scss +5 -0
- metadata +150 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 19e63ae7989d3645d61f196a65e9f17b560dbf7a
|
4
|
+
data.tar.gz: 0e7998cc2aeaaf193790f2abb155db80eefe6d8b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 21dfea970411510017ef2702cc947789f491bebc7da3c7572f54cceb95b0eaf1ebecaa29f3cbb8ceba4f03c8a1d92ee94e282975c98fdbd5465c228abb9e5284
|
7
|
+
data.tar.gz: d5ad841427b545825f4ec124963d6fe77c7cf9149da903cff1d7cbc623ed768a6d397ad02596889945e684420839c730c93ef41e2125a7fdfab77b12512a9fd3
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2017
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
# opposition-theme
|
2
|
+
|
3
|
+
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your Jekyll site's `Gemfile`:
|
8
|
+
|
9
|
+
```ruby
|
10
|
+
gem "opposition-theme"
|
11
|
+
```
|
12
|
+
|
13
|
+
And add this line to your Jekyll site's `_config.yml`:
|
14
|
+
|
15
|
+
```yaml
|
16
|
+
theme: opposition-theme
|
17
|
+
```
|
18
|
+
|
19
|
+
And then execute:
|
20
|
+
|
21
|
+
$ bundle
|
22
|
+
|
23
|
+
Or install it yourself as:
|
24
|
+
|
25
|
+
$ gem install opposition-theme
|
26
|
+
|
27
|
+
## Development
|
28
|
+
|
29
|
+
To set up your environment to develop this theme, run `bundle install`.
|
30
|
+
|
31
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
32
|
+
|
33
|
+
When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
|
34
|
+
|
35
|
+
## License
|
36
|
+
|
37
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
38
|
+
|
data/_includes/.DS_Store
ADDED
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<footer class="main-footer">
|
2
|
+
<div>
|
3
|
+
<span class="inquiries">For inquiries, concerns or feedback please contact us <a href="mailto:speak@opposition.tv">speak@opposition.tv</a></span>
|
4
|
+
<ul>
|
5
|
+
<li><a href="//bbtv.com/terms-of-service/">Terms of Service</a></li>
|
6
|
+
<li><a href="//bbtv.com/privacy-policy/">Privacy Policy</a></li>
|
7
|
+
<li>Copyright <script>document.write(new Date().getFullYear())</script></li>
|
8
|
+
</ul>
|
9
|
+
<a href="//support.google.com/youtube/answer/2952738?hl=en&rd=1" target="_blank" class="icon-YouTube-certified"></a>
|
10
|
+
<img class="opposition-logo" src="{{ '/assets/img/opposition_seal.png' | relative_url }}">
|
11
|
+
</div>
|
12
|
+
</footer>
|
data/_includes/head.html
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
|
+
|
6
|
+
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
7
|
+
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
8
|
+
|
9
|
+
<script src="https://use.typekit.net/jyx6xun.js"></script>
|
10
|
+
<script>try{Typekit.load({ async: true });}catch(e){}</script>
|
11
|
+
|
12
|
+
<link rel="stylesheet" href="https://s3.amazonaws.com/icomoon.io/33464/Oppositiontv/style.css?izyszw">
|
13
|
+
|
14
|
+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
15
|
+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
16
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
17
|
+
|
18
|
+
{% if jekyll.environment == 'production' and site.google_analytics %}
|
19
|
+
{% include google-analytics.html %}
|
20
|
+
{% endif %}
|
21
|
+
</head>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<header class="main-header">
|
2
|
+
<nav>
|
3
|
+
<ul>
|
4
|
+
<li class="about"><a href="/#about" class="page-link">About</a></li>
|
5
|
+
<li class="services"><a href="/#services" class="page-link">Services</a></li>
|
6
|
+
<li class="partners"><a href="/#partners" class="page-link">Partners</a></li>
|
7
|
+
<li class="logo"><a href="/#home" class="page-link"><span class="icon-Oppositionn-Logo"></span></a></li>
|
8
|
+
<li class="platform"><a href="/#platform" class="page-link">Platform</a></li>
|
9
|
+
<li class="news"><a href="/news">News</a></li>
|
10
|
+
<li class="contacts"><a href="/#contact" class="page-link">Contact</a></li>
|
11
|
+
</ul>
|
12
|
+
</nav>
|
13
|
+
</header>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<script
|
2
|
+
src="https://code.jquery.com/jquery-3.1.1.min.js"
|
3
|
+
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
|
4
|
+
crossorigin="anonymous"></script>
|
5
|
+
<script src="{{ '/assets/js/parallax.js' | relative_url }}"></script>
|
6
|
+
<script src="{{ '/assets/js/all.js' | relative_url }}"></script>
|
7
|
+
<script src="{{ '/assets/js/form.js' | relative_url }}"></script>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<aside class="sidebar">
|
2
|
+
<div class="block categories">
|
3
|
+
<h3>Categories</h3>
|
4
|
+
<ul>
|
5
|
+
{% for category in site.categories %}
|
6
|
+
<li><a name="{{ category | first }}" class="category"><i class="icon-Phoenix"></i> {{ category | first }}</a>
|
7
|
+
<!-- <ul>
|
8
|
+
{% for posts in category %}
|
9
|
+
{% for post in posts %}
|
10
|
+
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
|
11
|
+
{% endfor %}
|
12
|
+
{% endfor %}
|
13
|
+
</ul> -->
|
14
|
+
</li>
|
15
|
+
{% endfor %}
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
|
19
|
+
<div class="block">
|
20
|
+
<h3>OPPOSITION</h3>
|
21
|
+
<p>Opposition connects true hip hop artists and icons to the crowds that get behind them.</p>
|
22
|
+
<a href="mailto:asd@asd.asd" class="submit">Join Us</a>
|
23
|
+
</div>
|
24
|
+
|
25
|
+
<div class="block">
|
26
|
+
<h3>Youtube</h3>
|
27
|
+
<script src="https://apis.google.com/js/platform.js"></script>
|
28
|
+
<div class="g-ytsubscribe" data-channel="artists" data-layout="full" data-count="default"></div>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div class="block">
|
32
|
+
<h3>Twitter</h3>
|
33
|
+
<a class="twitter-timeline" data-height="500" data-link-color="#c1a468" href="https://twitter.com/WeAreOpposition">Tweets by WeAreOpposition</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
34
|
+
</div>
|
35
|
+
</aside>
|
data/_layouts/.DS_Store
ADDED
Binary file
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
3
|
+
|
4
|
+
{% include head.html %}
|
5
|
+
|
6
|
+
<body>
|
7
|
+
|
8
|
+
{% include header.html %}
|
9
|
+
|
10
|
+
<main class="page-content" aria-label="Content">
|
11
|
+
<div class="wrapper">
|
12
|
+
{{ content }}
|
13
|
+
</div>
|
14
|
+
</main>
|
15
|
+
|
16
|
+
{% include footer.html %}
|
17
|
+
|
18
|
+
</body>
|
19
|
+
|
20
|
+
</html>
|
data/_layouts/home.html
ADDED
@@ -0,0 +1,210 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<section id="home">
|
6
|
+
<h2>Rise with</h2>
|
7
|
+
<h1>Opposition</h1>
|
8
|
+
<a href="#contact" class="cta page-link">Apply Now</a>
|
9
|
+
<ul class="social-media">
|
10
|
+
<li><a href=" https://www.youtube.com/user/artists" target="_blank"><span class="icon-youtube"></span></a></li>
|
11
|
+
<li><a href="https://www.facebook.com/WeAreOpposition/" target="_blank"><span class="icon-facebook"></span></a></li>
|
12
|
+
<li><a href="https://twitter.com/weareopposition" target="_blank"><span class="icon-twitter"></span></a></li>
|
13
|
+
<li><a href="https://www.instagram.com/weareopposition/" target="_blank"><span class="icon-instagram"></span></a></li>
|
14
|
+
</ul>
|
15
|
+
<div id="scene" class="bird">
|
16
|
+
<img src="./assets/img/bird/F-Fire.png" class="layer" data-depth="0.10">
|
17
|
+
<img src="./assets/img/bird/G-Dust.png" class="layer" data-depth="0.15">
|
18
|
+
<img src="./assets/img/bird/H-Stuff.png" class="layer" data-depth="0.20">
|
19
|
+
<img src="./assets/img/bird/E-Phoenix.png" class="layer" data-depth="0.25">
|
20
|
+
<img src="./assets/img/bird/A-Rocks.png" class="layer" data-depth="0.30">
|
21
|
+
<img src="./assets/img/bird/B-Light.png" class="layer" data-depth="0.45">
|
22
|
+
<img src="./assets/img/bird/C-Particles.png" class="layer" data-depth="0.50">
|
23
|
+
<img src="./assets/img/bird/D-Particles.png" class="layer" data-depth="0.75">
|
24
|
+
</div>
|
25
|
+
<span class="arrow-down"></span>
|
26
|
+
</section>
|
27
|
+
|
28
|
+
<section id="about">
|
29
|
+
<h5>About</h5>
|
30
|
+
<h2>Join the Digital <span class="icon-Phoenix"></span> Revolution</h2>
|
31
|
+
<p id="views-counter"><span>18324908290790 views</span></p>
|
32
|
+
<p><strong>Opposition</strong> and its grassroots team of music and video experts propel hip hop’s top talent to multiplatform success on an unprecedented scale. <strong>As the biggest network for hip hop on YouTube</strong>, we know how to build your audience and generate substantial revenue streams in online video. <strong>Backed by BBTV</strong>, Opposition gives you access to the largest video property behind YouTube & Facebook. </p>
|
33
|
+
|
34
|
+
<ul class="bbtv-data">
|
35
|
+
<li>
|
36
|
+
<span class="icon-Partners-icon"></span>
|
37
|
+
<h3>85,000</h3>
|
38
|
+
<h4>Partners</h4>
|
39
|
+
</li>
|
40
|
+
<li>
|
41
|
+
<span class="icon-World-icon"></span>
|
42
|
+
<h3>3rd Largest</h3>
|
43
|
+
<h4>Video Property Worldwide</h4>
|
44
|
+
</li>
|
45
|
+
<li>
|
46
|
+
<span class="icon-Eye"></span>
|
47
|
+
<h3>23B</h3>
|
48
|
+
<h4>Monthly Views</h4>
|
49
|
+
</li>
|
50
|
+
</ul>
|
51
|
+
</section>
|
52
|
+
|
53
|
+
<section id="services">
|
54
|
+
<h2>Services</h2>
|
55
|
+
<ul class="services-list">
|
56
|
+
<li>
|
57
|
+
<h3>Support</h3>
|
58
|
+
<span class="icon-Support-Icon"></span>
|
59
|
+
<p>Get fast, hands-on support from a highly experienced team in both the music industry and YouTube.</p>
|
60
|
+
</li>
|
61
|
+
|
62
|
+
<li>
|
63
|
+
<span class="icon-Revenue-Icon"></span>
|
64
|
+
<h3>Revenue</h3>
|
65
|
+
<p>As an official BBTV-backed brand, Opposition can expand your content’s potential through direct ad sales, branded entertainment, merchandising, and more.</p>
|
66
|
+
</li>
|
67
|
+
|
68
|
+
<li>
|
69
|
+
<h3>Design</h3>
|
70
|
+
<span class="icon-Design"></span>
|
71
|
+
<p>Get professional quality design support to sharpen your visuals and social outlets to help you stand out.
|
72
|
+
</p>
|
73
|
+
</li>
|
74
|
+
|
75
|
+
<li>
|
76
|
+
<span class="icon-Audience-Development-Icon"></span>
|
77
|
+
<h3>Audience Development</h3>
|
78
|
+
<p>Our experts are equipped to build & manage
|
79
|
+
your channel strategy, educate you on best practices, and offer catered advice for your goals in online video. </p>
|
80
|
+
</li>
|
81
|
+
|
82
|
+
<li>
|
83
|
+
<h3>Collab</h3>
|
84
|
+
<span class="icon-Collab-Icon"></span>
|
85
|
+
<p>Tap into BBTV’s industry-leading network of partners to collaborate and seize cross-promotion opportunities. </p>
|
86
|
+
</li>
|
87
|
+
|
88
|
+
<li>
|
89
|
+
<span class="icon-Manage-Your-Rights-Icon"></span>
|
90
|
+
<h3>Manage your Rights</h3>
|
91
|
+
<p>Make the most out of your recordings or music videos on YouTube. Monetize fan and third-party uploads while utilizing Opposition’s tools and team to protect your rights.</p>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
<li>
|
95
|
+
<h3>Viso Catalyst</h3>
|
96
|
+
<span class="icon-Viso-Icon"></span>
|
97
|
+
<p>Access our cutting-edge creator platform geared to empower discovery, drive engagement, facilitate collaboration, and gain actionable insights about your content. Also available as a Chrome Extension, with optimization tools accessible right in the Creator Studio.</p>
|
98
|
+
</li>
|
99
|
+
</ul>
|
100
|
+
</section>
|
101
|
+
|
102
|
+
<section id="partners">
|
103
|
+
<header>
|
104
|
+
<div>
|
105
|
+
<h2>Our Partners</h2>
|
106
|
+
<p>Opposition works with artists, producers, videographers, labels, and sites of all sizes. We build a support system around quality content creators who are looking to grow their presence online.</p>
|
107
|
+
</div>
|
108
|
+
</header>
|
109
|
+
|
110
|
+
<ul>
|
111
|
+
<li class="savage">
|
112
|
+
<figure></figure>
|
113
|
+
<dl>
|
114
|
+
<dt>21 Savage</dt>
|
115
|
+
<dd class="description">The hottest new rapper today boasting over 100 million views per month on YouTube. Opposition has helped grow 21's channel and ensure all third party uploads are monetized.</dd>
|
116
|
+
<dd>
|
117
|
+
<ul class="social-media">
|
118
|
+
<li><a href="https://www.youtube.com/channel/UCOjEHmBKwdS7joWpW0VrXkg" target="_blank"><span class="icon-youtube"></span></a></li>
|
119
|
+
<li><a href="https://www.facebook.com/21Savage/" target="_blank"><span class="icon-facebook"></span></a></li>
|
120
|
+
<li><a href="https://twitter.com/21Savage" target="_blank"><span class="icon-twitter"></span></a></li>
|
121
|
+
<li><a href="https://www.instagram.com/21Savage/" target="_blank"><span class="icon-instagram"></span></a></li>
|
122
|
+
</ul>
|
123
|
+
</dd>
|
124
|
+
</dl>
|
125
|
+
</li>
|
126
|
+
<li class="logic">
|
127
|
+
<figure></figure>
|
128
|
+
<dl>
|
129
|
+
<dt>Logic</dt>
|
130
|
+
<dd class="description">One of Def Jam’s top acts who held Billboard’s #1 hip-hop album spot. Opposition works with Logic's label Visionary Music Group to master their online video strategies.</dd>
|
131
|
+
<dd>
|
132
|
+
<ul class="social-media">
|
133
|
+
<li><a href="https://www.youtube.com/user/VisionaryMGMT" target="_blank"><span class="icon-youtube"></span></a></li>
|
134
|
+
<li><a href="https://www.facebook.com/MindOfLogic/" target="_blank"><span class="icon-facebook"></span></a></li>
|
135
|
+
<li><a href="https://twitter.com/logic301" target="_blank"><span class="icon-twitter"></span></a></li>
|
136
|
+
<li><a href="https://www.instagram.com/logic301/?hl=en" target="_blank"><span class="icon-instagram"></span></a></li>
|
137
|
+
</ul>
|
138
|
+
</dd>
|
139
|
+
</dl>
|
140
|
+
</li>
|
141
|
+
<li class="meechie">
|
142
|
+
<figure></figure>
|
143
|
+
<dl>
|
144
|
+
<dt>Meechie</dt>
|
145
|
+
<dd class="description">From touring with Future & Rae Sremmurd to dancing in Drake's backyard, Meechie is the most influential dancer in hip hop. Alongside Opposition, he started his new channel which gained 200,000 subscribers in one year.</dd>
|
146
|
+
<dd>
|
147
|
+
<ul class="social-media">
|
148
|
+
<li><a href="https://www.youtube.com/channel/UCL2bI0wNMC72bm9oBCL4_KA" target="_blank"><span class="icon-youtube"></span></a></li>
|
149
|
+
<li><a href="https://www.facebook.com/SheLoveMeechie/" target="_blank"><span class="icon-facebook"></span></a></li>
|
150
|
+
<li><a href="https://twitter.com/Shelovesmeechie" target="_blank"><span class="icon-twitter"></span></a></li>
|
151
|
+
<li><a href="https://www.instagram.com/shelovesmeechie/" target="_blank"><span class="icon-instagram"></span></a></li>
|
152
|
+
</ul>
|
153
|
+
</dd>
|
154
|
+
</dl>
|
155
|
+
</li>
|
156
|
+
</ul>
|
157
|
+
</section>
|
158
|
+
|
159
|
+
<section id="platform">
|
160
|
+
<ul>
|
161
|
+
<li>
|
162
|
+
<a href="https://www.youtube.com/hotnewhiphop" target="_blank"><h3><img src="assets/img/hnhh.png"></h3></a>
|
163
|
+
<p>The most visited hip-hop site worldwide, HotNewHipHop has become the premier outlet for new tracks and mixtapes. They've used their channel to host original content and exclusives from top artists.</p>
|
164
|
+
</li>
|
165
|
+
<li>
|
166
|
+
<a href="https://www.youtube.com/worldstarhiphop" target="_blank"><h3><img src="assets/img/s.png"></h3></a>
|
167
|
+
|
168
|
+
<p>The leading site and largest YouTube channel in hip-hop. Opposition has worked with WorldStar to close copycat channels and take their own from 1 million views per month to 300.</p>
|
169
|
+
</li>
|
170
|
+
<li>
|
171
|
+
<a href="https://www.youtube.com/user/MrZae220" target="_blank"><h3><img src="assets/img/azae.png"></h3></a>
|
172
|
+
<p>The largest hip-hop videographer, with more than 1 million subscribers. Zae has helped pave the way for underground artists and substantially raised the quality of their visuals.</p>
|
173
|
+
</li>
|
174
|
+
</ul>
|
175
|
+
</section>
|
176
|
+
|
177
|
+
<section id="contact">
|
178
|
+
<h2 class="formstack">Join Us</h2>
|
179
|
+
<form method="post" novalidate enctype="multipart/form-data" action="http://quickonboarding.viso.tv/formstack.php" class="formstack" id="fsForm1775897">
|
180
|
+
<div>
|
181
|
+
<input type="hidden" name="form" value="1775897" />
|
182
|
+
<input type="hidden" name="viewkey" value="eElmBHLKfe" />
|
183
|
+
<input type="hidden" name="password" value="" />
|
184
|
+
<input type="hidden" name="hidden_fields" id="hidden_fields1775897" value="" />
|
185
|
+
<input type="hidden" name="fspublicsession" id="session_id1775897" value="" />
|
186
|
+
<input type="hidden" name="incomplete" id="incomplete1775897" value="" />
|
187
|
+
<input type="hidden" name="incomplete_email" id="incomplete_email1775897" value="" />
|
188
|
+
<input type="hidden" name="referrer" id="referrer1775897" value="http://opposition.local/" />
|
189
|
+
<input type="hidden" name="referrer_type" id="referrer_type1775897" value="link" />
|
190
|
+
<input type="hidden" name="_submit" value="1" />
|
191
|
+
<input type="hidden" name="style_version" value="3" />
|
192
|
+
<input type="hidden" name="latitude" value="" />
|
193
|
+
<input type="hidden" name="longitude" value="" />
|
194
|
+
<fieldset class="leftcol">
|
195
|
+
<input type="text" placeholder="Name*" id="field26299513" name="field26299513" class="fsField fsRequired" aria-required="true" />
|
196
|
+
<input type="email" placeholder="Email*" id="field26299515" name="field26299515" class="fsField fsFormatEmail fsRequired email" aria-required="true" />
|
197
|
+
<input type="text" placeholder="YouTube URL*" id="field26299517" name="field26299517" class="fsField fsRequired" aria-required="true" />
|
198
|
+
</fieldset>
|
199
|
+
<fieldset class="rightcol">
|
200
|
+
<textarea placeholder="Applying for partnership?" id="field26299519" name="field26299519" class="fsField"></textarea>
|
201
|
+
</fieldset>
|
202
|
+
</div>
|
203
|
+
<footer>
|
204
|
+
<button class="submit g-recaptcha disabled" data-sitekey="6LeBQx8UAAAAAJpn2gEQZmepyl0i4M-AiLNGXKOf" data-callback="submitForm">Send</button>
|
205
|
+
</footer>
|
206
|
+
</form>
|
207
|
+
<h2 class="thanks">Message Received. Thank you!</h2>
|
208
|
+
</section>
|
209
|
+
|
210
|
+
{% include scripts.html %}
|
data/_layouts/page.html
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<figure class="page-header" style="background-image: url('http://opposition.tv/wp-content/uploads/2017/05/opposition-header23.jpg')"></figure>
|
6
|
+
|
7
|
+
<div class="page">
|
8
|
+
<ul class="post-list">
|
9
|
+
{% for post in site.posts %}
|
10
|
+
<li>
|
11
|
+
<!-- <time>{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}</time> -->
|
12
|
+
<header>
|
13
|
+
<div class="post-details">
|
14
|
+
<time>
|
15
|
+
<h3 class="month">{{ post.date | date: "%b" }}</h3>
|
16
|
+
<h3 class="day">{{ post.date | date: "%-d" }}</h3>
|
17
|
+
</time>
|
18
|
+
<div class="social-media">
|
19
|
+
<a href="https://twitter.com/intent/tweet?text={{ post.title }}&url={{ site.url }}{{ post.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" class="social-media-button twitter-button" rel="nofollow" target="_blank" title="Share on Twitter"><i class="icon-twitter"></i></a>
|
20
|
+
<a href="https://facebook.com/sharer.php?u={{ site.url }}{{ post.url }}" class="social-media-button" rel="nofollow" target="_blank" title="Share on Facebook"><i class="icon-facebook"></i></a>
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
|
24
|
+
<h2><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a></h2>
|
25
|
+
</header>
|
26
|
+
|
27
|
+
<figure>
|
28
|
+
<a class="post-link" href="{{ post.url | relative_url }}"><img src="http://opposition.tv/wp-content/uploads/2017/05/carange.png"></a>
|
29
|
+
</figure>
|
30
|
+
|
31
|
+
<div class="post-description">
|
32
|
+
<a href="{{ post.url | relative_url }}">{{ post.content | truncate: 330 }}</a>
|
33
|
+
</div>
|
34
|
+
</li>
|
35
|
+
{% endfor %}
|
36
|
+
</ul>
|
37
|
+
|
38
|
+
{% include sidebar.html %}
|
39
|
+
</div>
|
data/_layouts/post.html
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
6
|
+
<header class="page-header" style="background-image: url('http://opposition.tv/wp-content/uploads/2017/05/opposition-header23.jpg')">
|
7
|
+
<div class="header-title">
|
8
|
+
<h2>{{ page.title }}</h2>
|
9
|
+
{% for category in page.categories %}
|
10
|
+
<h3 class="category"><i class="icon-Phoenix"></i> {{ category }}</h3>
|
11
|
+
{% endfor %}
|
12
|
+
<time class="created-at">{{ page.date | date: "%B %d, %Y" }}</time>
|
13
|
+
</div>
|
14
|
+
</header>
|
15
|
+
|
16
|
+
<div class="wrapper">
|
17
|
+
<div class="post-format post-content">
|
18
|
+
{{ content }}
|
19
|
+
</div>
|
20
|
+
|
21
|
+
{% include sidebar.html %}
|
22
|
+
</div>
|
23
|
+
</article>
|