Skip to content

Commit 88245aa

Browse files
committed
initial commit
0 parents  commit 88245aa

30 files changed

+2599
-0
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Lars Gerber
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

index.html

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<style>
2+
* {
3+
margin: 0;
4+
padding: 0;
5+
}
6+
7+
div {
8+
height: 600px;
9+
width: 100%;
10+
display: flex;
11+
justify-content: space-between;
12+
}
13+
14+
.logo {
15+
fill: #ffffff;
16+
background-color: #000000;
17+
width: 100%;
18+
height: 100%;
19+
padding: 5rem;
20+
}
21+
</style>
22+
23+
<body>
24+
<div>
25+
<svg class="logo">
26+
<use xlink:href="svg/logo-text.svg#Layer_1"></use>
27+
</svg>
28+
<svg class="logo">
29+
<use xlink:href="svg/logo.svg#Layer_1"></use>
30+
</svg>
31+
<svg class="logo">
32+
<use xlink:href="svg/text.svg#Layer_1"></use>
33+
</svg>
34+
</div>
35+
</body>

jpg/black-logo-text.jpg

48.4 KB
Loading

jpg/black-logo.jpg

46.4 KB
Loading

jpg/black-text.jpg

42 KB
Loading

jpg/luxury-monogram_2750x1850.jpg

1.85 MB
Loading

jpg/luxury-monogram_3600x2400.jpg

4.51 MB
Loading

jpg/white-logo-text.jpg

46 KB
Loading

jpg/white-logo.jpg

44 KB
Loading

jpg/white-text.jpg

39.6 KB
Loading

png/black-logo-text.png

13.8 KB
Loading

png/black-logo.png

12 KB
Loading

png/black-text.png

9.88 KB
Loading

png/white-logo-text.png

12.9 KB
Loading

png/white-logo.png

11.3 KB
Loading

png/white-text.png

9.41 KB
Loading

qr/black-code.png

43.7 KB
Loading

qr/black-code.svg

+578
Loading

qr/generator.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.qrcode-monkey.com

qr/white-code.png

47.1 KB
Loading

qr/white-code.svg

+578
Loading

readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Showcase of my logo
2+
3+
![Showcase](/src/demo.png "Showcase")
4+
5+
Logo designed by [Loom Designs](https://www.fiverr.com/dilini9496) (07.12.2020)

src/banner.png

26.1 KB
Loading

src/demo.png

21.9 KB
Loading

src/export.ai

+1,355
Large diffs are not rendered by default.

src/export.eps

4.37 MB
Binary file not shown.

src/github-preview.png

571 KB
Loading

svg/logo-text.svg

+12
Loading

svg/logo.svg

+7
Loading

svg/text.svg

+7
Loading

0 commit comments

Comments
 (0)