"Post your Art" Thread

kiwi.png

@Fallensaint paid me some good boy points for this-- he told me to draw whatever SO I DID..
I wanted to fuse the idea of a fallen saint/angel with a Kiwi. This quote worked for some reason.
I wanted to make it 2edgy4me
 
In lieu of actual art, I've been making a deviantArt clone using the Laravel framework. I've been working on it for just over a month now, and most recently I finished the user watching system and rudimentary functionality of the messaging center. People can reply to their comment replies from the message center, so that is already one step ahead of FurAffinity. I started it on May 17th, and to this day, I've had over 100 commits to the github. I basically add a new feature or refactor some code every day. I've learned a lot from this experiment, and the end goal is to build a web service that is more secure and functional than Fur Affinity. I set the bar so low because this is among my first personal projects of this magnitude. Not including the dependencies or vendor files, my project itself is over 120 files which includes scripts, views, configs and database migrations.

I am using Bootstrap 3 for the base CSS, and JQuery and JQueryUI for Javascript bullshit. I will not be using AngularJS or any other front-end MVC because fuck that jazz, if I can't make it work with JQuery, I wasn't meant to make it.

As with any of my art, feedback is welcomed and encouraged. None of the style layout stuff is finalized as I am still building the underlying architecture that makes it work, and stylesheet changes are the easiest changes to make.

Main page:
upload_2016-6-22_7-1-6.png
Message Center
upload_2016-6-22_7-1-25.png

Profile view
upload_2016-6-22_7-2-29.png

"Opus" view page
upload_2016-6-22_7-3-17.png

Opus submit view. Tags work and are searchable as well as a handful of other search filters.
upload_2016-6-22_7-5-30.png

Avatar/Opus cropping utility
upload_2016-6-22_7-7-57.png

Freshly Uploaded Avatar on my profile page
upload_2016-6-22_7-13-53.png

edit: @Null this may interest you
 

Attachments

  • upload_2016-6-22_7-0-39.png
    upload_2016-6-22_7-0-39.png
    1,022.1 KB · Views: 173
Last edited:
In lieu of actual art, I've been making a deviantArt clone using the Laravel framework. I've been working on it for just over a month now, and most recently I finished the user watching system and rudimentary functionality of the messaging center. People can reply to their comment replies from the message center, so that is already one step ahead of FurAffinity. I started it on May 17th, and to this day, I've had over 100 commits to the github. I basically add a new feature or refactor some code every day. I've learned a lot from this experiment, and the end goal is to build a web service that is more secure and functional than Fur Affinity. I set the bar so low because this is among my first personal projects of this magnitude. Not including the dependencies or vendor files, my project itself is over 120 files which includes scripts, views, configs and database migrations.

I am using Bootstrap 3 for the base CSS, and JQuery and JQueryUI for Javascript bullshit. I will not be using AngularJS or any other front-end MVC because fuck that jazz, if I can't make it work with JQuery, I wasn't meant to make it.

As with any of my art, feedback is welcomed and encouraged. None of the style layout stuff is finalized as I am still building the underlying architecture that makes it work, and stylesheet changes are the easiest changes to make.

Main page:
View attachment 106935
Message Center
View attachment 106936

Profile view
View attachment 106937

"Opus" view page
View attachment 106938

Opus submit view. Tags work and are searchable as well as a handful of other search filters.
View attachment 106939

Avatar/Opus cropping utility
View attachment 106940

Freshly Uploaded Avatar on my profile page
View attachment 106942
Looks good, a hell of a lot of whitespace though. I imagine you're going to use that space for ads/suchlike?
 
  • Agree
Reactions: Ntwadumela
Looks good, a hell of a lot of whitespace though. I imagine you're going to use that space for ads/suchlike?
I'm never going to host it. I'm making it purely to see if I can. Thanks for the whitespace comment! What could I fill it in with that a user could use and most importantly hold functionality to them with respect to the views you are referring to?

Other website work of mine is already hosted and used by clients. That is enough for me. :)
 
  • Informative
Reactions: Ntwadumela
I'm never going to host it. I'm making it purely to see if I can. Thanks for the whitespace comment! What could I fill it in with that a user could use and most importantly hold functionality to them with respect to the views you are referring to?

Other website work of mine is already hosted and used by clients. That is enough for me. :)
Could make some artsy sidebars/nav tools or the like for all that side-mounted whitespace you have? A recent-additions slideshow-ish applet? Plenty of options. I don't do much multimedia design myself these days, but I'm sure our other art-spergs and tech-spergs will have better suggestions
 
  • Agree
Reactions: Ntwadumela
Back