New Project...
Web Project...
Name... myFavouriteProtein
So this creates a wide range of files and folders and a structure.
The first step I want to do is to copy in some of the bootstrap stuff so that I can create four areas ("divs") in which I can target the BioJs components.
I have moved in
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap-theme.css
- bootstrap-theme.css.map
- bootstrap-theme.min.css
- jumbotron.css
- tipsy.css
I don't need all of this but I will sort that out a bit later, I think.
Copy in stuff from the index.html page of Electives2014.
Just cut and pasted the whole thing.
I am going to remove the unnecessary stuff now.
Only use the bootstrap.min.css so I can remove the bootstrap.css, I think.
Looking at the html, I also need to move across the javascript.
I have just moved in the bootstrap.min.js right now.
Lots of editing too.
I have removed the Facebook button.
I have to add "div id=something" - this is a key step to getting the right things into the right pages.
OK, so basic format of the webpage is made.:
Now: let's get in some BioJS stuff.....
No comments:
Post a Comment