Skip to content

Commit

Permalink
Merge pull request #2 from xavier506/youtube-redirtect
Browse files Browse the repository at this point in the history
Youtube redirect
  • Loading branch information
Xavier Fernandez authored Jun 30, 2018
2 parents 00d3ea7 + 86ec400 commit 470d5c8
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 59 deletions.
4 changes: 3 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Header set Access-Control-Allow-Origin "*"

Redirect 301 /discord https://discord.gg/bBpQHym

Redirect 301 /logo https://eoscostarica.io/assets.html
Redirect 301 /logo https://eoscostarica.io/assets.html

Redirect 301 /youtube https://www.youtube.com/channel/UCvYinCH3O1iKpi-_dNfQAGQ
114 changes: 57 additions & 57 deletions bp.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"producer_account_name":"costaricaeos",
"producer_public_key":"EOS7phU8qE6nPCfpkCQ2T3HmRwGg6z4v61RTLvPBBVmPWmPisZoWY",
"org":{
"candidate_name":"EOS Costa Rica",
"website":"https://eoscostarica.io",
"code_of_conduct":"https://eoscostarica.io/code-of-conduct.html",
"ownership_disclosure":"https://eoscostarica.io/ownership-disclosure.html",
"email":"bp@eosio.cr",
"branding":{
"logo_256":"https://eoscostarica.io/assets/eos-CostaRica-256x256.png",
"logo_1024":"https://eoscostarica.io/assets/eos-CostaRica-1024x1024.png",
"logo_svg":"https://eoscostarica.io/assets/eos-CostaRica-vectors.svg"
},
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"social":{
"steemit":"eos-costarica",
"twitter":"EOSCostaRica",
"youtube":"",
"facebook":"",
"github":"eoscostarica",
"reddit":"",
"keybase":"eoscostarica",
"telegram":"eoscr",
"wechat":""
}
},
"nodes":[
{
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"is_producer":false,
"p2p_endpoint":"p2p.eosio.cr:1976",
"api_endpoint":"",
"ssl_endpoint":"https://api.eosio.cr"
},
{
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"is_producer":true,
"p2p_endpoint":"p2p.eosio.cr:5418",
"api_endpoint":"",
"ssl_endpoint":""
}
]
"producer_account_name":"costaricaeos",
"producer_public_key":"EOS7phU8qE6nPCfpkCQ2T3HmRwGg6z4v61RTLvPBBVmPWmPisZoWY",
"org":{
"candidate_name":"EOS Costa Rica",
"website":"https://eoscostarica.io",
"code_of_conduct":"https://eoscostarica.io/code-of-conduct.html",
"ownership_disclosure":"https://eoscostarica.io/ownership-disclosure.html",
"email":"bp@eosio.cr",
"branding":{
"logo_256":"https://eoscostarica.io/assets/eos-CostaRica-256x256.png",
"logo_1024":"https://eoscostarica.io/assets/eos-CostaRica-1024x1024.png",
"logo_svg":"https://eoscostarica.io/assets/eos-CostaRica-vectors.svg"
},
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"social":{
"steemit":"eos-costarica",
"twitter":"EOSCostaRica",
"youtube":"channel/UCvYinCH3O1iKpi-_dNfQAGQ",
"facebook":"",
"github":"eoscostarica",
"reddit":"",
"keybase":"eoscostarica",
"telegram":"eoscr",
"wechat":""
}
},
"nodes":[
{
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"is_producer":false,
"p2p_endpoint":"p2p.eosio.cr:1976",
"api_endpoint":"",
"ssl_endpoint":"https://api.eosio.cr"
},
{
"location":{
"name":"San Jose",
"country":"CR",
"latitude":9.936377,
"longitude":-84.078155
},
"is_producer":true,
"p2p_endpoint":"p2p.eosio.cr:5418",
"api_endpoint":"",
"ssl_endpoint":""
}
]
}
2 changes: 1 addition & 1 deletion bp_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"social":{
"steemit":"eos-costarica",
"twitter":"EOSCostaRica",
"youtube":"",
"youtube":"channel/UCvYinCH3O1iKpi-_dNfQAGQ",
"facebook":"",
"github":"eoscostarica",
"reddit":"",
Expand Down

0 comments on commit 470d5c8

Please sign in to comment.