station 0.1.4 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e57cef8b99fc5de087836a46ab7a69c43ebeb3f1d28b9701a22c4bd2425718d6
4
- data.tar.gz: 3f5ba033e140a2498c51e1422f31e421934cbf97f9deb988e50df54ef940713d
3
+ metadata.gz: 3f52441c4793c6a4a40e32f56f59fac5d0056ca26277588cb85c44ea3bbf40c7
4
+ data.tar.gz: e0966675087217d48473f172025d00c1ab8307b7a161f3d3780e53ff10c988ff
5
5
  SHA512:
6
- metadata.gz: 18c63b890a842b0633de6f326dc1520aeae33713525bd8068df29bc0c7abe8795dc0c84f241cb91450b59f8864a0cfa8a5e9d0f8d9f6091266c97cc1b04c2dc0
7
- data.tar.gz: 7b7fb3dad1317994145a8d4648e7cc431801f5b068f8bda0cad602528ae48e14a87fbce840dbb4f6a62d866cc8e876a7a4f779186ffd449d96b3ca3cf9d8c9d1
6
+ metadata.gz: c491c053235bf8fac668ed6f0c4f426163b8ebde171b654a7061b753455996256ab557f38d33b1ee881120a570df20638c99859258c25b0153cd6ac0fb6fe246
7
+ data.tar.gz: 46513c3f548e0f37a1dbd4197730268dacfcde1308e0c5f2864c6cf3ed4592f44d463459bcd07d8246163108788b05183df27e25e7172fd3f4d56938b3795463
@@ -50,6 +50,8 @@ class Blog::Blogpost
50
50
  require 'net/http'
51
51
  require 'addressable'
52
52
 
53
+ return DEFAULT_VONAGE_LOGO_URL if @thumbnail.empty?
54
+
53
55
  @thumbnail = @thumbnail.gsub('/content/blog/') do |match| # gsub Netlify img urls
54
56
  "#{Blog::Blogpost::CLOUDFRONT_BLOG_URL}blogposts/#{match.gsub('/content/blog/', '')}"
55
57
  end
@@ -87,9 +87,6 @@
87
87
  <div class="Vlt-topmenu__item">
88
88
  <a href="/community"><p><b class="Vlt-white">Community hub</b></p></a>
89
89
  </div>
90
- <div class="Vlt-topmenu__item">
91
- <a href="/devtv"><p><b class="Vlt-white">DevTV</b></p></a>
92
- </div>
93
90
  <div class="Vlt-topmenu__item">
94
91
  <a href="/startups"><p><b class="Vlt-white">Startup program</b></p></a>
95
92
  </div>
@@ -97,11 +94,15 @@
97
94
  <a href="https://stackoverflow.com/questions/tagged/nexmo" target='_blank' rel='noopener noreferrer'><p><b class="Vlt-white">Stackoverflow</b></p></a>
98
95
  </div>
99
96
  <div class="Vlt-topmenu__item">
100
- <a href="https://github.com/vonage" target='_blank' rel='noopener noreferrer'><p><b class="Vlt-white">Github</b></p></a>
97
+ <a href="https://github.com/vonage" target='_blank' rel='noopener noreferrer'><p><b class="Vlt-white">GitHub</b></p></a>
101
98
  </div>
102
99
  </div>
103
100
  </div>
104
101
  </li>
102
+
103
+ <li class="Vlt-tabs__link">
104
+ <a href="/blog"><p><b class="Vlt-white">Blog</b></p></a>
105
+ </li>
105
106
  </ul>
106
107
 
107
108
  <svg class="Vlt-icon Vlt-icon--large Vlt-grey Vlt-S-only Adp-header__hamburger">
@@ -1,5 +1,5 @@
1
1
  <div class="Nxd-profile Vlt-col Vlt-col--M-1of3">
2
- <%= gravatar_image_tag email, gravatar: { size: 140 }, class: 'Nxd-profile__avatar avatar' %>
2
+ <%= gravatar_image_tag email, gravatar: { size: 140, secure: true }, class: 'Nxd-profile__avatar avatar' %>
3
3
  <h3><%= name %></h3>
4
4
  <p class="Vlt-grey-darker p-large"><%= local_assigns[:role] ? role : 'Developer Advocate' %>
5
5
  <% if local_assigns[:twitter] %>
@@ -9,7 +9,7 @@
9
9
 
10
10
  <br><br>
11
11
 
12
- Your data will be treated in accordance with our <a href="https://www.nexmo.com/privacy-policy">Privacy Policy</a>, which sets out
12
+ Your data will be treated in accordance with our <a href="https://www.vonage.com/privacy-policy">Privacy Policy</a>, which sets out
13
13
  the rights you have in respect of your data.
14
14
  </p>
15
15
  </div>
@@ -50,7 +50,7 @@
50
50
 
51
51
 
52
52
  <div id="community-events" class="Vlt-grid">
53
- <% @upcoming_events.each do |event| %>
53
+ <% @upcoming_events.first(6).each do |event| %>
54
54
  <div class="Vlt-col Vlt-col--1of3">
55
55
  <div class="Vlt-card">
56
56
  <h3><%= link_to event.title, event.url, target: '_blank' %></h3>
@@ -1,12 +1,12 @@
1
1
  <div class="Vlt-grid">
2
2
  <div class="Vlt-col" style="text-align: right">
3
- <a href="/spotlight"><img src="/assets/images/developer_spotlight_logo.png" /></a>
3
+ <a href="/spotlight"><img src="/assets/images/Developer-Spotlight-Graphic_200x200.png" /></a>
4
4
  </div>
5
5
  <div class="Vlt-col Vlt-col--3of4">
6
6
  <br />
7
7
  <br />
8
8
  <br />
9
- <h2 id="write-for-nexmo"><b>Write for Nexmo</b></h2>
10
- You don't have to be part of the team to write for Nexmo. <br /> Thanks to our <a href="/spotlight">Developer Spotlight</a> program, you can get paid $400 to write for us.
9
+ <h2 id="write-for-nexmo"><b>Write for Vonage</b></h2>
10
+ You don't have to be part of the team to write for Vonage. <br /> Thanks to our <a href="/spotlight">Developer Spotlight</a> program, you can get paid $500 to write for us.
11
11
  </div>
12
- </div>
12
+ </div>
@@ -1 +1 @@
1
- {"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-03-11T12:24:04+00:00","size":2,"digest":"75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070","integrity":"sha256-daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes/sHA="},"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js":{"logical_path":"application.js","mtime":"2022-03-11T12:24:04+00:00","size":3172,"digest":"67f1fd16f949c2794341a44cf839e5436bbef74436e043ead39890d1c3b2e583","integrity":"sha256-Z/H9FvlJwnlDQaRM+DnlQ2u+90Q24EPq05iQ0cOy5YM="},"application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css":{"logical_path":"application.css","mtime":"2022-03-11T12:24:04+00:00","size":16653,"digest":"7bba29977bdaa394d9d33788c5c59026cebf41f7290009d61391a0a645e2272b","integrity":"sha256-e7opl3vao5TZ0zeIxcWQJs6/QfcpAAnWE5GgpkXiJys="}},"assets":{"manifest.js":"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js","application.js":"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js","application.css":"application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css"}}
1
+ {"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-03-28T14:51:57+00:00","size":2,"digest":"75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070","integrity":"sha256-daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes/sHA="},"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js":{"logical_path":"application.js","mtime":"2022-03-28T14:51:57+00:00","size":3172,"digest":"67f1fd16f949c2794341a44cf839e5436bbef74436e043ead39890d1c3b2e583","integrity":"sha256-Z/H9FvlJwnlDQaRM+DnlQ2u+90Q24EPq05iQ0cOy5YM="},"application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css":{"logical_path":"application.css","mtime":"2022-03-28T14:51:57+00:00","size":16653,"digest":"7bba29977bdaa394d9d33788c5c59026cebf41f7290009d61391a0a645e2272b","integrity":"sha256-e7opl3vao5TZ0zeIxcWQJs6/QfcpAAnWE5GgpkXiJys="}},"assets":{"manifest.js":"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js","application.js":"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js","application.css":"application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css"}}
@@ -1,3 +1,3 @@
1
1
  module NexmoDeveloper
2
- VERSION = '0.1.4'.freeze
2
+ VERSION = '0.1.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vonage DevRel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-11 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -731,7 +731,7 @@ files:
731
731
  - "./lib/nexmo_developer/public/android-chrome-512x512.png"
732
732
  - "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
733
733
  - "./lib/nexmo_developer/public/apple-touch-icon.png"
734
- - "./lib/nexmo_developer/public/assets/.sprockets-manifest-0755d814d9d7e74921317c4c1de183c0.json"
734
+ - "./lib/nexmo_developer/public/assets/.sprockets-manifest-683c14488d53559d0bffc83e6a567eab.json"
735
735
  - "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js"
736
736
  - "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js.gz"
737
737
  - "./lib/nexmo_developer/public/assets/application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css"