<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://ambersoftware.dev/Stylesheets/XHTML/Home.xsl"?>

<Home xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="https://www.w3.org/1999/xlink"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xsi:noNamespaceSchemaLocation="../Schemas/HomeSource.xsd">
    <Feedbar>
        <html:object type="application/xhtml+xml" height="300" width="225" data="https://ambersoftware.dev/Feeds/Articles.xml" />
        <html:object type="application/xhtml+xml" height="300" width="225" data="https://ambersoftware.dev/Feeds/Amber/RecentlyShared.xml" />
        <html:object type="application/xhtml+xml" height="150" width="225" data="https://ambersoftware.dev/Feeds/Amber/Myself.xml" />
        <html:object type="application/xhtml+xml" height="300" width="225" data="https://ambersoftware.dev/Feeds/Amber/MediaFeed.xml" />
        <html:object type="application/xhtml+xml" height="300" width="225" data="https://ambersoftware.dev/Feeds/Amber/PreviouslyShared.xml" />
    </Feedbar>
    
    <Main>
        <html:div id="main">
            <html:img src="https://ambersoftware.dev/Assets/SiteBanner.svg" width="1660" height="200" style="width: 100%; height: auto;"/>
            
            <html:h2>Welcome to my Web Site!</html:h2>
                    
            <html:p>This is my website where I "publish" articles. They're typically about things I either like or do not like, and I don't waste my time writing anything I don't care about.</html:p>
            
            <html:p>Eventually it will be available in three languages:</html:p>
            <html:ol>
                <html:li>Dutch</html:li>
                <html:li>English</html:li>
                <html:li>Spanish</html:li>
            </html:ol>
            <html:p>
                It will be delivered by my own CDN which provides acceptable coverage to regions which speak those three languages. 
                I will also support south-east Asia so I can claim it's providing global coverage.
            </html:p>
            
            <html:h2>About Me</html:h2>
            <html:p>In lieu of a more refined way to deliver this information, it lives here on the home page.</html:p>
            
            <html:p>I am a Software Engineer who, as I am writing this, realizes I have zero interest in actually writing this part. 
                Let's take a look at a list of things I know I like a lot:</html:p>
            <html:ul>
                <html:li>XML</html:li>
                <html:li>Rust</html:li>
                <html:li>C#</html:li>
                <html:li>XSL</html:li>
                <html:li>SVG</html:li>
                <html:li>Cool (Computer) Infrastructure Projects</html:li>
            </html:ul>
            
            <html:p>I want to write things about those things I am doing! 
                I've spent long enough <html:i>not</html:i> writing about anything I do to know what's definitely important enough to write about.</html:p>
            
            <html:h2>Privacy and Cookies</html:h2>
            <html:p>If you're lucky, you didn't notice the fact you were not prompted about Cookies or whatever in any way.</html:p>
            <html:p>The Web Site's (and my own) approach to your privacy (and cookies) is simple!</html:p>
            
            <html:h3>Cookies</html:h3>
            <html:p>You will always be informed if a feature of the Web Site requires instructing your User Agent to store a Cookie. 
                There is a standard modal, and you will need to positively confirm your interest in said cookie by pressing a button.</html:p>
            <html:p>(If the Modal existed, it'd go here as an example!)</html:p>
            <html:p>You may manage your cookies at any time with your Browser / User Agent. 
                You may also use the Web Site to manage your Cookies on your behalf with the Cookie Management page. I'd link it if it existed.</html:p>
            
            <html:h3>Privacy</html:h3>
            <html:p>The bottom line is: I don't want your data, I don't want to sell your data, I don't want to enable others to collect / sell / analyze your data.</html:p>
            <html:p>This site does not use Cloudflare, it does not use ReCaptcha, it doesn't use hCaptcha, it does not use Google Analytics, it does not use <html:i>any</html:i> service 
                that effectively just shatters your privacy (whether you're deluded into thinking you have privacy on the web or not) for no reason at all other than sheer laziness from all sides (including <html:i>you</html:i>).</html:p>
            <html:p>The site <html:i>will</html:i> enable such privacy-shattering pieces of centralized technology if the site is abused.</html:p>
            
            <html:p>Please see a privacy policy or card or whenever when it exists.</html:p>
            
            <html:h2>Generative Machine Learning Policy</html:h2>
            <html:p>Neither Generative Machine Learning output, nor its derivitives will be present on this site.</html:p>
            
            <html:p>I have no interest in the delusion of authorship through the use of said tools. 
                The writing on this site is creative work produced entirely by humans.</html:p>
            
            <html:p>No, not even garbage AI generated graphics or whatever. No generative machine learning "proofreading" (it's debatable if spellcheck even runs on the text, LOL), no "inspiration", no whatever. No.</html:p>
        </html:div>
    </Main>
        
    <Sidebar>
        <EmbedCard href="Contacts/Amber.xml" html:style="height: 500px; width: 100%;" />
        <EmbedCard href="Cards/CoolPlaces.xml" />
        <EmbedCard href="Cards/Webrings.xml" />
        <ArticleList>
            <!--If you're lucky enough to be processing this with an XML processor that isn't shit-->
        </ArticleList>
    </Sidebar>
    
    <Footer>
        <Column>
            
            <Contact>
                <!--If you're lucky enough to be processing this with an XML processor that isn't shit-->
            </Contact>
        </Column>
    </Footer>
</Home>