1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- start_view.php -->
<div id="wrapper">
<div id="topdiv">
<div id="logodiv"></div>
<div id="topdivtext"><h2>Learning platformwhere students can
<br/>view and edit examples and do quizzes
<br/> created by their teachers.</h2>
</div>
<div id="topdivfsbs"><h2>Created by students for students.</h2></div>
</div>
<div id="botdiv">
<div id="botheader"><h3>Courses in LenaSYS</h3></div>
<div id="links"><!--hardcoded links until functionality is inserted-->
<a href="#">XML API</a>
<br/><a href="#">Web and Database Technology</a>
<br/><a href="#">Database Construction</a>
<br/><a href="#">Web Programming</a>
<br/><a href="#">Shader Programming</a>
<br/><a href="#">Computer Graphics</a>
</div>
</div>
</div>
|