Browse Source
Feature/add dev community logo to landing page (#1934)
* Add DEV Community
* Update changelog
pull/1937/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
17 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/landing/landing-page.html
-
apps/client/src/app/pages/landing/landing-page.scss
-
apps/client/src/assets/images/logo-dev-community.svg
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Introduced the option to update the cash balance of an account when adding an activity |
|
|
|
- Added support for the management of platforms in the admin control panel |
|
|
|
- Added _DEV Community_ to the _As seen in_ section on the landing page |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -133,6 +133,14 @@ |
|
|
|
title="Awesome-Selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers" |
|
|
|
></a> |
|
|
|
</div> |
|
|
|
<div class="col-md-3 d-flex justify-content-center my-1"> |
|
|
|
<a |
|
|
|
class="d-block logo logo-dev-community mask" |
|
|
|
href="https://dev.to" |
|
|
|
target="_blank" |
|
|
|
title="DEV Community - A constructive and inclusive social network for software developers" |
|
|
|
></a> |
|
|
|
</div> |
|
|
|
<div class="col-md-3 d-flex justify-content-center my-1"> |
|
|
|
<a |
|
|
|
class="d-block logo logo-openstartup" |
|
|
|
|
|
@ -49,6 +49,10 @@ |
|
|
|
filter: grayscale(1); |
|
|
|
} |
|
|
|
|
|
|
|
&.logo-dev-community { |
|
|
|
mask-image: url('/assets/images/logo-dev-community.svg'); |
|
|
|
} |
|
|
|
|
|
|
|
&.logo-openstartup { |
|
|
|
background-image: url('/assets/images/logo-openstartup.png'); |
|
|
|
background-position: center; |
|
|
@ -123,6 +127,7 @@ |
|
|
|
.logo { |
|
|
|
&.logo-agplv3, |
|
|
|
&.logo-alternative-to, |
|
|
|
&.logo-dev-community, |
|
|
|
&.logo-privacy-tools, |
|
|
|
&.logo-reddit, |
|
|
|
&.logo-sackgeld, |
|
|
|
|
|
@ -0,0 +1,3 @@ |
|
|
|
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> |
|
|
|
<path fill="#FFF" d="M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z"></path> |
|
|
|
</svg> |
Width:
|
Height:
|
Size: 799 B
|