|
| 1 | +<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 2 | +<!-- * * * * * * * * * * * The content below * * * * * * * * * * * --> |
| 3 | +<!-- * * * * * * * * * * is only a placeholder * * * * * * * * * * --> |
| 4 | +<!-- * * * * * * * * * * and can be replaced. * * * * * * * * * * * --> |
| 5 | +<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 6 | +<!-- * * * * * * * * * Delete the template below * * * * * * * * * * --> |
| 7 | +<!-- * * * * * * * to get started with your project! * * * * * * * * --> |
| 8 | +<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --> |
| 9 | + |
| 10 | +<style> |
| 11 | + :host { |
| 12 | + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
| 13 | + font-size: 14px; |
| 14 | + color: #333; |
| 15 | + box-sizing: border-box; |
| 16 | + -webkit-font-smoothing: antialiased; |
| 17 | + -moz-osx-font-smoothing: grayscale; |
| 18 | + } |
| 19 | + |
| 20 | + .content { |
| 21 | + display: flex; |
| 22 | + margin: 82px auto 32px; |
| 23 | + padding: 0 16px; |
| 24 | + max-width: 960px; |
| 25 | + flex-direction: column; |
| 26 | + align-items: center; |
| 27 | + } |
| 28 | + |
| 29 | + .card-container { |
| 30 | + display: flex; |
| 31 | + flex-wrap: wrap; |
| 32 | + justify-content: center; |
| 33 | + margin-top: 16px; |
| 34 | + } |
| 35 | + |
| 36 | + .card { |
| 37 | + border-radius: 4px; |
| 38 | + border: 1px solid #eee; |
| 39 | + background-color: #fafafa; |
| 40 | + height: 40px; |
| 41 | + width: 200px; |
| 42 | + margin: 0 8px 16px; |
| 43 | + padding: 16px; |
| 44 | + display: flex; |
| 45 | + flex-direction: row; |
| 46 | + justify-content: center; |
| 47 | + align-items: center; |
| 48 | + transition: all 0.2s ease-in-out; |
| 49 | + line-height: 24px; |
| 50 | + } |
| 51 | + |
| 52 | + .card-container .card:not(:last-child) { |
| 53 | + margin-right: 0; |
| 54 | + } |
| 55 | + |
| 56 | + .card.card-small { |
| 57 | + height: 16px; |
| 58 | + width: 168px; |
| 59 | + } |
| 60 | + |
| 61 | + .card-container .card:not(.highlight-card) { |
| 62 | + cursor: pointer; |
| 63 | + } |
| 64 | + |
| 65 | + .card-container .card:not(.highlight-card):hover { |
| 66 | + transform: translateY(-3px); |
| 67 | + box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35); |
| 68 | + } |
| 69 | + |
| 70 | + .card.highlight-card { |
| 71 | + background-color: #1976d2; |
| 72 | + color: white; |
| 73 | + font-weight: 600; |
| 74 | + border: none; |
| 75 | + width: auto; |
| 76 | + min-width: 30%; |
| 77 | + position: relative; |
| 78 | + } |
| 79 | + |
| 80 | + .card.card.highlight-card span { |
| 81 | + margin-left: 60px; |
| 82 | + } |
| 83 | + |
| 84 | + svg#rocket { |
| 85 | + width: 80px; |
| 86 | + position: absolute; |
| 87 | + left: -10px; |
| 88 | + top: -24px; |
| 89 | + } |
| 90 | + |
| 91 | + svg#rocket-smoke { |
| 92 | + height: calc(100vh - 95px); |
| 93 | + position: absolute; |
| 94 | + top: 10px; |
| 95 | + right: 180px; |
| 96 | + z-index: -10; |
| 97 | + } |
| 98 | + |
| 99 | + advanced-image { |
| 100 | + border-top: 10px solid black; |
| 101 | + } |
| 102 | +</style> |
| 103 | + |
| 104 | +<div class="content" role="main"> |
| 105 | + |
| 106 | + <!-- Highlight Card --> |
| 107 | + <div class="card highlight-card card-small"> |
| 108 | + |
| 109 | + <svg id="rocket" alt="Rocket Ship" xmlns="http://www.w3.org/2000/svg" width="101.678" height="101.678" |
| 110 | + viewBox="0 0 101.678 101.678"> |
| 111 | + <g id="Group_83" data-name="Group 83" transform="translate(-141 -696)"> |
| 112 | + <circle id="Ellipse_8" data-name="Ellipse 8" cx="50.839" cy="50.839" r="50.839" transform="translate(141 696)" |
| 113 | + fill="#dd0031" /> |
| 114 | + <g id="Group_47" data-name="Group 47" transform="translate(165.185 720.185)"> |
| 115 | + <path id="Path_33" data-name="Path 33" |
| 116 | + d="M3.4,42.615a3.084,3.084,0,0,0,3.553,3.553,21.419,21.419,0,0,0,12.215-6.107L9.511,30.4A21.419,21.419,0,0,0,3.4,42.615Z" |
| 117 | + transform="translate(0.371 3.363)" fill="#fff" /> |
| 118 | + <path id="Path_34" data-name="Path 34" |
| 119 | + d="M53.3,3.221A3.09,3.09,0,0,0,50.081,0,48.227,48.227,0,0,0,18.322,13.437c-6-1.666-14.991-1.221-18.322,7.218A33.892,33.892,0,0,1,9.439,25.1l-.333.666a3.013,3.013,0,0,0,.555,3.553L23.985,43.641a2.9,2.9,0,0,0,3.553.555l.666-.333A33.892,33.892,0,0,1,32.647,53.3c8.55-3.664,8.884-12.326,7.218-18.322A48.227,48.227,0,0,0,53.3,3.221ZM34.424,9.772a6.439,6.439,0,1,1,9.106,9.106,6.368,6.368,0,0,1-9.106,0A6.467,6.467,0,0,1,34.424,9.772Z" |
| 120 | + transform="translate(0 0.005)" fill="#fff" /> |
| 121 | + </g> |
| 122 | + </g> |
| 123 | + </svg> |
| 124 | + |
| 125 | + <span>{{ title }} app is running!</span> |
| 126 | + |
| 127 | + <svg id="rocket-smoke" alt="Rocket Ship Smoke" xmlns="http://www.w3.org/2000/svg" width="516.119" height="1083.632" |
| 128 | + viewBox="0 0 516.119 1083.632"> |
| 129 | + <path id="Path_40" data-name="Path 40" |
| 130 | + d="M644.6,141S143.02,215.537,147.049,870.207s342.774,201.755,342.774,201.755S404.659,847.213,388.815,762.2c-27.116-145.51-11.551-384.124,271.9-609.1C671.15,139.365,644.6,141,644.6,141Z" |
| 131 | + transform="translate(-147.025 -140.939)" fill="#f5f5f5" /> |
| 132 | + </svg> |
| 133 | + |
| 134 | + </div> |
| 135 | + |
| 136 | + <div class="card-container"> |
| 137 | + <div class="card-"> |
| 138 | + <advanced-image [cldImg]="img" alt="test" title="test" class="cld-image"></advanced-image> |
| 139 | + </div> |
| 140 | + </div> |
| 141 | +</div> |
0 commit comments