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
796
Issues
796
List
Boards
Labels
Service Desk
Milestones
Merge Requests
61
Merge Requests
61
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
0405ea36
Commit
0405ea36
authored
2 hours ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): add new whitepapers for price raise
parent
f7fe5309
master
No related merge requests found
Pipeline
#69422401
passed with stages
in 34 minutes and 53 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
6 deletions
+6
-6
topbar.component.html
src/app/common/layout/topbar/topbar.component.html
+1
-1
user-menu.component.html
src/app/common/layout/v2-topbar/user-menu.component.html
+1
-1
marketing.component.html
...app/modules/blockchain/marketing/marketing.component.html
+2
-2
purchase.component.html
src/app/modules/blockchain/marketing/purchase.component.html
+1
-1
101.component.html
src/app/modules/wallet/tokens/101/101.component.html
+1
-1
Specs-v0.5.pdf
src/assets/documents/Specs-v0.5.pdf
+0
-0
Whitepaper-v0.5.pdf
src/assets/documents/Whitepaper-v0.5.pdf
+0
-0
No files found.
src/app/common/layout/topbar/topbar.component.html
View file @
0405ea36
...
...
@@ -102,7 +102,7 @@
>
<a
target=
"_blank"
[
href
]="
minds
.
cdn_assets_url
+
'
assets
/
documents
/
Whitepaper-v0
.
3
.
pdf
'"
[
href
]="
minds
.
cdn_assets_url
+
'
assets
/
documents
/
Whitepaper-v0
.
5
.
pdf
'"
>
<i
class=
"material-icons"
>
description
</i>
<span>
Whitepaper
</span>
...
...
This diff is collapsed.
Click to expand it.
src/app/common/layout/v2-topbar/user-menu.component.html
View file @
0405ea36
...
...
@@ -105,7 +105,7 @@
class=
"m-dropdownList__item m-user-menuDropdown__Item"
(
click
)="
closeMenu
()"
>
<a
target=
"_blank"
[
href
]="
minds
.
cdn_assets_url
+
'
assets
/
documents
/
Whitepaper-v0
.
3
.
pdf
'"
>
<a
target=
"_blank"
[
href
]="
minds
.
cdn_assets_url
+
'
assets
/
documents
/
Whitepaper-v0
.
5
.
pdf
'"
>
<i
class=
"material-icons"
>
description
</i>
<span
i18n
>
Whitepaper
</span>
</a>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/blockchain/marketing/marketing.component.html
View file @
0405ea36
...
...
@@ -35,9 +35,9 @@
<section
class=
"m-marketing--section"
>
<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.
4
.pdf"
>
Whitepaper (PDF)
</a>
<a
class=
"m-btn m-btn--slim m-btn--action"
target=
"_blank"
href=
"https://cdn-assets.minds.com/front/dist/assets/documents/Whitepaper-v0.
5
.pdf"
>
Whitepaper (PDF)
</a>
<a
class=
"m-btn m-btn--slim m-btn--action"
target=
"_blank"
routerLink=
"/wallet/tokens/101"
>
Token 101
</a>
<a
class=
"m-btn m-btn--slim m-btn--action"
target=
"_blank"
href=
"https://cdn-assets.minds.com/front/dist/assets/documents/Specs-v0.
4
.pdf"
>
Specs (PDF)
</a>
<a
class=
"m-btn m-btn--slim m-btn--action"
target=
"_blank"
href=
"https://cdn-assets.minds.com/front/dist/assets/documents/Specs-v0.
5
.pdf"
>
Specs (PDF)
</a>
</div>
</section>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/blockchain/marketing/purchase.component.html
View file @
0405ea36
...
...
@@ -50,7 +50,7 @@
</td>
<td
class=
"m-blockchain--marketing--pledge--input"
style=
"text-align: left"
>
<m-tooltip
anchor=
"left"
i18n=
"@@MINDS__TOPBAR__TOP__OPEN_TRENDING_ITEM_TOOLTIP"
>
<span
m-tooltip--anchor
class=
"m-blockchain--marketing--pledges--eth-subtext"
>
1 Token = $
0.1
5 USD = {{ 1 / rate}} ETH
</span>
<span
m-tooltip--anchor
class=
"m-blockchain--marketing--pledges--eth-subtext"
>
1 Token = $
1.2
5 USD = {{ 1 / rate}} ETH
</span>
<ng-container>
ETH amount is based on the current USD/ETH rate and is updated in regular intervals
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/wallet/tokens/101/101.component.html
View file @
0405ea36
...
...
@@ -6,7 +6,7 @@
<div
class=
"m-layout--spacer"
></div>
<div
class=
"m-token-101--whitepaper"
>
<a
class=
"m-btn m-btn--action"
href=
"https://cdn-assets.minds.com/front/dist/assets/documents/Whitepaper-v0.
3
.pdf"
target=
"_blank"
i18n=
"@@WALLET__TOKENS__101__DOWNLOAD_WHITEPAPER_ACTION"
>
<a
class=
"m-btn m-btn--action"
href=
"https://cdn-assets.minds.com/front/dist/assets/documents/Whitepaper-v0.
5
.pdf"
target=
"_blank"
i18n=
"@@WALLET__TOKENS__101__DOWNLOAD_WHITEPAPER_ACTION"
>
Download Whitepaper
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/assets/documents/Specs-v0.5.pdf
0 → 100644
View file @
0405ea36
File added
This diff is collapsed.
Click to expand it.
src/assets/documents/Whitepaper-v0.5.pdf
0 → 100644
View file @
0405ea36
File added
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