-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·75 lines (67 loc) · 2.84 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
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
68
69
70
71
72
73
74
75
<!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">
<script type="text/javascript" src="d3.v3.min.js"></script>
</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>
<center>
<div id="cf">
<img class="bottom" src="assets/images/homePageR-01.png" style="width:500px;height:500px;" />
<img class="top" src="assets/images/homePage_1-01.png" style="width:500px;height:500px;" />
</div>
</center>
<section class="hero container">
<h2></h2>
<br>
<p>We design, we code, we prototype</p>
<!--FOOTER-->
<footer class="primary-footer">
<!-- 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>
<!--<script src="circles.js"></script>-->
</body>
</html>