forked from newit/newit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (198 loc) · 10 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Newit- we create 'cause we like!</title>
<meta name="description" content="Homepage of Newit, Poland-based team of professionals with passion for robust code and beautiful design.">
<meta name="author" content="Newit">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css"/>
<link rel="stylesheet" type="text/css" href="css/owl.theme.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css"/>
<link rel="icon" type="image/ico" href="img/favicon.ico"/>
<script>
// Scrolling to the chosen section
$(document).ready(function() {
$('a[href*=#]').each(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
&& location.hostname == this.hostname
&& this.hash.replace(/#/,'') ) {
var $targetId = $(this.hash), $targetAnchor = $('[name=' + this.hash.slice(1) +']');
var $target = $targetId.length ? $targetId : $targetAnchor.length ? $targetAnchor : false;
if ($target) {
var targetOffset = $target.offset().top;
$(this).click(function() {
$("#nav li a").removeClass("active");
$(this).addClass('active');
$('html, body').animate({scrollTop: targetOffset}, 1000);
return false;
});
}
}
});
});
// Carousel
$(document).ready(function() {
$("#carousel").owlCarousel({
navigationText: false,
navigation : true, // Show next and prev buttons
slideSpeed : 300,
paginationSpeed : 400,
singleItem: true
});
});
</script>
</head>
<body>
<header id="header">
<div class="content">
<div id="logo"><img src="img/logo.png" alt="Logo"/></div>
<nav id="nav">
<ul>
<li><a href="#home" title="Newit's Home Page">Home</a></li>
<li><a href="#about" title="About our services">About</a></li>
<li><a href="#portfolio" title="See what we do">Portfolio</a></li>
<li><a href="#contact" title="Contact us">Contact</a></li>
<!-- Insert blog url here
<li><a href="" title="Blog">Blog</a></li>
!-->
</ul>
</nav>
</div>
</header>
<div id="home">
<div class="content">
<div id="newit">
<h1>Newit</h1>
</div>
<div id="motto">
<p>Poland-based team of professionals with passion for robust code and beautiful design.</p>
<p>We create <span class="semibold">‘cause we like</span>.</p>
</div>
<div id="blog_button">
<a href="#">See our blog</a> <!-- insert blog url !-->
</div>
</div>
</div>
<div id="about">
<div class="content">
<div class="clear">
<div id="web">
<img src="img/web_icon.png" alt="Web Design" align="left"/>
<h3>Web Design</h3>
<p>Long story short: people do judge book by cover. Give your idea the cover it deserves!</p>
<p class="learn_more" id="learn_more_web">
<a href="#portfolio">Learn more</a> <!-- Insert link to adequate carousel page !-->
</p>
</div>
<div id="mobile">
<img src="img/mobile_icon.png" alt="Mobile Design" align="left"/>
<h3>Mobile Design</h3>
<p>Create a connection between your idea and people, engaging them in interactive dialog.</p>
<p class="learn_more" id="learn_more_mobile">
<a href="#portfolio">Learn more</a> <!-- Insert link to adequate carousel page !-->
</p>
</div>
<div id="ux">
<img src="img/ux_icon.png" alt="UX Design" align="left"/>
<h3>UX Design</h3>
<p>Provide users with entertaining, inspiring and enriching experience they will love and share.</p>
<p class="learn_more" id="learn_more_ux">
<a href="#portfolio">Learn more</a> <!-- Insert link to adequate carousel page !-->
</p>
</div>
</div>
</div>
</div>
<div id="portfolio">
<div class="content">
<div id="carousel" class="owl-carousel owl-theme">
<div class="item" id="web_slide">
<div id="web_text">
<h2>Wiwo- everything for laundry</h2>
<h5>WORK IN PROGRESS</h5>
<p class="part1">Design in service of business needs.</p>
<p class="part2">Wiwo is a company with over 15 years of experience, providing their customers with top-class professional laundry chemicals. While building the site, our main challenge was to adapt a clear, minimalistic design to wide range of products and services.</p>
<p class="part3">We think we did pretty well. Have a look!</p>
<h5></h5>
<p class="part4"></p>
</div>
<div id="web_pic">
<img src="img/laundry.png" />
</div>
<div class="portfolio_button">
<a href="">See the site</a>
</div>
</div>
<div class="item" id="mobile_slide">
<div id="mobile_text">
<h2>Quotes App for iOS</h2>
<h5>RELEASE DATE TO BE ANNOUNCED SOON</h5>
<p class="part1">Application designed to inspire people.</p>
<p class="part2">Get new, precisely selected quote of the world top-thinkers every day! Browse through previous quotes and add them to list of your favourites. Hit random quotes if you like to be surprised. Share the inspiration with your family and friends.</p>
<p class="part3">It’s cool and it’s for free- check it on AppStore!</p>
<h5>LANGUAGE</h5>
<p class="part4">Polish</p>
</div>
<div id="mobile_pic">
<img src="img/quotes.png" />
</div>
<div class="portfolio_button">
<a href="">Get it now</a>
</div>
</div>
<div class="item" id="ux_slide">
<div id="ux_text">
<h2>We put User Experience first</h2>
<h5>UX DESIGN</h5>
<p class="part1">We know there's much more to app or website than just a pure graphic design and efficient code.</p>
<p class="part2">We carefully craft our products around user needs and content- both on front and back-end level. Following iterative approach, we put a lot of thought into every stage of development.</p>
<p class="part3"></p>
</div>
<div id="ux_pic">
<img src="img/ux_isometric.png" />
</div>
<div class="portfolio_button">
<a href="">See how we work</a>
</div>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="content">
<h1 id="white">Contact<font color="#fc7036"> us</font></h1>
<p class="contact">We'd love to hear from you!</p>
<div id="social">
<div id="mail">
<a href="mailto:[email protected]"><img src="img/mail_icon.png" alt="Mail"/></a>
</div>
<div id="github">
<a href="https://github.com/newit" target="_blank"><img src="img/github_icon.png" alt="Github"/></a>
</div>
<div id="twitter">
<a href="https://twitter.com/newitpl" target="_blank"><img src="img/twitter_icon.png" alt="Twitter"/></a>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="content">
<div id="copyright">
<p>©2014 <a href="http://newit.pl/">Newit</a>. All Rights Reserved.</p>
</div>
</div>
</div>
<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-49519889-1', 'newit.pl');
ga('send', 'pageview');
</script>
</body>
</html>