-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_2.html
67 lines (56 loc) · 2.72 KB
/
index_2.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
<!DOCTYPE html>
<html>
<head>
<title>TESTCO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Required JS scripts -->
<!-- Jquery -->
<script src="jquery.js"></script>
<!-- Bootstrap -->
<link href="bootflat/bootstrap/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="bootflat/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="bootflat/css/bootflat.css" rel="stylesheet" media="screen">
<link href="bootflat/css/bootflat-extensions.css" rel="stylesheet" media="screen">
<link href="bootflat/css/bootflat-square.css" rel="stylesheet" media="screen">
<script src="js/index.js"></script>
<!--Page JS-->
<script type="text/javascript">
function addSepEvents(){
//Add Events Listners
}
</script>
<!-- Required CSS Scripts -->
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body onload="allSepEvents();">
<div id="header"></div>
<!--place your stuff below-->
<div class="zabody">
<div>
<section class="section-first">
<div>
<h2>Welcome to TESTCO.</h2>
<img src="img/logo-source.png" />
<p>TestCo is a utility software that makes rendering online tests possible. While we endeavour to provide the TestCo framework for one such test (PESSAT), institutions can device test formats that conform to their syllabi. Questions in the test may include a myriad of types - objective, pictorial, descriptive and the like. While evaluation of objective questions is computer based, evidently, subjective questions require human scrutiny.
</p>
</div>
</section>
<section class="section-second">
<div></div>
<h2>Online Tests like never before...</h2>
</section>
<section class="section-third">
<div></div>
<h2>Subjective and Diagramatic type questions<br/><br/><br/><br/><br/><br/>[PLACE SCREENSHOTS OF MOCK TESTS HERE]</h2>
</section>
<section class="section-forth">
<div></div>
<h2>Work by a PESIT Student Community</h2>
<div class="authors"><img src="authors/1.png"/><img src="authors/2.png"/><img src="authors/3.png"/><img src="authors/4.png"/><br/><img src="authors/5.png"/><img src="authors/6.png"/><img src="authors/7.png"/><img src="authors/8.png"/><img src="authors/9.png"/><br/><img src="authors/10.png"/><img src="authors/11.png"/><img src="authors/12.png"/><img src="authors/13.png"/></div>
</section>
</div>
<div id="footer"></div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootflat/js/bootstrap.min.js"></script>
</body>
</html>