-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomepage.html
85 lines (83 loc) · 3.01 KB
/
homepage.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
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WIS Project - Home</title>
<link rel="stylesheet" href="homepage.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<!-- BEGIN CODE HERE -->
<header>
<h1>
<img src="logo.png" width=250px height=58px style="position: relative; left: 60px; top: 60px;">
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
<a href="homepage.html" class="btn btn-primary">Home</a>
<a href="products.html" class="btn btn-link">Products</a>
</div>
</h1>
</header>
<frame1>
<table width="1200" height="400" align="center" cellpadding="2" >
<tr>
<div vertical-align="top">
<p vertical-align="top">
<td style="vertical-align: top">
<p class="h1">
Heading
</p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore magna aliqua.
</td>
</p>
</div>
<td><img src="image-1.jpg" width=600px height=400px style="position: relative; "></td>
</tr>
</table>
</frame1>
<frame2><!-- ΠΡΟΧΕΙΡΟ FRAME-->
<table width="1200" height="400" align="center" cellpadding="2" >
<tr>
<td style="vertical-align: top">
<ul>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
</ul>
</td>
<td style="vertical-align: top">
<frame4>
<p class="h1">
Heading
</p>
Lorem ipsum dolor sit amet,<br> consectetur<br> adipiscing elit, sed
</frame4>
</td>
<td style="vertical-align: baseline">
<img src="image-2.jpg" width=300px height=200px style="position: relative; ">
<img src="image-3.jpg" width=300px height=200px style="position: sticky; ">
</td>
</tr>
</table>
</frame2>
<frame3>
<div class="centered">
<iframe src="https://www.csd.auth.gr/en/" width="1200" height="600" frameborder="0"></iframe>
</div>
</frame3>
<footer> <!-- ΠΡΟΧΕΙΡΟ Footer εχει και σε παραδαειγμα και σε διαλεξη-->
<strong>
<div class="po">
<p class="text-center">
ΞΘΔ-44444
</p>
</div>
</strong>
</footer>
<!-- END CODE HERE -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>