Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
to
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matrix
to
Commits
0483e9f7
Commit
0483e9f7
authored
9 years ago
by
Matthew Hodgson
Browse files
Options
Downloads
Patches
Plain Diff
add some logos & a link to the source
parent
e71ee8f4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site.css
+3
-0
3 additions, 0 deletions
site.css
src/components/HomePage.js
+12
-7
12 additions, 7 deletions
src/components/HomePage.js
with
15 additions
and
7 deletions
site.css
+
3
−
0
View file @
0483e9f7
...
...
@@ -115,6 +115,9 @@ body {
}
.mxt_HomePage_link_logo
{
vertical-align
:
top
;
text-align
:
center
;
padding-right
:
15px
;
}
.mxt_HomePage_link_name
{
...
...
This diff is collapsed.
Click to expand it.
src/components/HomePage.js
+
12
−
7
View file @
0483e9f7
...
...
@@ -19,7 +19,7 @@ import React from 'react'
var
linkable_clients
=
[
{
name
:
"
Vector
"
,
logo
:
""
,
logo
:
"
img/vector-48px.png
"
,
author
:
"
Vector.im
"
,
homepage
:
"
https://vector.im
"
,
room_url
(
alias
)
{
return
"
https://vector.im/beta/#/room/
"
+
alias
},
...
...
@@ -30,7 +30,7 @@ var linkable_clients = [
},
{
name
:
"
Matrix Console
"
,
logo
:
""
,
logo
:
"
img/console-48px.png
"
,
author
:
"
Matrix.org
"
,
homepage
:
"
https://matrix.org
"
,
room_url
(
alias
)
{
return
"
https://matrix.org/beta/#/room/
"
+
alias
},
...
...
@@ -42,7 +42,7 @@ var linkable_clients = [
var
unlinkable_clients
=
[
{
name
:
"
Weechat
"
,
logo
:
""
,
logo
:
"
img/weechat-48px.png
"
,
author
:
"
Tor Hveem
"
,
homepage
:
"
https://github.com/torhve/weechat-matrix-protocol-script
"
,
maturity
:
"
Late beta
"
,
...
...
@@ -52,7 +52,7 @@ var unlinkable_clients = [
},
{
name
:
"
Quaternion
"
,
logo
:
""
,
logo
:
"
img/quaternion-48px.png
"
,
author
:
"
Felix Rohrbach
"
,
homepage
:
"
https://github.com/Fxrh/Quaternion
"
,
maturity
:
"
Late alpha
"
,
...
...
@@ -62,7 +62,7 @@ var unlinkable_clients = [
},
{
name
:
"
Tensor
"
,
logo
:
""
,
logo
:
"
img/tensor-48px.png
"
,
author
:
"
David A Roberts
"
,
homepage
:
"
https://github.com/davidar/tensor
"
,
maturity
:
"
Late alpha
"
,
...
...
@@ -72,7 +72,7 @@ var unlinkable_clients = [
},
{
name
:
"
Tensor2
"
,
logo
:
""
,
logo
:
"
img/tensor-48px.png
"
,
author
:
"
David A Roberts
"
,
homepage
:
"
https://github.com/davidar/tensor2
"
,
maturity
:
"
Alpha
"
,
...
...
@@ -82,7 +82,7 @@ var unlinkable_clients = [
},
{
name
:
"
PTO (Perpetually Talking Online)
"
,
logo
:
""
,
logo
:
"
img/pto-48px.png
"
,
author
:
"
Torrie Fischer
"
,
homepage
:
"
https://pto.im
"
,
//room_url(alias) { return "irc://irc.matrix.org/" + alias },
...
...
@@ -390,6 +390,11 @@ export default React.createClass({
essentially
a
compatibility
step
in
the
journey
towards
a
<
a
href
=
"
https://matrix.org/jira/browse/SPEC-5
"
>
ubiquitous
mx
:
//</a> URL scheme.
<
/p
>
<
p
>
As
with
all
of
Matrix
,
Matrix
.
to
is
released
as
open
source
under
the
terms
of
the
<
a
href
=
"
http://www.apache.org/licenses/LICENSE-2.0
"
>
Apache
License
v2
.
0
<
/a> - get the sourc
e
from
<
a
href
=
"
https://github.com/matrix-org/matrix.to
"
>
Github
<
/a>
.
<
/p
>
<
/div
>
<
/div
>
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment