-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
executable file
·80 lines (78 loc) · 3.07 KB
/
blog.html
File metadata and controls
executable file
·80 lines (78 loc) · 3.07 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Null Industries - Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Webflow">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link rel="stylesheet" type="text/css" href="css/all.css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ["Montserrat:400,700","Varela Round:400"]
}
});
</script>
<script type="text/javascript" src="js/modernizr.js"></script>
</head>
<body>
<div class="section hero blog">
<header class="nav-bar">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-4 w-clearfix brand-column">
<a href="/index.html"><div class="company">Nullindustries</div></a>
</div>
<nav class="w-col w-col-8 nav-column"><a class="nav-link" href="/blog.html">blog</a>
</nav>
</div>
</div>
</header>
<div class="w-container hello">
<h1 class="hero-heading">Our Blog</h1>
</div>
</div>
</div>
<div class="section grey" id="work">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-4">
<div class="box--post box--post__blue">
<h3 class="" alt>How Cultural Differences Affect Doing Business Internationally</h3>
<p>In 1990 Avianca flight 052 was en route from Medellin to New York’s JFK airport. The flight was heavily delayed, like many others that day, due to high winds and dense fog.</p>
<span class="date--post">30 . 07 . 2015</span>
<a href="/cultural-differences.html">Read More</a>
</div>
</div>
<div class="w-col w-col-4">
<div class="box--post box--post__brick">
<h3 class="">Need to Incentivate your team to write tests ?</h3>
<p>Nobody will write hard to write tests, so let´s make it simpler *THEN* Write simple tests.</p>
<span class="date--post">30 . 07 . 2015</span>
<a href="/need-incentivate.html">Read More</a>
</div>
</div>
<div class="w-col w-col-4">
<div class="box--post box--post__grass">
<h3 class="">Soon..</h3>
<p>soon</p>
<span class="date--post">-- . -- . ----</span>
<a href="">-</a>
</div>
</div>
</div>
</div>
</div>
<footer class="section footer">
<div class="w-container">
<div class="footer-text">Copyright 2015 Nullindustries. All rights reserved. | Phone: (1) 650 521 1157</div>
</div>
</footer>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/scroll.js"></script>
<!--[if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
</body>
</html>