-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>Сайт візитка</title>
<meta charset="utf-8">
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="wreapper">
<h1 align="center">Сайт візитка</h1>
<img src="img/MG_9850.jpg" width="300" height="450" id="my_foto">
<div id="sidebar">
<p class="menu">Меню</p>
<p class="button"><a href="main.html" target="abaut_me">Головна</a></p>
<p class="button"><a href="bio.html" target="abaut_me">Біографія</a></p>
<p class="button"><a href="education.html" target="abaut_me">Освіта</a></p>
<p class="button"><a href="career.html" target="abaut_me">Кар'єра</a></p>
</div>
<div id="content">
<iframe name="abaut_me" src="main.html" width="450px" height="400px"></iframe>
</div>
<div id="footer">
<img src="img/my_alb_1.jpg" width="20%" >
<img src="img/my_alb_2.jpg" width="20%" >
<img src="img/my_alb_3.jpg" width="11.2%" >
<img src="img/my_alb_4.jpg" width="22.5%" >
<div class="pop-up">
<img src="">
</div>
</div>
</div>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>