Jump to content

Hi, Very new to all this.


YouKnowMe

Recommended Posts

Hi, I am very new to all this, I am just wanting to stop by to introduce myself and say Hi.

My name is Dave and I Identify as a Demi-Heteroromantic Asexual cisgender Male (pronouns He/Him), I have only recently in the last 2-3 months finely gave any thought to who/what I am and am trying to make sense of it all... it is going well so far. A little about myself, I am 34 years old today actually, I was a Professional chef for ten years but now I have gone to work for myself programming/designing video games (which is way more fun).

 

I am looking forward to participating a lot in these forums making friends and just figuring life out.

I also apologise for any bad spelling/grammar, I am also dyslexic. 

 

Link to post
Share on other sites

You program and design video-games? Cool! 

Have a cake! (It's AVEN tradition)

I couldn't find any good programming cakes, so this'll have to do:

<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8">

        <style>

            @-webkit-keyframes flames {

                0% {

                    height: 2.2em;

                    -webkit-transform: rotate(0.5deg);

                    transform: rotate(0.5deg);

                    opacity: 0.8;

                }

                100% {

                    height: 2.5em;

                    -webkit-transform: rotate(-0.5deg);

                    transform: rotate(-0.5deg);

                    border-radius: 50% / 30%;

                    border-top-right-radius: 50% 60%;

                    border-top-left-radius: 50% 60%;

                    opacity: 1;

                }

            }

            @keyframes flames {

            0% {

            height: 2.2em;

            -webkit-transform: rotate(0.5deg);

            transform: rotate(0.5deg);

            opacity: 0.8;

            }

            100% {

            height: 2.5em;

            -webkit-transform: rotate(-0.5deg);

            transform: rotate(-0.5deg);

            border-radius: 50% / 30%;

            border-top-right-radius: 50% 60%;

            border-top-left-radius: 50% 60%;

            opacity: 1;

            }

            }

            @-webkit-keyframes candles {

                0% {

                    height: 10em;

                    border-radius: 50% / 5%;

                }

                100% {

                    height: 2em;

                    border-radius: 50% / 25%;

                }

            }

            @keyframes candles {

                0% {

                    height: 10em;

                    border-radius: 50% / 5%;

                }

                100% {

                    height: 2em;

                    border-radius: 50% / 25%;

                }

            }

            *,

            *::before,

            *::after {

                box-sizing: border-box;

            }

            body {

                background: #ffe0e5;

                color: #864313;

                font-size: 12px;

            }

            .title {

                text-align: center;

                font-size: 3em;

            }

            .cake {

                height: 30em;

                width: 30em;

                margin: 10em auto 0;

                position: relative;

                border-radius: 100% / 50%;

                background: #7b3d11;

                border-bottom: 0.25em solid #2d1606;

            }

            .cake::before {

                content: '';

                position: absolute;

                top: 0;

                left: 0;

                right: 0;

                bottom: 0;

                height: 15em;

                border-radius: 50%;

                background: #7b3d79;

                border-bottom: 0.5em solid #221105;

                z-index: 10;

            }

            .cake::after {

                content: '';

                position: absolute;

                top: 5em;

                left: 0;

                right: 0;

                bottom: 0;

                height: 15em;

                border-radius: 50%;

                border-top-right-radius: 25%;

                border-top-left-radius: 25%;

                background: #86437f;

                box-shadow: 0 5em 0 #fff, 0 10em 0 #86437e;;

            }

            .candles {

                z-index: 20;

                position: absolute;

                padding: 0;

                margin: 0;

                height: 10em;

                width: 2.5em;

                position: absolute;

                bottom: 22.5em;

                left: 0;

                right: 0;

                margin: 0 auto;

                border-radius: 50% / 5%;

                -webkit-animation: candles 10s 2s 2 alternate;

                animation: candles 10s 2s 2 alternate;

                background: #ffcc00;

                box-shadow: -3.5em 5em 0 0 #77DD77, 3.5em 5em 0 0 #FF6961, -7em -2.5em 0 -3px #FFB347, 7em -2.5em 0 -3px #779ECB, -10.5em 2em 0 -1px #B19CD9, 10.5em 2em 0 -1px #A5D3CA;

            }

            .candles::before {

                content: '';

                position: absolute;

                top: 0;

                left: 0;

                right: 0;

                bottom: 0;

                height: 10px;

                border-radius: 50%;

                background: #cca300;

                box-shadow: -3.5em 5em 0 0 #4ed34e, 3.5em 5em 0 0 #ff392e, -7em -2.5em 0 -3px #ff9e14, 7em -2.5em 0 -3px #5284bd, -10.5em 2em 0 -1px #9477cb, 10.5em 2em 0 -1px #83c2b6;

            }

            .candles::after {

                content: '';

                position: absolute;

                top: -2em;

                right: 0;

                left: 0;

                margin: auto;

                border-radius: 50% / 40%;

                border-top-right-radius: 50% 60%;

                border-top-left-radius: 50% 60%;

                background: #E29822;

                height: 2.5em;

                width: 1.5em;

                -webkit-animation: flames 0.75s infinite alternate;

                animation: flames 0.75s infinite alternate;

                box-shadow: 0 0 0 1px #e8ad4f, -3.5em 5em 1px 0 #E29822, 3.5em 5em 1px 0 #E29822, -7em -2.5em 1px 0 #E29822, 7em -2.5em 1px 0 #E29822, -10.5em 2em 1px 0 #E29822, 10.5em 2em 1px 0 #E29822;

            }

        </style>

    </head>

    <body>

    <div class="container">

    <h1 class='title'>Welcome!</h1>

    <div class='cake'>

    <div class='candles'>

    </div>

    </div>

    </div>

    </body>

</html>

Link to post
Share on other sites
AceMissBehaving

Welcome to the forums! Working for yourself making video games sounds really interesting. 

 

Also HAPPY BIRTHDAY!!🎉 🎂

Link to post
Share on other sites

Thank you all for your warm welcomes.

 

Quote

Welcome to the forums! Working for yourself making video games sounds really interesting. 

Quote

You program and design video-games? Cool! 

 

Thank you, yes it is very interesting. I started a company with my brother. we are currently working on a project, We both work on story/concept design, I do the programming and Level design and my brother

does the art/character modeling/set design and music. when we have something to show I will post in Open mic.

 

Quote

P.S.: Sorry about the crappy formatting, I used a template online to make this.

@http://findnerd.com/list/view/An-Animated-Birthday-Cake-Using-CSS3/20896/

Thank you, this was very cool, the link was a very interesting read.

Link to post
Share on other sites

A very belated welcome to AVEN!

 

I'm also 34, worked in a kitchen, and create videogames.

 

Incidentally, it's a tradition here to welcome new members by offering cake, and here's a "Chef's Cake" (all edible),

http://cakesdecor.com/cakes/70164-chef-s-cake

nw2so0cimzlceszkmadt.jpg

Link to post
Share on other sites
Quote

A very belated welcome to AVEN!

Quote

Incidentally, it's a tradition here to welcome new members by offering cake, and here's a "Chef's Cake" (all edible),

Hi and thank you, that cake is pretty cool. 

 

Quote

I'm also 34, worked in a kitchen, and create videogames.

That is quite uncanny and pretty cool, would be cool to see what you've been working on. As I've said above ill start posting stuff once I have something to show.

 

 

Quote

Hello and welcome! Programming is cool 1<3

Hi and thankyou, Yes programming is very cool.... well I enjoy it anyway.

 

Link to post
Share on other sites
On 9/25/2019 at 1:44 PM, DaveT said:

That is quite uncanny and pretty cool, would be cool to see what you've been working on. As I've said above ill start posting stuff once I have something to show.

I've worked on;

"Black Mesa" https://www.moddb.com/mods/black-mesa

"Black Mesa: Hazard Course" https://www.moddb.com/mods/black-mesa-hazard-course

 

And am currently working on;

"Peer Review" https://www.moddb.com/mods/peer-review

 

I recommend posting your artwork in Open Mic when you're ready: https://www.asexuality.org/en/forum/9-open-mic/

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...