Git Product home page Git Product logo

Comments (18)

Shrinks99 avatar Shrinks99 commented on June 7, 2024 2

Got the homepage in a usable state! Tweaks can be made but it's largely representative of its final look. The footer and hero section still need some work.

Screenshot_2020-04-26 Natron

Preview is still available here, do y'all like this? Should I keep working on it? :P

from natrongithub.github.io.

Shrinks99 avatar Shrinks99 commented on June 7, 2024 2

Currently the plan is to use images from the community that are actually created in the software. I think an animated looping video of some impressive shots made with Natron would be very neat but perhaps something to explore post-release?

As for an update on this issue (I forgot it existed haha, the site looks a LOT different now) please see my project board for details on the site's completion, with the exception of some copy changes it's in a position to be rolled out sans feature pages! :D

from natrongithub.github.io.

blackearth2014 avatar blackearth2014 commented on June 7, 2024

from natrongithub.github.io.

rodlie avatar rodlie commented on June 7, 2024

Ok, thanks.

We will then need to make some adjustment, I don't want to maintain the layout/template over multiple html's.

TODO: use a generator

from natrongithub.github.io.

rodlie avatar rodlie commented on June 7, 2024

I forked the site and built a usable framework so anyone can edit the site:

Now everything is in markdown and we can have as many pages, blogs, news etc as we want, like a "real" website :)

I just started, so only the frontpage works, but it shouldn't take too long to finish.

from natrongithub.github.io.

blackearth2014 avatar blackearth2014 commented on June 7, 2024

from natrongithub.github.io.

rodlie avatar rodlie commented on June 7, 2024

It's a start, still stuff to do. Will work on it during the holidays. Would love help on text content.

from natrongithub.github.io.

blackearth2014 avatar blackearth2014 commented on June 7, 2024

from natrongithub.github.io.

rodlie avatar rodlie commented on June 7, 2024

I will write down a list (TODO).

from natrongithub.github.io.

blackearth2014 avatar blackearth2014 commented on June 7, 2024

from natrongithub.github.io.

Shrinks99 avatar Shrinks99 commented on June 7, 2024

So this is a thing I could actually help to bring to life. More than happy to help set up the new Jekyll site!

I can't promise a timeline, I'm always busy with design school but come May I should have some more time on my hands when I'm not working.

from natrongithub.github.io.

rodlie avatar rodlie commented on June 7, 2024

Hi, and sorry for the late reply. I have already started the work at https://rodlie.github.io/NatronGitHub.github.io/

If you would like to help I would advise you to use my fork https://github.com/rodlie/NatronGitHub.github.io

I'm a bit busy with other things this weekend, but I can dedicate some hours next week to finish (my part of) the website.

from natrongithub.github.io.

Shrinks99 avatar Shrinks99 commented on June 7, 2024

I've had a look at this and there are a few major things I'd change with regards to how the website is made with Jekyll.

Personally I don't love using pre-made Jekyll themes and I'd ditch minima over creating some custom SASS for the styling as Jekyll has a SASS pre-processor built in. Moving the CSS out of an in-line style and making the rest with a grid system and custom CSS would definitely be the way to go IMO.

There's a lot of metadata tags that aren't currently set up but I have templates for these set up for my personal website so I can totally copy those over and set them up here. I've given you collaborator access to my website's repo so you can see how I manage these things (I keep it private because I don't wanna deal with licensing haha).

Setting up the github-pages bundle so things work as expected when GitHub generates the website is also recommended. This means to run Jekyll you'd run bundle exec Jekyll serve to run all the various bits and bobs that GitHub pages can run when compiling and serving your website.

I'm down to start with these things and then move onto some larger design decisions down the road. I'm down to fork it and submit as PRs (though I kinda hate having to fetch upstream repos and ensure things work all the time) or if you'd like to add me as a collaborator and I can submit PRs that way that would be cool too.

from natrongithub.github.io.

devernay avatar devernay commented on June 7, 2024

@Shrinks99 Great! as long as the content is still there and maintenance is easy, I have no issue with that kind of upgrade

from natrongithub.github.io.

Shrinks99 avatar Shrinks99 commented on June 7, 2024

@devernay Content will be there and maintenance should be easier!

I've added you onto my personal site repo as well if you'd like to see how I plan on tackling this one in a similar fashion. Have cancelled these and just implemented things haha, check out https://github.com/Shrinks99/NatronGitHub.github.io instead. Bundler is implemented properly and SASS is setup, I've ditched a lot of the current styling and am in the process of re-designing the homepage right now after removing the existing theme. Hopefully I'll be back at the point where things were visually this week!

You can view my current progress here: https://wilkinson.graphics/NatronGitHub.github.io/

from natrongithub.github.io.

Shrinks99 avatar Shrinks99 commented on June 7, 2024

Bit of an update, I've made some decent headway into the homepage! Still not sold on the hero section (I just exported a version of the spaceship project for the background) but I'm sure we can put something better together for that, the current one is pretty good but it is a little dated.

The downloads section is all set up to download the latest version from GitHub as long as a release post is made on the website which is pretty fancy, you should never have to update any of those links manually!

Screenshot_2020-04-19 Natron

Still gotta work out the news section and the footer and then I'll be ready to start on some of the other pages. I'll probably start on the about page next and use it to display a more in-depth look into some of Natron's features. https://wilkinson.graphics/NatronGitHub.github.io/

from natrongithub.github.io.

blackearth2014 avatar blackearth2014 commented on June 7, 2024

from natrongithub.github.io.

jmiguelrivas avatar jmiguelrivas commented on June 7, 2024

Got the homepage in a usable state! Tweaks can be made but it's largely representative of its final look. The footer and hero section still need some work.

Preview is still available here, do y'all like this? Should I keep working on it? :P

https://wilkinson.graphics/NatronGitHub.github.io/

Looks pretty good Shrinks99 :)

I wonder if the header should have like a animated video since is a landing page for FX software. I'm willing to provide some animations using CSS (or three.js if it make sense)

from natrongithub.github.io.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.