-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
executable file
·60 lines (60 loc) · 2.46 KB
/
work.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
<!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">DataForm Lab</a>
</h1>
<!-- Pages Navigation Menu-->
<nav class="nav primary-nav">
<ul>
<li><a href="index.html">Home</a></li><!--
--><li><a href="dashboards.html">About</a></li><!--
--><li><a href="application.html">Work</a></li><!--
--><li><a href="documentation.html">Services</a></li><!--
--><li><a href="contributors.html">Team</a></li><!--
--><li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section class="hero container">
<h2></h2>
<p>We design, we model, we code</p>
<h2>Our website is under construction. We`ll be here soon with our new awesome site.</h2>
<br>
<!--FOOTER-->
<footer class="primary-footer">
<!-- Pages Navigation Menu-->
<nav class="nav">
<!-- Social Icons -->
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
</nav>
</footer>
</body>
</html>