-
Notifications
You must be signed in to change notification settings - Fork 0
/
moreinfo.html
81 lines (81 loc) · 2.81 KB
/
moreinfo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>English department - Universidad Nebrija</title>
<meta charset="utf-8"/>
<link type="text/css" rel="stylesheet" href="style/main.css"/>
</head>
<body>
<div id="topPan">
<a href=""><img class="logo" alt="Nebrija Logo" src="images/logo.jpeg"/></a>
<p>English as a first language</p>
<div id="topContactPan">
</div>
<div id="topMenuPan">
<div id="topMenuLeftPan"/>
<div id="topMenuMiddlePan">
<ul>
<li><a href="index.html">Main</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="timetables.html">Timetables</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="tutorials.html">Exams</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li class="home">More Info</li>
</ul>
</div>
<div id="topMenuRightPan"/>
</div>
</div>
<div id="bodyPan">
<div id="bodyLeftPan">
<h2><span>More info</span></h2>
<p>You can find more info here...</p>
</div>
<div id="bodyRightPan">
<h2><span>few</span> tutorials</h2>
<ul>
<li><a href="http://www.wikihow.com/Identify-a-False-Friend">Identify a
false friend</a></li>
<li><a href="http://www.bbc.co.uk/languages/yoursay/false_friends.shtml">Learning English,
BBC</a></li>
</ul>
<h3><span>latest</span> updates</h3>
<p class="boldtext">on 11th April 2012</p>
<p>This page is launched!</p>
<p class="more"><a href="">more</a></p>
<p class="boldtext">on 04th April 2012</p>
<p>The project of this page started…</p>
<p class="more"><a href="">more</a></p>
</div>
</div>
<div id="footermainPan">
<div id="footerPan">
<ul>
<li><a href="index.html">Home</a>|</li>
<li><a href="program.html">Programs</a>|</li>
<li><a href="timetables.html">Timetables</a>|</li>
<li><a href="notes.html">Notes</a>|</li>
<li><a href="grades.html">Grades</a>|</li>
<li><a href="exams.html">Exams</a>|</li>
<li><a href="tutorials.html">Tutorials</a>|</li>
<li><a href="moreinfo.html">More Info</a></li>
</ul>
<ul class="templateworld">
<li>design by:</li>
<li><a href="" rel="nofollow" target="_blank">Template
World</a>
</li>
</ul>
<div id="footerPanhtml">
<a href="http://validator.w3.org/check?uri=referer"
target="_blank">HTML</a>
</div>
<div id="footerPancss">
<a href="http://jigsaw.w3.org/css-validator/check/referer"
target="_blank">css</a>
</div>
</div>
</div>
</body>
</html>