diff options
-rw-r--r-- | ClassicDetailFlickable.ui.qml | 2 | ||||
-rw-r--r-- | Darapsa.svg | 7 | ||||
-rw-r--r-- | DetailCardItem.ui.qml | 2 | ||||
-rw-r--r-- | GridCardItem.ui.qml | 2 |
4 files changed, 3 insertions, 10 deletions
diff --git a/ClassicDetailFlickable.ui.qml b/ClassicDetailFlickable.ui.qml index 5e40de1..3027acf 100644 --- a/ClassicDetailFlickable.ui.qml +++ b/ClassicDetailFlickable.ui.qml @@ -51,7 +51,7 @@ Flickable { Image { id: image - source: "Darapsa.svg" + source: "https://eduport.webestica.com/assets/images/courses/4by3/01.jpg" sourceSize { width: parent.width - 16 height: parent.width * 3 / 4 diff --git a/Darapsa.svg b/Darapsa.svg deleted file mode 100644 index 928642a..0000000 --- a/Darapsa.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg width="650" height="450" viewBox="0 0 650 450" fill="none" xmlns="http://www.w3.org/2000/svg"> -<rect width="650" height="450" fill="white"/> -<path fill-rule="evenodd" clip-rule="evenodd" d="M231.026 361.743L244.283 375L356.207 263.076C359.861 264.183 363.737 264.779 367.753 264.779C389.718 264.779 407.524 246.969 407.524 225C407.524 203.031 389.718 185.222 367.753 185.222C363.745 185.222 359.876 185.814 356.228 186.917L244.311 75L231.054 88.2573L339.65 196.853C332.441 204.053 327.982 214.006 327.982 225C327.982 235.987 332.435 245.934 339.636 253.133L231.026 361.743ZM367.753 244.889C378.735 244.889 387.638 235.985 387.638 225C387.638 214.015 378.735 205.111 367.753 205.111C356.77 205.111 347.867 214.015 347.867 225C347.867 235.985 356.77 244.889 367.753 244.889Z" fill="black"/> -<path fill-rule="evenodd" clip-rule="evenodd" d="M178 335.525L191.257 348.782L314.901 225.138L191.28 101.516L178.023 114.773L288.387 225.138L178 335.525Z" fill="black"/> -<path fill-rule="evenodd" clip-rule="evenodd" d="M314.901 335.525L301.644 348.782L178 225.138L301.621 101.516L314.878 114.773L204.514 225.138L314.901 335.525Z" fill="black"/> -<path fill-rule="evenodd" clip-rule="evenodd" d="M471.952 200.538L458.695 187.281L421.191 224.784L458.688 262.281L471.945 249.024L447.705 224.784L471.952 200.538Z" fill="black"/> -</svg> diff --git a/DetailCardItem.ui.qml b/DetailCardItem.ui.qml index 7d07494..e7f4ffe 100644 --- a/DetailCardItem.ui.qml +++ b/DetailCardItem.ui.qml @@ -3,7 +3,7 @@ import QtQuick.Controls 2.15 import QtGraphicalEffects 1.15 Item { - property string imageSource: "Darapsa.svg" + property string imageSource: "https://eduport.webestica.com/assets/images/courses/4by3/01.jpg" property alias buy: buy DropShadow { diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index 0eb4a24..f20dfe6 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -3,7 +3,7 @@ import QtQuick.Controls 2.15 import QtGraphicalEffects 1.15 Item { - property string imageSource: "Darapsa.svg" + property string imageSource: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg" readonly property color allLevelsColor: "#ff6f42c1" readonly property color beginnerColor: "#ff0cbc87" readonly property color intermediateColor: "#ff17a2b8" |