Bellow is the 2nd week slide
Using iframe to insert slides:
Slides overview
The 1st uploading slide included a few items below:
- Reading and reviews of What engineers do?
- Reading and reviews of Computer in Engineering
- Studying LeoEditor tutorials
- 1st uploading learning video from Vimeo
Convert pdf file to html file and push up to github pages
Operation detail: convert creo tutorials pdf file to himl file. And push the html file to the new repositories that you created. Then name the new repositories "Creo2primer".
- 1.Go to "Professor's web" and link it to the web that professor offered.
- 2.Download the file converter and creo pdf file from professor's web.
- 3.Open a new repositories and name it "creo2primer.
- 4.Open cmd and type in "cd tmp" then type "git clone" to sync the github and local folder.
- 5.After you did you step 4 you will see a folder name creo2primer will show up in the y disk/tmp.
- 6.Copy the creo tutorials html file and paste them into the folder called creo2primer in disk y/tmp.
- 7.Open cmd and type in "cd creo2primer" and type in "git branch gh-pages" for creating a new web branch.
- 8.For switching the branch to gh-pages must type in "git checkout gh-pages".
- 9.Then type in "git add -A" then "git commit -m"initial add" then "git origin push gh-pages" then type in the account and password for pushing files.
- 10.After pushing all the files to the github then it's able to open the file from the link " http://49923230.github.io/creo2primer/".