-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
32 lines (32 loc) · 1.2 KB
/
contact.html
File metadata and controls
32 lines (32 loc) · 1.2 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Contact</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<div class="topnav">
<a href="index.html">Acasa</a>
<a class="active" href="contact.html">Contacteaza-ma</a>
<a href="about.html">Despre mine</a>
</div>
<div class="header">
<h1>Arhiva poze</h1>
<p>Realizate de Stefan Miscodan</p>
</div>
<div class="paragraph">
<p>Ma puteti contacta pe Facebook, Instagram si la telefon pentru evenimente si orice sedinta foto.</p>
<p>Pentru programari si detalii, nu ezitati sa ma contactati!</p>
</div>
<div class="social">
<a href="https://www.facebook.com/stefan.miscodan10/" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/stefanm_photo/" target="_blank" class="fa fa-instagram"></a>
<div>
<i class="fa fa-phone" style="font-size:18px;color:black"><a href="tel:+40773745521">Apel</a></i>
</div>
</div>
</body>
</html>