Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
806
Merge Requests
52
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
946a907da1288a4805eeadbd88e8f8a921a220de...8669b85dd67413fba7932f2e0dc62c66916a9594
Source
8669b85dd67413fba7932f2e0dc62c66916a9594
...
Target
946a907da1288a4805eeadbd88e8f8a921a220de
Compare
Commits (2)
(chore): Update "As featured in"
· cac9e7dc
Emiliano Balbuena
authored
2 hours ago
cac9e7dc
(chore): Center style 3 and 4 bodies
· 8669b85d
Emiliano Balbuena
authored
2 hours ago
8669b85d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
52 additions
and
35 deletions
+52
-35
src/app/common/components/marketing/as-featured-in.component.html
View file @
8669b85d
...
...
@@ -6,29 +6,25 @@
<ul
class=
"m-grid__column-10"
>
<li>
<a
href=
"https://www.
independent.co.uk/news/business/indyventure/minds-facebook-alternative-deletefacebook-social-network-data-a8475841.html
"
href=
"https://www.
wsj.com/articles/facebook-on-notice-as-vietnam-tightens-grip-on-social-media-11547036594
"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/
press-logos/independent
.png'"
alt=
"
Independent
"
[src]=
"cdnAssetsUrl + 'assets/marketing/
wsj
.png'"
alt=
"
The Wall Street Journal
"
/>
</a>
</li>
<li>
<a
href=
"https://www.
foxnews.com/tech/alternate-social-media-squash-extremist-content-without-violating-first-amendment
"
href=
"https://www.
wired.com/story/minds-anti-facebook/
"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/foxnews.png'"
alt=
"Fox News"
/>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/wired.png'"
alt=
"Wired"
/>
</a>
</li>
<li
*ngIf=
"false"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/forbes.png'"
alt=
"Forbes"
/>
</li>
<li>
<a
href=
"https://techcrunch.com/2018/04/16/minds-aims-to-decentralize-the-social-network/"
...
...
@@ -40,35 +36,62 @@
/>
</a>
</li>
<li>
<a
href=
"http
s://mobile.reuters.com/article/amp/idUSKBN1K7147
"
href=
"http
://podcasts.joerogan.net/podcasts/bill-ottman
"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/
reuters
.png'"
alt=
"
Reuters
"
[src]=
"cdnAssetsUrl + 'assets/marketing/
tjre
.png'"
alt=
"
The Joe Rogan Experience
"
/>
</a>
</li>
<li>
<a
href=
"https://www.
wired.com/story/minds-anti-facebook/
"
href=
"https://www.
foxnews.com/tech/alternate-social-media-squash-extremist-content-without-violating-first-amendment
"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/wired.png'"
alt=
"Wired"
/>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/foxnews.png'"
alt=
"Fox News"
/>
</a>
</li>
<li>
<a
href=
"http
://podcasts.joerogan.net/podcasts/bill-ottman
"
href=
"http
s://www.independent.co.uk/news/business/indyventure/minds-facebook-alternative-deletefacebook-social-network-data-a8475841.html
"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/tjre.png'"
alt=
"The Joe Rogan Experience"
[src]=
"cdnAssetsUrl + 'assets/marketing/press-logos/independent.png'"
alt=
"Independent"
/>
</a>
</li>
<li>
<a
href=
"https://www.reuters.com/article/us-vietnam-cyber-usa/u-s-lawmakers-urge-google-facebook-to-resist-vietnam-cybersecurity-law-idUSKBN1K7147"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/reuters.png'"
alt=
"Reuters"
/>
</a>
</li>
<li>
<a
href=
"https://www.npr.org/2019/08/06/748810962/debate-over-policing-free-speech-intensifies-as-8chan-struggles-to-stay-online"
target=
"_blank"
>
<img
[src]=
"cdnAssetsUrl + 'assets/marketing/npr.png'"
alt=
"npr"
/>
</a>
</li>
</ul>
</div>
This diff is collapsed.
src/app/common/components/marketing/as-featured-in.component.scss
View file @
8669b85d
...
...
@@ -50,20 +50,8 @@
object-fit
:
contain
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
width
:
40px
;
height
:
40px
;
}
}
&
.m-marketingAsFeaturedIn__item--bigger
{
img
{
width
:
96px
;
height
:
96px
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
width
:
40px
;
height
:
40px
;
}
width
:
32px
;
height
:
32px
;
}
}
}
...
...
This diff is collapsed.
src/app/common/components/marketing/styles/style-3.scss
View file @
8669b85d
...
...
@@ -21,10 +21,13 @@
.m-marketing__body
{
position
:
relative
;
padding
:
95px
0
0
;
margin
:
auto
0
;
padding
:
0
;
min-height
:
330px
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
padding
:
0
30px
0
;
min-height
:
0
;
}
&
:
:
before
{
...
...
This diff is collapsed.
src/app/common/components/marketing/styles/style-4.scss
View file @
8669b85d
...
...
@@ -20,10 +20,13 @@
.m-marketing__body
{
position
:
relative
;
padding
:
95px
0
0
;
margin
:
auto
0
;
padding
:
0
;
min-height
:
360px
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
padding
:
0
30px
0
;
min-height
:
0
;
}
h2
{
...
...
This diff is collapsed.
src/assets/marketing/npr.png
0 → 100755
View file @
8669b85d
2.18 KB
This diff is collapsed.
src/assets/marketing/wsj.png
0 → 100755
View file @
8669b85d
11 KB
This diff is collapsed.