Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
5d3807e2
Commit
5d3807e2
authored
Oct 18, 2018
by
Clint Mourlevat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding some metas / twitter card
parent
390de8e5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
4 deletions
+14
-4
ApiController.cs
Controllers/ApiController.cs
+1
-1
Contact.cshtml
Views/Home/Contact.cshtml
+1
-0
Index.cshtml
Views/Home/Index.cshtml
+1
-2
_Layout.cshtml
Views/Shared/_Layout.cshtml
+11
-1
No files found.
Controllers/ApiController.cs
View file @
5d3807e2
...
...
@@ -38,7 +38,7 @@ namespace Stratis.Guru.Controllers
Last24Change
=
coinmarketcap
.
data
.
quotes
.
USD
.
percent_change_24h
/
100
};
}
catch
(
Exception
e
)
catch
{
//TODO: implement errors / logging
return
null
;
...
...
Views/Home/Contact.cshtml
View file @
5d3807e2
@{
ViewBag.Title = "Contact Me";
Layout = "_Layout";
}
<section class="welcome-area" id="welcome-1">
...
...
Views/Home/Index.cshtml
View file @
5d3807e2
@model Ticker
@{
ViewBag.Title = "Online ticker for Stratis";
ViewData["Title"] = "Home Page";
ViewBag.Title = "Online Stratis ($STRAT) price ticker";
}
<section class="welcome-area" id="welcome-1">
<div class="header-token">
...
...
Views/Shared/_Layout.cshtml
View file @
5d3807e2
...
...
@@ -4,7 +4,17 @@
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Stratis.guru | @ViewBag.Title
</title>
<title>
Stratis.Guru | @ViewBag.Title
</title>
<meta
name=
"Content-Language"
content=
"en"
>
<meta
name=
"Description"
content=
"Stratis.Guru is a Simple and Free $STRAT ticker, an Stratis Address Generator and a Vanity Address service."
>
<meta
name=
"Author"
content=
"Clint.Network"
>
<meta
name=
"Identifier-Url"
content=
"http://stratis.guru"
>
<meta
name=
"Reply-To"
content=
"stratis-guru@volto.io"
>
<meta
name=
"Revisit-After"
content=
"1 day"
>
<meta
name=
"twitter:card"
content=
"summary"
>
<meta
name=
"twitter:site"
content=
"clint_network"
>
<meta
name=
"twitter:title"
content=
"Stratis.Guru | Online Stratis ($STRAT) price ticker"
>
<meta
name=
"twitter:description"
content=
"Stratis.Guru is a Simple and Free $STRAT ticker, an Stratis Address Generator and a Vanity Address service."
>
<link
rel=
"icon"
href=
"~/favicon.ico"
/>
<link
href=
"~/css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"~/css/font-awesome.min.css"
rel=
"stylesheet"
type=
"text/css"
>
...
...
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