This repository has been archived by the owner on Jan 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (98 loc) · 4.95 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="We are NTS Creative. We deal with: web design, web development, hosting, consulting, training. Based in West London.">
<!-- smartphone settings -->
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- main css import -->
<link rel="stylesheet" type="text/css" media="all" href="css/main.css" />
<!-- favicon -->
<link rel="icon" type="image/ico" href="favicon.ico"/>
<!-- angular imports -->
<!--<script type="text/javascript" src="js/angular.min.js"></script>-->
<!--<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.min.js"></script>
<script type="text/javascript" src = "//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular-route.js"></script>
<script type="text/javascript" src="js/app.js"></script> -->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44876112-1', 'ntscreative.co.uk');
ga('require', 'displayfeatures');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<base href="/">
<title>NTS Creative</title>
</head>
<body>
<header>
<img class="svg-logo" src="images/SVG/nts-logo-hollow.svg">
</header><!-- header -->
<div class="main">
<section class="section-1">
<h1>Hi, we're nts creative</h1>
<h2>We are a small, London-based team who design and develop things for the web.
</h2>
<img class="svg-wwd" src="images/SVG/what-we-do.svg">
<img class="svg-wwd2" src="images/SVG/wwd-vert.svg">
<!-- <img class="svg-down" src="images/SVG/down-button.svg"> -->
</section><!-- section-1 -->
<!-- <section class="section-3">
<h1>People we've worked with</h1>
<div class="client-row">
<img class="client-logo" src="images/client-logos/play.png" alt="Play Media logo">
<img class="client-logo" src="images/client-logos/falcon.png" alt="Falcon Scott logo">
<img class="client-logo" src="images/client-logos/oddboys.png" alt="Oddboys logo">
<img class="client-logo" src="images/client-logos/woburn.png" alt="Woburn House logo">
</div> --><!-- client row -->
<!-- <div class="client-row">
<img class="client-logo row-2-img" src="images/client-logos/gbn.png" alt="Great Britsh Nannies logo">
<img class="client-logo" src="images/client-logos/brunswick.png" alt="Brunswick Investments logo">
<img class="client-logo" src="images/client-logos/lincoln.png" alt="Lincoln House logo">
</div> --><!-- client row -->
<!-- </section> --><!-- section-3 -->
<section class="section-4">
<h1>Contact</h1>
<div class="team-card-container">
<div class="team-card">
<h2><a href="http://efstathios.ntscreative.co.uk/" target="blank">Efstathios Stivaros</a></h2>
<h3>Consultant/developer</h3>
<div class="social-icons">
<a href="https://twitter.com/TheCypriotOne" target="blank"><img class="svg-social" src="images/SVG/twitter.svg"></a>
<a href="http://randomwords.co.uk/" target="blank"><img class="svg-social" src="images/SVG/wordpress.svg"></a>
<a href="mailto:[email protected]" target="_top"><img class="svg-social" src="images/SVG/email.svg"></a>
</div>
<!-- <img class="photo" src="images/team-pics/team2.png" alt="Team photo"> -->
</div><!-- team card -->
</div><!-- team card container -->
<a href="mailto:[email protected]" target="_top">
<div class="mail-button-container">
<img class="svg-mail-1" src="images/SVG/mail-empty.svg">
<img class="svg-mail-2" src="images/SVG/mail-icon.svg">
</div>
</a>
</section><!-- section 4 -->
<footer>
<div class="footer-label">
<img class="svg-footer" src="images/SVG/footer.svg">
<div class="footer-info">
<p>© NTS Creative Ltd <script type="text/javascript"> document.write(new Date().getFullYear());</script></p>
<div class="footer-divider"></div>
<p>NTS Creative Ltd is a registered company (No. 7974994) in England and Wales.</p>
<div class="footer-divider"></div>
<p><a href="mailto:[email protected]" target="_top">[email protected]</a></p>
<p><a href="http://ntscreative.co.uk/privacypolicy">Privacy</a> | <a href="/">Top</a></p>
</div>
</div><!-- footer-label -->
</footer><!-- footer -->
</div><!-- main -->
<!-- non-angular script imports -->
<script type="text/javascript" src="js/main.js"></script>
<!-- grunt development live reload -->
<script type="text/javascript" src="http://localhost:35729/livereload.js"></script>
</body>
</html>