-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (33 loc) · 1.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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
<title>isobar Open Source Code, Standards, Guidelines, and Resources at Github</title>
<meta name="description" content="isobar's Coding Standards and Frontend development Best Practices">
<meta name="keywords" content="isobar code standards, coding standards, javascript style guide, front-end development, front-end best practices, html code standards, html5 code standards, css code standards, best code practices, development, front-end development">
<meta name=viewport content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/i/favicon.ico"/>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div id="wrapper">
<div class="header">
<h1><a href="http://www.isobar.com/us/home"><img src="assets/i/orange.svg" alt="isobar"></a></h1>
</div>
<div class="content">
<h2>isobar Github Projects</h2>
<p>Thanks for coming. </p>
<p>We welcome you to check out our hosted, <a href="http://github.com/isobar-us">open source code respositories</a>.</p>
<p>There is a real good chance you're here to visit our Front End Code Standards & Guidelines.</p>
<ul>
<li>You can read the <a href="http://isobar-us.github.com/code-standards">Front End Code Standards & Guidelines here</a>.</li>
<li>Please feel free to contribute to the <a href="http://github.com/isobar-us/code-standards">code</a>.</li>
</ul>
</div>
</div>
<div class="footer">
<div class="content"><a href="http://www.isobar.com/us/contact">isobar</a> is a trading division of Dentsu Aegis Network Limited. Registered office 10 Triton Street, Regents Place, London, NW1 3BF. Registered in England and Wales No. 01939690</div>
</div>
</body>
</html>