mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 18:03:27 +02:00
Updated interface login page
This commit is contained in:
parent
0bdfdfff4a
commit
2a8b92e683
3 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
||||||
// Created by David Rowe on 3 Jun 2015
|
// Created by David Rowe on 3 Jun 2015
|
||||||
// Copyright 2015 High Fidelity, Inc.
|
// Copyright 2015 High Fidelity, Inc.
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
//
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
@ -84,7 +85,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "../images/high-fidelity-banner.svg"
|
source: "../images/project-athena-banner-color2.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -356,7 +356,7 @@ Item {
|
||||||
font.pixelSize: linkAccountBody.textFieldFontSize
|
font.pixelSize: linkAccountBody.textFieldFontSize
|
||||||
font.bold: linkAccountBody.fontBold
|
font.bold: linkAccountBody.fontBold
|
||||||
|
|
||||||
text: "<a href='https://highfidelity.com/users/password/new'> Can't access your account?</a>"
|
text: "<a href='metaverse.projectathena.io/users/password/new'> Can't access your account?</a>"
|
||||||
|
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
@ -480,7 +480,7 @@ Item {
|
||||||
leftMargin: hifi.dimensions.contentSpacing.x
|
leftMargin: hifi.dimensions.contentSpacing.x
|
||||||
}
|
}
|
||||||
|
|
||||||
text: "<a href='https://highfidelity.com'>Sign Up</a>"
|
text: "<a href='metaverse.projectathena.io/users/register'>Sign Up</a>"
|
||||||
|
|
||||||
linkColor: hifi.colors.blueAccent
|
linkColor: hifi.colors.blueAccent
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
|
|
|
@ -395,7 +395,7 @@ Item {
|
||||||
text: signUpBody.termsContainerText
|
text: signUpBody.termsContainerText
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// with the link.
|
// with the link.
|
||||||
termsText.text = qsTr("By signing up, you agree to <a href='https://www.highfidelity.com/termsofservice'>High Fidelity's Terms of Service</a>")
|
termsText.text = qsTr("By signing up, you agree to <a href='https://projectathena.io/termsofservice'>High Fidelity's Terms of Service</a>")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue