mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
asdf
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
parent
32ca8562be
commit
fc2b1162f4
Binary file not shown.
Before Width: | Height: | Size: 77 KiB |
BIN
src/assets/images/projectsegfault1.png
Normal file
BIN
src/assets/images/projectsegfault1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
src/assets/images/projectsegfault1_wallpaper.png
Normal file
BIN
src/assets/images/projectsegfault1_wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -1,6 +1,11 @@
|
||||
|
||||
<script lang="ts">
|
||||
import ProjectSegfaultLogo from "../assets/images/projectsegfault1.png";
|
||||
</script>
|
||||
<header>
|
||||
<a href="/" style="color: #3DB686">Project Segfault</a>
|
||||
|
|
||||
<img src={ProjectSegfaultLogo} id="ProjectSegfaultLogoHeader" alt="Why is this not loading? Anyway, project segfault's logo." />
|
||||
<a href="/" style="color: #ce1717">Project</a> <a href="/" style="color: #00d4aa">Segfault</a>
|
||||
|
||||
<a href="/instances">Instances</a>
|
||||
|
|
||||
<a href="/gameservers">Games</a>
|
||||
@ -19,4 +24,10 @@
|
||||
border-width: 1em;
|
||||
border-radius: 8px;
|
||||
}
|
||||
#ProjectSegfaultLogoHeader {
|
||||
/*Here goes anything to do with the header logo*/
|
||||
border-radius: 16px;
|
||||
width: 32px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Project Segfault Branding
|
||||
---
|
||||
<script lang="ts">
|
||||
import ProjectSegfaultWallpaperScreenshotW11 from "../assets/images/WallpaperScreenshotW11.png";
|
||||
import ProjectSegfaultWallpaper from "../assets/images/projectsegfault1_wallpaper.png";
|
||||
</script>
|
||||
|
||||
|
||||
@ -15,11 +15,14 @@ Our branding is protected under Creative Commonns Attribution-ShareAlike 4.0 Int
|
||||
|
||||
### Now let's get into the branding
|
||||
We put pretty much everything you need on IPFS. [Click me!](https://ipfs.io/ipfs/QmY3Z13o37oF5sW6mZn28AuYVAxENpsBvsAC1sKPQWKTEW)
|
||||
In that folder, you will find:
|
||||
|
||||
In that folder, you will find the following goodies:
|
||||
- projectsegfault1.kra (this is the base design)
|
||||
- projectsegfault1_gimp.xcf (this is where we applied the line-arty effect)
|
||||
- projectsegfault1.png (this is the Krita export, that is used in projectsegfault1_gimp.xcf)
|
||||
- projectsegfault1_gimp.png (this is the final logo)
|
||||
- projectsegfault1_wallpaper.png (This is a quickly-made 1080p wallpaper of our logo. It looks rather good!)
|
||||
|
||||
<img src={ProjectSegfaultWallpaperScreenshotW11} alt="Project Segfault Wallpaper Screenshot on Windows 11" class="ResponsiveImage pointyfinger" width="1600" height="900" onclick="window.open(this.src)">
|
||||
<img src={ProjectSegfaultWallpaper} alt="Project Segfault Wallpaper Screenshot on Windows 11" class="ResponsiveImage pointyfinger" width="1600" height="900" onclick="window.open(this.src)">
|
||||
|
||||
Odyssey346 designed these logos quickly in GIMP and Krita. FOSS software is good enough for making simple logos like ours.
|
Loading…
Reference in New Issue
Block a user