viniBaxter-spa_landing 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/spa_landing/avatar-group-hover-last.svg +9 -0
- data/app/assets/images/spa_landing/avatar-group-hover.svg +10 -0
- data/app/assets/images/spa_landing/avatar-group.svg +9 -0
- data/app/assets/images/spa_landing/avatar-status.svg +9 -0
- data/lib/viniBaxter/spa_landing/version.rb +1 -1
- metadata +5 -6
- data/app/assets/images/spa_landing/asc.gif +0 -0
- data/app/assets/images/spa_landing/bg.gif +0 -0
- data/app/assets/images/spa_landing/desc.gif +0 -0
- data/lib/viniBaxter/.DS_Store +0 -0
- data/lib/viniBaxter/sass/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1b386959b675481e67ca4ba482a7850821f21712716a5498693d0be4526460f
|
4
|
+
data.tar.gz: dcfc57b3cbc4a6138dd04ca2c4b2db9083ece9f2d099fc70673d023b935c9c7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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>
|
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.
|
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/
|
71
|
-
- app/assets/images/spa_landing/
|
72
|
-
- app/assets/images/spa_landing/
|
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
|
data/lib/viniBaxter/.DS_Store
DELETED
Binary file
|
Binary file
|