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
19FEATURED
20const Featured featured_project = {
22};
23
24const std::vector<Project> projects = {
25"Saturn",// Custom Deezer client made in Flutter. Fully open-source and available on all platforms.
31};
32
33namespace links {
34auto github = "github.com/Sheathed";
35auto discord = "0yaw";
36auto discord_legacy = "Anger#0001";
37auto x = "@yawify";
38auto email = "me@yaw.cx";
39}
40
41// TODO: click on all of these
43
44} // namespace yaw