Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
815
Issues
815
List
Boards
Labels
Service Desk
Milestones
Merge Requests
73
Merge Requests
73
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
1d9aa9fa
Commit
1d9aa9fa
authored
8 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): upgrade homepage experiment to full userbase
parent
19b1963d
master
No related merge requests found
Pipeline
#68771475
pending with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
67 deletions
+0
-67
homepage.component.html
src/app/modules/homepage/homepage.component.html
+0
-67
No files found.
src/app/modules/homepage/homepage.component.html
View file @
1d9aa9fa
...
...
@@ -42,73 +42,6 @@
</section>
<ng-container
*
mExperiment=
"'Homepage200619';bucket:'base'"
>
<section
class=
"m-homepage--section m-homepage"
style=
"padding-top:0; padding-bottom: 0;"
>
<div
class=
"m-homepage--section--grid"
>
<h2
style=
"text-align: center; width: 100%"
i18n=
"@@MINDS__HOME__HOMEPAGE__OUT_CORE_PRINCIPLES"
>
Our core principles
</h2>
</div>
<div
class=
"m-homepage--section--grid"
>
<div
class=
"m-homepage--section--grid-col"
>
<i
class=
"material-icons"
>
language
</i>
<h4
class=
""
i18n=
"@@HOMEPAGE__NONPARTISAN_SUBTITLE"
>
Nonpartisan (r)evolution of ideas and
<b>
global consciousness
</b>
</h4>
</div>
<div
class=
"m-homepage--section--grid-col"
>
<i
class=
"material-icons"
>
record_voice_over
</i>
<h4
class=
""
i18n=
"@@HOMEPAGE__REAL_WORLD_SOLUTIONS_SUBTITLE"
>
<b>
Real world solutions
</b>
with free speech,
co-ownership and open discourse
</h4>
</div>
<div
class=
"m-homepage--section--grid-col"
>
<i
class=
"material-icons"
>
favorite
</i>
<h4
class=
""
i18n=
"@@HOMEPAGE__PRIVACY_AND_TRANSPARENCY_SUBTITLE"
>
Privacy and transparency with encryption and
<b>
open source software
</b>
</h4>
</div>
</div>
</section>
<section
class=
"m-marketing--section"
style=
"padding-top: 8px; padding-bottom: 16px;"
>
<div
class=
"m-blockchain--marketing--links"
>
<a
class=
"m-btn m-btn--slim m-btn--action"
target=
"_blank"
href=
"https://cdn-assets.minds.com/front/dist/assets/documents/Whitepaper-v0.3.pdf"
>
Whitepaper (PDF)
</a>
<a
class=
"m-btn m-btn--slim m-btn--action"
target=
"_blank"
routerLink=
"/tokens"
>
Get Tokens
</a>
</div>
</section>
<span
class=
"mdl-color--grey-100"
style=
"width: 100%; height: 1px; display: block;"
></span>
<div
class=
"mdl-grid mdl-grid--no-spacing m-homepage--stream"
>
<h4
class=
"mdl-color-text--blue-grey-200 mdl-cell--12-col"
i18n=
"@@HOMEPAGE__FEATURED_POSTS_TITLE"
>
Featured Posts
</h4>
<section
class=
"mdl-cell mdl-cell--4-col"
>
<minds-activity
[
object
]="
activity
"
*
ngFor=
"let activity of stream[1]"
></minds-activity>
</section>
<section
class=
"mdl-cell mdl-cell--4-col"
>
<minds-activity
[
object
]="
activity
"
*
ngFor=
"let activity of stream[2]"
></minds-activity>
</section>
<section
class=
"mdl-cell mdl-cell--4-col"
>
<minds-activity
[
object
]="
activity
"
*
ngFor=
"let activity of stream[3]"
></minds-activity>
</section>
<div
[
hidden
]="!
inProgress
"
style=
"width:100%; text-align:center; "
>
<div
class=
"mdl-spinner mdl-js-spinner is-active"
[
mdl
]
style=
"margin: 16px auto;"
></div>
</div>
<div
class=
"m-homepage--fader"
[
hidden
]="
inProgress
"
*
ngIf=
"false"
>
<div
class=
"m-homepage--fader--load-more"
(
click
)="
loadStream
()"
i18n=
"@@MINDS__HOME__HOMEPAGE__SEE_MORE_ACTION"
>
Click To See more
</div>
</div>
</div>
</ng-container>
<div
class=
"mdl-grid mdl-grid--no-spacing m-homepage--footer"
>
<section
class=
"mdl-cell mdl-cell--12-col m-footer"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment