Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 98 additions & 38 deletions PyMemoryEditor/app/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 2 additions & 17 deletions assets/social-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
z-index: 2; margin-left: 30px;
filter: drop-shadow(0 22px 55px rgba(0,0,0,.6));
}
.right svg { width: 360px; height: 360px; }
.right img { width: 360px; height: 360px; }
</style>
</head>
<body>
Expand All @@ -82,22 +82,7 @@ <h1><span class="py">Py</span><span class="mem">Memory</span><span class="rest">
</div>
</div>
<div class="right">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<g fill="#9AA3B7">
<rect x="102" y="68" width="28" height="32" rx="3"/><rect x="142" y="68" width="28" height="32" rx="3"/><rect x="182" y="68" width="28" height="32" rx="3"/><rect x="222" y="68" width="28" height="32" rx="3"/><rect x="262" y="68" width="28" height="32" rx="3"/><rect x="302" y="68" width="28" height="32" rx="3"/><rect x="342" y="68" width="28" height="32" rx="3"/><rect x="382" y="68" width="28" height="32" rx="3"/>
<rect x="102" y="412" width="28" height="32" rx="3"/><rect x="142" y="412" width="28" height="32" rx="3"/><rect x="182" y="412" width="28" height="32" rx="3"/><rect x="222" y="412" width="28" height="32" rx="3"/><rect x="262" y="412" width="28" height="32" rx="3"/><rect x="302" y="412" width="28" height="32" rx="3"/><rect x="342" y="412" width="28" height="32" rx="3"/><rect x="382" y="412" width="28" height="32" rx="3"/>
<rect x="68" y="102" width="32" height="28" rx="3"/><rect x="68" y="142" width="32" height="28" rx="3"/><rect x="68" y="182" width="32" height="28" rx="3"/><rect x="68" y="222" width="32" height="28" rx="3"/><rect x="68" y="262" width="32" height="28" rx="3"/><rect x="68" y="302" width="32" height="28" rx="3"/><rect x="68" y="342" width="32" height="28" rx="3"/><rect x="68" y="382" width="32" height="28" rx="3"/>
<rect x="412" y="102" width="32" height="28" rx="3"/><rect x="412" y="142" width="32" height="28" rx="3"/><rect x="412" y="182" width="32" height="28" rx="3"/><rect x="412" y="222" width="32" height="28" rx="3"/><rect x="412" y="262" width="32" height="28" rx="3"/><rect x="412" y="302" width="32" height="28" rx="3"/><rect x="412" y="342" width="32" height="28" rx="3"/><rect x="412" y="382" width="32" height="28" rx="3"/>
</g>
<rect x="96" y="96" width="320" height="320" rx="26" fill="#0F1419" stroke="#2DD4BF" stroke-width="3"/>
<circle cx="120" cy="120" r="6" fill="#2DD4BF" opacity="0.75"/>
<g transform="translate(141, 141)">
<path fill="#3776AB" d="M 22,0 L 128,0 A 22,22 0 0 1 150,22 L 150,68 A 22,22 0 0 1 128,90 L 70,90 L 70,208 A 22,22 0 0 1 48,230 L 22,230 A 22,22 0 0 1 0,208 L 0,22 A 22,22 0 0 1 22,0 Z"/>
<path fill="#FFD43B" d="M 182,0 L 208,0 A 22,22 0 0 1 230,22 L 230,208 A 22,22 0 0 1 208,230 L 102,230 A 22,22 0 0 1 80,208 L 80,162 A 22,22 0 0 1 102,140 L 160,140 L 160,22 A 22,22 0 0 1 182,0 Z"/>
<circle cx="128" cy="42" r="9" fill="#FFFFFF"/>
<circle cx="102" cy="188" r="9" fill="#0F1419"/>
</g>
</svg>
<img src="../PyMemoryEditor/app/assets/icon.svg" alt="PyMemoryEditor icon" />
</div>
</body>
</html>
Binary file modified assets/social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading