-
Notifications
You must be signed in to change notification settings - Fork 35
/
index.html
executable file
·38 lines (31 loc) · 1.64 KB
/
index.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Academic Certificate Portal</title>
<link href="style/stylei.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div class="bubble">
<div class="rectangle"><h2>Academic Certificate Portal</h2></div>
<div class="triangle-l"></div> <!-- Left triangle -->
<div class="triangle-r"></div> <!-- Right triangle -->
<div class="info">
<p>
<h2>Choose Your Design</h2>
<div height="500px"></div><h1>Move your mouse over thumbnails For Larger View</h1>
<div height="500px"></div>
<div class="spa"> put cursor on image below this box </div>
<table>
<tr>
<td><a class="thumb" href="index.php?cert=design1"><img height="100px" width="100px" src="style/designs/design1.jpg" id="design1.jpg" alt=""><span><img height="411px" width="617px" src="style/designs/design1.jpg" alt=""></span></td>
<td><a class="thumb" href="index.php?cert=design2"><img height="100px" width="100px" src="style/designs/design2.jpg" id="design2.jpg" alt=""><span><img height="411px" width="617px" src="style/designs/design2.jpg" alt=""></span></td>
<td><a class="thumb" href="index.php?cert=design3"><img height="100px" width="100px" src="style/designs/design3.jpg" id="design3.jpg" alt=""><span><img height="411px" width="617px" src="style/designs/design3.jpg" alt=""></span></td>
<td><a class="thumb" href="index.php?cert=design4"><img height="100px" width="100px" src="style/designs/design4.jpg" id="design4.jpg" alt=""><span><img height="411px" width="617px" src="style/designs/design4.jpg" alt=""></span></td>
</tr>
</table>
</p>
</div>
</div>
</body>
</html>