Bump!
Someone must have at least 'some' experience with this?
its just bootstrap with the built in modal boxes. you can get one you want similar for $20 on envato theme forest. they have live previews on all for you to check them out.
Thank you.
But what about the actual platform itself? You can login here to see what I'm talking about:
https://chronobank.io/We're attempting to build a similar platform. The only problem is, we have been finding it difficult to explain to our contractors exactly what we want.
I can send $100 in Bitcoin (50% upfront, and 50% upon completion) if someone can assist us in writing up a Job/Build specification for this task
If anyone is willing to offer a hand, just send me a pm
Many thanks
there is no platform. a playform is an underlying computer system ie windows, linux etc.
its all html at the end of it. since it runs server side you wont know the end language that generates the html code presented to the browser. it will be a mix of html, xml and javascript in the end.
bootstrap is made by twitter and its a collection of javascript, html and css (casscading style sheets) and is known as a front end framework. its goal is to provide predefined elements like tables, layout etc to speed up development be consistent and easy to view modify and expand. a front end is what you can see ie the page.
now the backend frameworks that utilise sql, ruby, php, asp, is what generates or presents to the user the front end view. the source code to this is never delivered to the user in the webpage. they see the result of it but not the code that generates it. these are your server side languages.
hence we cant answer that for you. i can tell you the front end on those pages looks custom made. bootstrap can replicate it but view source on chronobank shows no col-sm divs etc a usual sign of bootstrap.
the backend is whatever you want to achieve the data from databases etc. it could be ruby, angularjs, php, asp or mixes. its not your job to pick the language unless you want a particular one. all languages have benefits and cons.
your brief needs to be
- use this bootstrap theme i purchased
- i want these pages
-- login
--cart system
--content management system for me to control cart, add news etc
you have to define what your page provides, scope for all pages etc.
this is a detailed scoping for serious sites and time consuming. i can answer furrher questions to clarify.
google website design and planning, also google what is a front end framework, what is a backend framework. this is for your benefit as you need to understand what you are trying to do.