viniBaxter-spa_landing 0.1.0 → 0.2.0

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: d8a22f20f1e2c3feccb16cd27799c3b9eb518344f1c65f090640d80c6ecfe4db
4
- data.tar.gz: 299c3d29d4abc1a60bb08f3bd3285072a98ce08b74698d9e66baffb85b413b89
3
+ metadata.gz: c1b386959b675481e67ca4ba482a7850821f21712716a5498693d0be4526460f
4
+ data.tar.gz: dcfc57b3cbc4a6138dd04ca2c4b2db9083ece9f2d099fc70673d023b935c9c7f
5
5
  SHA512:
6
- metadata.gz: 569eb1dc5d832e2f94e68edfc9db94bce72ac533dd4e50739f7d56d62ba5894b285cb09ddd188d165c10b854e1c87b33d46ee926e3d417984c0f1d1bb99d0aef
7
- data.tar.gz: 4827b4b5720ad44afc0290e7686727b5f91e99e2e46f8500575421fcee12000a1befb3e61595bff17d1d2ed124f0646fc09f70217181b70f8f7a73ba50f8e869
6
+ metadata.gz: 9f45397dc3d383d02e6e05e6e080d6c2bb9cbd1ddc69e6429b94040cb22c1a1c7426a060f99cf2ae4b2bb17c23a4f40f913685aafd231f46686886acc8cf4838
7
+ data.tar.gz: 5bda94cec06949898c6a78bd8d9533924cecf4084f1fba0f9033ffa7eefe6d02ac3faf952f7753c864abed7b0bb9ae8768bb7d283429c6d2c77e88ad8ea1f690
@@ -0,0 +1,9 @@
1
+ <svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <mask id="avatarGroupHoverLast">
4
+ <rect width="100" height="100" fill="white"></rect>
5
+ <circle cx="-25" cy="50" r="55" fill="black"></circle>
6
+ </mask>
7
+ </defs>
8
+ <rect width="100" height="100" fill="green" mask="url(#avatarGroupHoverLast)"></rect>
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <mask id="avatarGroupHover">
4
+ <rect width="100" height="100" fill="white"></rect>
5
+ <circle cx="125" cy="50" r="55" fill="black"></circle>
6
+ <circle cx="-25" cy="50" r="55" fill="black"></circle>
7
+ </mask>
8
+ </defs>
9
+ <rect width="100" height="100" fill="green" mask="url(#avatarGroupHover)"></rect>
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <mask id="avatarGroup">
4
+ <rect width="100" height="100" fill="white"></rect>
5
+ <circle cx="125" cy="50" r="55" fill="black"></circle>
6
+ </mask>
7
+ </defs>
8
+ <rect width="100" height="100" fill="green" mask="url(#avatarGroup)"></rect>
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <mask id="avatarStatus">
4
+ <rect width="100" height="100" fill="white"></rect>
5
+ <circle cx="85" cy="85" r="15" fill="black"></circle>
6
+ </mask>
7
+ </defs>
8
+ <rect width="100" height="100" fill="green" mask="url(#avatarStatus)"></rect>
9
+ </svg>
@@ -1,5 +1,5 @@
1
1
  module ViniBaxter
2
2
  module SpaLanding
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viniBaxter-spa_landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vini baxter
@@ -67,13 +67,12 @@ files:
67
67
  - README.md
68
68
  - Rakefile
69
69
  - app/assets/images/spa_landing/.DS_Store
70
- - app/assets/images/spa_landing/asc.gif
71
- - app/assets/images/spa_landing/bg.gif
72
- - app/assets/images/spa_landing/desc.gif
70
+ - app/assets/images/spa_landing/avatar-group-hover-last.svg
71
+ - app/assets/images/spa_landing/avatar-group-hover.svg
72
+ - app/assets/images/spa_landing/avatar-group.svg
73
+ - app/assets/images/spa_landing/avatar-status.svg
73
74
  - bin/console
74
75
  - bin/setup
75
- - lib/viniBaxter/.DS_Store
76
- - lib/viniBaxter/sass/.DS_Store
77
76
  - lib/viniBaxter/sass/spa_landing.scss
78
77
  - lib/viniBaxter/sass/spa_landing/_some_airbnb_variables.scss
79
78
  - lib/viniBaxter/sass/spa_landing/_user.scss
Binary file
Binary file
Binary file
Binary file
Binary file