1// yaw.cx/profile.cpp
2// Copyright (c) 2026 yaw.cx. All rights reserved lololo
3#include <about_me>
4#include <projects>
5
6namespace yaw {
7
8class Sheathed {
9public:
10// Hobbyist software engineer
11static constexpr const char* domain = "yaw.cx";
12static constexpr const char* alias = "0yaw";
13bool available = true;
14
15DiscordPresence presence = fetch("live");
17};
18
19const std::vector<Project> projects = {
20"Saturn",// Custom Deezer client made in Flutter. Fully open-source and available on all platforms.
26};
27
28namespace links {
29auto github = "github.com/Sheathed";
30auto discord = "0yaw";
30auto discord_legacy = "Anger#0001";
31auto x = "@yawify";
32auto email = "me@yaw.cx";
33}
34
35// TODO: click on all of these
37
38} // namespace yaw