station 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb +1 -4
- data/lib/nexmo_developer/app/views/static/_profile.html.erb +1 -1
- data/lib/nexmo_developer/app/views/static/default_landing/partials/_events.html.erb +1 -1
- data/lib/nexmo_developer/app/views/static/default_landing/partials/_write_for_nexmo.html.erb +4 -4
- data/lib/nexmo_developer/public/assets/{.sprockets-manifest-bf569d34955f2da54a8e430af607f369.json → .sprockets-manifest-34443b12ffa582bac7386426c54b9386.json} +1 -1
- data/lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js.gz +0 -0
- data/lib/nexmo_developer/public/assets/application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css.gz +0 -0
- data/lib/nexmo_developer/public/assets/manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js.gz +0 -0
- data/lib/nexmo_developer/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18b2059806500f4e64f3197f6edc5aaf801de09622370feab3bcd94100276d52
|
4
|
+
data.tar.gz: 7cb339acec125d1acd865b0c29a9d95c591338ec9bb87bde7a23b0d213ab46fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b641acb88bc5d274173a397add4a702ed962464106dd125852380dd60be81cd3166f9c218c1f8cc6663ef37330a025e4850773764c0ad006dd858e51d6bb29a2
|
7
|
+
data.tar.gz: ad693520e91bdd06e4e6aa9a01f5fbd2637ef6dc513abfa1b9a97ce9e6d99c8b073dbf8ce9c10975d12b530106505b3082a85c1f93164b05db2d2b5650b12d91
|
@@ -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,7 +94,7 @@
|
|
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">
|
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>
|
@@ -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] %>
|
@@ -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>
|
data/lib/nexmo_developer/app/views/static/default_landing/partials/_write_for_nexmo.html.erb
CHANGED
@@ -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/
|
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
|
10
|
-
You don't have to be part of the team to write for
|
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-
|
1
|
+
{"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-03-17T17:02:44+00:00","size":2,"digest":"75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070","integrity":"sha256-daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes/sHA="},"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js":{"logical_path":"application.js","mtime":"2022-03-17T17:02:44+00:00","size":3172,"digest":"67f1fd16f949c2794341a44cf839e5436bbef74436e043ead39890d1c3b2e583","integrity":"sha256-Z/H9FvlJwnlDQaRM+DnlQ2u+90Q24EPq05iQ0cOy5YM="},"application-e3c324ace3db5c0bf10139460f7f1efb017f04bbeb729bd8d34b308de0852c20.css":{"logical_path":"application.css","mtime":"2022-03-17T17:02:44+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"}}
|
Binary file
|
Binary file
|
Binary file
|
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
|
+
version: 0.1.6
|
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
|
+
date: 2022-03-17 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-
|
734
|
+
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-34443b12ffa582bac7386426c54b9386.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"
|