-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·67 lines (66 loc) · 2.76 KB
/
contact.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
<!DOCTYPE html>
<html lang ="en">
<head>
<!--
( ) ( ( )
)\ ) ) ( /( ) )\ ) ( ) )\ ) ( /(
(()/( ( /( )\())( /( (()/( ( )( ( ((_)( /( )\())
((_)))(_))(_))/ )(_)) /(_)) )\ (()\ )\ ' _ )(_))((_)\
_| |((_)_ | |_ ((_)_ (_) _| ((_) ((_) _((_)) | |((_)_ | |(_)
/ _` |/ _` || _|/ _` | | _|/ _ \| '_|| ' \() | |/ _` || '_ \
\__,_|\__,_| \__|\__,_| |_| \___/|_| |_|_|_| |_|\__,_||_.__/-->
<meta charset="utf-8">
<title> DataForm Lab</title>
<link rel="stylesheet" href="assets/styleSheets/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,300,400">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<!-- Begin Body-->
<body>
<header class="primary-header container group">
<!--<div class="image">
<a href="index.html"><img src="assets\images\iso-01.PNG" style="width:160px;height:120px;">
</div>-->
<h1 class="logo">
<a href="index.html"><img src="assets/images/600x600_black-01-01-01.png" style="width:250px;height:30px;"></a>
</h1>
<h3 class="tagline"></h3>
<!-- Pages Navigation Menu-->
<nav class="nav primary-nav">
<ul>
<li><a href="index.html">Home</a></li><!--
--><li><a href="services.html">Services</a></li><!--
--><li><a href="team.html">Team</a></li><!--
--><li><a href="education.html">Education</a></li><!--
--><li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section class="hero container">
<p>Contact Us</p>
<h2>We would like to hear from you</h2>
<a href="mailto:info@dataformlab.com?Subject=Info%20Request" target="_top"><p>info@dataformlab.com</p></a>
</section>
<div>
<center>
<img src="assets/images/Dezeen_TitlePage.jpg" style="width:1040px;height:656;">
</center>
</div>
<!--FOOTER-->
<footer class="primary-footer">
<!-- Pages Navigation Menu-->
<!-- Pages Navigation Menu-->
<nav class="nav">
<!-- Social Icons -->
<center>
<ul>
<li><a href="http://www.facebook.com/dataformlab.london"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://www.linkedin.com/in/dataformlab"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://vimeo.com/dataformlab"><i class="fa fa-vimeo"></i></a></li>
<li><a href="http://www.instagram.com/dataformlab/"><i class="fa fa-instagram"></i></a></li>
</ul>
</center>
</nav>
</footer>
</body>
</html>