Team:XMU Software/Team
From 2013.igem.org
(Difference between revisions)
YuezhenChen (Talk | contribs) |
YuezhenChen (Talk | contribs) |
||
Line 25: | Line 25: | ||
</div> | </div> | ||
<div class="home_s3l1"></div> | <div class="home_s3l1"></div> | ||
+ | </div> | ||
+ | <div id="team_s0"> | ||
+ | <canvas id="shadow" width="500px" height="105px"></canvas> | ||
</div> | </div> | ||
<div id="team_s1"> | <div id="team_s1"> | ||
- | <canvas id="myCanvas" width="1347px" height="395px | + | <canvas id="myCanvas" width="1347px" height="395px"></canvas> |
<div class="team_title">TEAM</div> | <div class="team_title">TEAM</div> | ||
<div class="team_introduce">XMU Software 2013 team consists of 11 team members, 2 instructors and 3 advisors. This extraordinarily energetic and creative team is tightly connected by trust, collaboration and affection among its members.</div> | <div class="team_introduce">XMU Software 2013 team consists of 11 team members, 2 instructors and 3 advisors. This extraordinarily energetic and creative team is tightly connected by trust, collaboration and affection among its members.</div> | ||
Line 63: | Line 66: | ||
cxt.fillStyle=grd; | cxt.fillStyle=grd; | ||
cxt.fillRect(0,0,1348,395); | cxt.fillRect(0,0,1348,395); | ||
+ | |||
+ | var c1=document.getElementById("shadow"); | ||
+ | var cxt1=c.getContext("2d"); | ||
+ | var grd1=cxt1.createRadialGradient(20,10,500,105); | ||
+ | grd1.addColorStop(0,"#e3e3e3"); | ||
+ | grd1.addColorStop(0.5,"#5a5a59"); | ||
+ | grd1.addColorStop(1,"#e3e3e3"); | ||
+ | cxt1.fillStyle=grd; | ||
+ | cxt1.fillRect(20,10,500,105); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 15:51, 22 October 2013