forked from vuejs/v2.vuejs.org
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf2e13b
commit dc1f881
Showing
21 changed files
with
9,061 additions
and
7,052 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
"hexo-renderer-stylus": "^0.3.1", | ||
"hexo-server": "^0.2.0" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script> | ||
<div class="bsa-cpc"></div> | ||
<script> | ||
(function(){ | ||
if(typeof _bsa !== 'undefined' && _bsa) { | ||
_bsa.init('default', 'CKYD62QM', 'placement:vuejsorg', { | ||
target: '.bsa-cpc', | ||
align: 'horizontal', | ||
disable_css: 'true' | ||
}); | ||
} | ||
})(); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<li class="nav-dropdown-container learn"> | ||
<a class="nav-link<%- page.path.match(/(guide(?!\/team.html$)|api|examples|cookbook)/) ? ' current' : '' %>">Learn</a><span class="arrow"></span> | ||
<ul class="nav-dropdown"> | ||
<li><ul> | ||
<li><a href="<%- url_for("/v2/guide/") %>" class="nav-link<%- page.path.match(/guide/) ? ' current' : '' %>">Guide</a></li> | ||
<li><a href="<%- url_for("/v2/api/") %>" class="nav-link<%- page.path.match(/api/) ? ' current' : '' %>">API</a></li> | ||
<li><a href="<%- url_for("/v2/examples/") %>" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">Examples</a></li> | ||
</ul></li> | ||
</ul> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<li class="nav-dropdown-container support-vue"> | ||
<a class="nav-link">Support Vue</a><span class="arrow"></span> | ||
<ul class="nav-dropdown"> | ||
<li><ul> | ||
<li><a href="https://vue.threadless.com" target="_blank" class="nav-link">Shop</a></li> | ||
<li><a href="https://opencollective.com/vuejs" target="_blank" class="nav-link">Support Us on OpenCollective</a></li> | ||
<li><a href="https://www.patreon.com/evanyou" target="_blank" class="nav-link">Support Evan on Patreon</a></li> | ||
</ul></li> | ||
</ul> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
// main ad placement (bottom right) | ||
#ad | ||
width: 125px | ||
// text-align: center | ||
position: fixed | ||
z-index: 99 | ||
bottom: 10px | ||
right: 10px | ||
padding: 10px | ||
background-color: #fff | ||
border-radius: 3px | ||
font-size: 13px | ||
a | ||
display: inline-block | ||
color: $light | ||
font-weight: normal | ||
span | ||
color: $light | ||
display: inline-block | ||
margin-bottom: 5px | ||
img | ||
width: 125px | ||
.carbon-img, .carbon-text | ||
display: block | ||
margin-bottom: 6px | ||
font-weight: normal | ||
color: $medium | ||
.carbon-poweredby | ||
color: #aaa | ||
font-weight: normal | ||
|
||
// text ad (below page title) | ||
.bsa-cpc | ||
font-size 1em | ||
background-color #f8f8f8 | ||
a._default_ | ||
text-align left | ||
display block | ||
padding 10px 15px 12px | ||
margin-bottom 20px | ||
color #666 | ||
font-weight 400 | ||
line-height 18px | ||
.default-image, .default-title, .default-description | ||
display inline | ||
vertical-align middle | ||
margin-right 6px | ||
.default-image | ||
img | ||
height 20px | ||
border-radius 3px | ||
vertical-align middle | ||
position relative | ||
top -1px | ||
.default-title | ||
font-weight 600 | ||
.default-description:after | ||
font-size .85em | ||
content "Sponsored" | ||
color $info | ||
border 1px solid $info | ||
border-radius 3px | ||
padding 0 4px 1px | ||
margin-left 6px | ||
.default-ad | ||
display none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,72 @@ | ||
.sponsors-page | ||
// frontpage | ||
#sponsors | ||
text-align: center | ||
padding: 35px 40px 45px | ||
background-color: #f6f6f6 | ||
.inner | ||
max-width: 700px | ||
margin: 0px auto | ||
h3 | ||
color: #999 | ||
margin: 0 0 10px | ||
a | ||
margin: 20px 15px 0 | ||
position: relative | ||
a, img | ||
width: 120px | ||
width: 100px | ||
display: inline-block | ||
vertical-align: middle | ||
a | ||
margin: 10px 20px | ||
img | ||
transition: all .3s ease | ||
filter: grayscale(100%) | ||
opacity: 0.66 | ||
&:hover | ||
filter: none | ||
opacity: 1 | ||
a.vip | ||
display: block | ||
margin: 30px auto 15px | ||
width: 200px | ||
img | ||
width: 200px | ||
.become-sponsor | ||
margin-top: 40px | ||
font-size: .9em | ||
font-weight: 700 | ||
width: auto | ||
background-color: transparent | ||
|
||
.open-collective-sponsors | ||
margin-top 60px | ||
a, img | ||
width: auto | ||
max-width: 100px | ||
max-height: 60px | ||
h4 | ||
color #999 | ||
margin-bottom 0 | ||
&.active | ||
img | ||
filter: none | ||
opacity: 1 | ||
|
||
// support-vuejs page | ||
.content | ||
.sponsor-section | ||
text-align center | ||
margin-top 0 | ||
margin-bottom 60px | ||
|
||
.patreon-sponsors | ||
a, img | ||
width: 120px | ||
display: inline-block | ||
vertical-align: middle | ||
a | ||
margin: 10px 20px | ||
|
||
.open-collective-sponsors | ||
img | ||
border-radius 50% | ||
max-height 80px | ||
margin-right 20px |
Oops, something went wrong.