Difference between revisions of "Workshop1:P Tutorial"
From ex25
GARY CHANG (Talk | contribs) |
GARY CHANG (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ __NOTITLE__ | ||
+ | |||
+ | <html> | ||
+ | <style> | ||
+ | div#headercontainer { | ||
+ | width: 850px; | ||
+ | height: 400px; | ||
+ | margin: 0px; | ||
+ | margin-bottom: -25px; | ||
+ | padding: 0px; | ||
+ | border: 0px; | ||
+ | color: #EC297B; | ||
+ | background: white url(http://ex25.hyperbody.nl/images/1/13/IB5_Cover02.jpg); | ||
+ | } | ||
+ | |||
+ | div#button { | ||
+ | float: right; | ||
+ | width: 150px; | ||
+ | height: 30px; | ||
+ | border: 2px solid #EC297B; | ||
+ | margin-right: 30px; | ||
+ | margin-top: 350px; | ||
+ | background: black; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | div#mainbutton { | ||
+ | float: left; | ||
+ | width: 200px; | ||
+ | height: 30px; | ||
+ | border: 2px solid black; | ||
+ | margin-right: 10px; | ||
+ | margin-top:350px; | ||
+ | align: center; | ||
+ | background: black; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | div#headercontainer a:link {color: white; text-decoration: none; opacity: 1;} | ||
+ | div#headercontainer a:visited {color: white; text-decoration: none; opacity: 1;} | ||
+ | div#headercontainer a:active {color: #EC297B; text-decoration: none; opacity: 1;} | ||
+ | div#headercontainer a:hover {color: #EC297B; text-decoration: none; opacity: 1;} | ||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | <div id="headercontainer"> | ||
+ | <div id="mainbutton" align="center"> | ||
+ | [[Msc1workshop:workshop01 |'''main''']] | ||
+ | </div> | ||
+ | <div id="button" align="center"> | ||
+ | [[Workshop1:A Tutorial|'''A_Tutorials''']] | ||
+ | </div> | ||
+ | <div id="button" align="center"> | ||
+ | [[Workshop1:P_Tutorial|'''P_Tutorials''']] | ||
+ | </div> | ||
+ | <div id="button" align="center"> | ||
+ | [[Workshop1:Schedule|'''Schedule''']] | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
== Tutorial 00: Download & Install == | == Tutorial 00: Download & Install == | ||
<html> | <html> |
Revision as of 13:47, 23 October 2015
Tutorial 00: Download & Install
Tutorial 01: HelloWorld & Variable & Setup
Tutorial 02: Condition
Tutorial 03: For_Loop
Tutorial 03_01: Font