/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/startview.php

  • Committer: a11andoh
  • Date: 2013-05-20 14:45:52 UTC
  • mto: This revision was merged to the branch mainline in revision 81.
  • Revision ID: a11andoh@student.his.se-20130520144552-rerqsktqs2zfds62
Startview constructed and completed.

Show diffs side-by-side

added added

removed removed

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