Skip to content

Commit 8614d59

Browse files
authored
Use SVG as footer. #25 (#26)
1 parent a2b421c commit 8614d59

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3
-18
lines changed

src/app/components/home/home.component.scss

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
width: 95%;
2020
max-width: 740px;
2121
align-content: center;
22-
margin-top: -33px; //-40px;
22+
margin-top: -33px;
2323
}
2424

2525
.content {
@@ -56,23 +56,18 @@
5656
text-align: center;
5757
height: 189px;
5858
color: #000;
59-
// background: #ff5722;
6059
&.selected {
61-
// background: #ffaaff;
6260
.icon {
6361
background: #e4e4e4;
64-
// background: radial-gradient(ellipse at 50% 50%, #ffd18c, #ff9900 100%);
6562
}
6663
}
6764

6865
.icon {
6966
flex: 0 0 75px;
7067
width: 75px;
71-
// background: #f0f;
7268
align-self: center;
7369
padding: 25px;
7470
box-sizing: content-box;
75-
// background: #ff9900;
7671
background: #fff;
7772
border: 1px #dddddd solid;
7873
}
@@ -86,7 +81,6 @@
8681
}
8782

8883
.header {
89-
// flex: 1 1 200px;
9084
display: flex;
9185
flex: 0 1 auto;
9286
align-items: center;
@@ -125,7 +119,6 @@
125119

126120
span.outline {
127121
color: #000;
128-
// @include text-outline(3px, #ff992a);
129122
-webkit-text-stroke: 0.05em #ff992a;
130123
}
131124
}
@@ -134,14 +127,8 @@
134127

135128
.authors-container {
136129
display: flex;
137-
/* flex-direction: column; */
138130
justify-content: space-around;
139-
&.web-p {
140-
@include backgroundImage('../../../assets/images/footer', 'webp');
141-
}
142-
&:not(.web-p) {
143-
@include backgroundImage('../../../assets/images/footer', 'jpg');
144-
}
131+
background: #191919 url('../../../assets/images/bg_footer.svg');
145132
background-size: cover;
146133

147134
.content {
@@ -165,7 +152,6 @@
165152

166153
span.outline {
167154
color: #000;
168-
// @include text-outline(3px, #ff992a);
169155
-webkit-text-stroke: 0.05em #ff992a;
170156
}
171157
}
@@ -182,8 +168,6 @@
182168
flex-direction: column;
183169
width: 320px;
184170
.photo {
185-
// width: 50%;
186-
// padding-top: 50%;
187171
width: 200px;
188172
height: 200px;
189173
margin: 40px 0;

src/assets/images/bg_footer.svg

Lines changed: 1 addition & 0 deletions
-206 KB
Binary file not shown.
-174 KB
Binary file not shown.
-326 KB
Binary file not shown.
-195 KB
Binary file not shown.

src/assets/images/footer/hdpi_320.jpg

-47 KB
Binary file not shown.
-35.6 KB
Binary file not shown.

src/assets/images/footer/hdpi_768.jpg

-124 KB
Binary file not shown.
-104 KB
Binary file not shown.
-102 KB
Binary file not shown.
-83.9 KB
Binary file not shown.
-157 KB
Binary file not shown.
-134 KB
Binary file not shown.

src/assets/images/footer/ldpi_320.jpg

-23.2 KB
Binary file not shown.
-17.2 KB
Binary file not shown.

src/assets/images/footer/ldpi_768.jpg

-57.9 KB
Binary file not shown.
-44.9 KB
Binary file not shown.
-140 KB
Binary file not shown.
-119 KB
Binary file not shown.
-206 KB
Binary file not shown.
-174 KB
Binary file not shown.

src/assets/images/footer/mdpi_320.jpg

-30.7 KB
Binary file not shown.
-22.2 KB
Binary file not shown.

src/assets/images/footer/mdpi_768.jpg

-79.9 KB
Binary file not shown.
-64.3 KB
Binary file not shown.
-306 KB
Binary file not shown.
-166 KB
Binary file not shown.
-451 KB
Binary file not shown.
-245 KB
Binary file not shown.
-64.8 KB
Binary file not shown.
-51.2 KB
Binary file not shown.
-169 KB
Binary file not shown.
-144 KB
Binary file not shown.
-529 KB
Binary file not shown.
-268 KB
Binary file not shown.
-780 KB
Binary file not shown.
-392 KB
Binary file not shown.
-102 KB
Binary file not shown.
-83.9 KB
Binary file not shown.
-300 KB
Binary file not shown.
-149 KB
Binary file not shown.
-767 KB
Binary file not shown.
-375 KB
Binary file not shown.
-1.1 MB
Binary file not shown.
-552 KB
Binary file not shown.
-140 KB
Binary file not shown.
-119 KB
Binary file not shown.
-436 KB
Binary file not shown.
-209 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)