-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
135 lines (124 loc) · 5.73 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="David Millar-Durrant">
<title>MHW Associates</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="css/MHW.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img alt="MHW Associates" src="/img/logo.png" height="100%"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="/oil.html">Oil & Gas</a></li>
<li><a href="/trade.html">Trade Finance</a></li>
<li class="active"><a href="/about.html">About Us </a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<nav class="navbar navbar-default"></nav>
<div class="bg"></div>
<div class="jumbotron">
<script>
heroUrl = "img/office.jpg"
</script>
<div class="container">
<h2>MHW was formed in 2011 to provide new financing solutions for clients</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-7">
This is somewhere you can put a general description of your company, what you do. This is all editable
on wordpress. You can format this text in any way you'd like.
<br>
<ul>
<li>It probably makes sense to put some bullet points here</li>
<li>As after a short introduction it breaks up the structure of the page a little bit</li>
<li>And generally makes the page flow a little bit better</li>
</ul>
<h3>Responsiveness</h3>
<p>This page scales well on any size of device from laptop to mobile and the content dynamically resizes
based upon the size of the users device. Try this page out on your mobile phone.</p>
<h3>Standard Compliance</h3>
<p>This webpage will work perfectly on any webrowser released in the last decade, as it has code written
to standardize it's appearence across different browsers</p>
<h3>Search Engine Optimisation</h3>
<p>Wordpress plugins have been included to improve the discoverability of your website on search engines</p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra varius quam sit amet vulputate.
Quisque mauris augue, molestie tincidunt condimentum vitae, gravida a libero. Aenean sit amet felis
dolor, in sagittis nisi. Sed ac orci quis tortor imperdiet venenatis. Duis elementum auctor accumsan.
Aliquam in felis sit amet augue.
<br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra varius quam sit amet vulputate.
Quisque mauris augue, molestie tincidunt condimentum vitae, gravida a libero. Aenean sit amet felis
dol . Sed ac orci quis tortor imperdiet venenatis. Duis elementum auctor accumsan.
Aliquam in felis sit amet augue.
</div>
<div class="col-lg-5">
<h3>Recent Blog Posts</h3>
<div class="well">
<a href="#">
<h4>Iran says post-sanctions crude output boost won't hurt price</h4>
</a>
<p>Iran's proposed increase in oil production after sanctions on the country are removed will enter the market “gradually” and won't pressure prices ...</p>
</div>
<div class="well">
<a href="#">
<h4>2015/2016: Views from the trade finance industry</h4>
</a>
<p>2015 review: “The most striking element characterising trade finance in 2015 was the dichotomy between large and small players. While larger ...</p>
</div>
<div class="well">
<a href="#">
<h4>US buyers eyeing struggling North Sea oil and gas firms</h4>
</a>
<p>American buyers are poised to throw lifelines to struggling small businesses in Scotland's oil and gas industry, according to a mergers and ...</p>
</div>
</div>
</div>
</div>
<hr/>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 text-left">
<p> © Copyright MHW Associates 2016 | <a href="/disclaimer.html">Registration, Regulation and Disclaimer</a></p>
</div>
<div class="col-md-6 text-right">
Member of Oil & Gas UK Industry Association
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/MHW.js"></script>
</body>
</html>