-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-info.html
36 lines (36 loc) · 1.03 KB
/
contact-info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Personal Website Contact Info</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="contact-info">
<div class= "block">
<h3>Mobile Phone</h3>
<p>(+30) 693 4346 681</p>
</div>
<div class= "block">
<h3>Addresses</h3>
<p>
Home Address: 9, Vissaraki Ioanni str. 13671 Acharnes
Work Address: 15, Aigialeias str. 15125 Marousi
</p>
</div>
<div class= "block">
<h3>Email</h3>
<p>
GMail: asciadopoulos@gmail.com
Hotmail: a.skiadopoulos@hotmail.com
</p>
</div>
<div id= "main-block">
<h3>Accounts</h3>
<p>GitHub, Linkedin...</p>
</div>
</div>
</body>
</html>