-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
32 lines (29 loc) · 1.01 KB
/
contact.php
File metadata and controls
32 lines (29 loc) · 1.01 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 lang="en">
<head>
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<?php include 'include/head.php'; ?>
<title>Contact</title>
</head>
<body>
<?php include 'include/navbar.php'; ?>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<a href=mailto:thomas12dekker@gmail.com class="fa fa-envelope fa-3x"></a>
<a href="https://www.facebook.com/thomas.dekker.1069" target="_blank" class="fa fa-facebook fa-3x"></a>
<a href="#" class="fa fa-twitter fa-3x"></a>
<a href="https://www.instagram.com/thomas.dekkerrr/" target="_blank" class="fa fa-instagram fa-3x"></a>
<a href="https://www.paypal.com/donate/?hosted_button_id=7KNE7QJ6CVXPY" target="_blank" class="fa fa-paypal fa-3x"></a>
<a href="https://www.paypal.com/donate/?business=RQYSULXAX9A8A&no_recurring=0¤cy_code=USD" target="_blank" class="fa fa-american-sign-language-interpreting fa-3x"></a>
</body>
</html>