-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (33 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Frontend Style Guide - Frontend Style Guide by Kaliop</title>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<link rel="stylesheet" href="./assets/styleguide.css">
</head>
<body class="isDefault">
<header class="Header">
<div class="Header-inner">
<h1>Frontend Style Guide</h1>
<p>Kaliop Team Standards</p> </div>
</header>
<main>
<div class="Section" id="home">
<div class="Section-col">
<h2>Style guide versions</h2>
<ul>
<li><a href="./2.0/">Team standards 2.0 — November 2017</a></li>
<li><a href="./1.0/">Team standards 1.0 — June 2015</a></li>
</ul>
</div>
<div class="Section-col Section-col--aside">
<h2>What is this guide?</h2>
<p>These are the coding rules and best practices used by <a href="https://www.kaliop.fr" class="external">Kaliop France</a>’s frontend team.</p>
<h2>Credits</h2>
<p>Original design based on <a href="http://codeguide.co/" class="external">Code Guide by @mdo</a>. Some of the content is inspired by: @mdo’s code guide, style guides from AirBnB and GitHub, BEM and SUIT CSS.</p>
</div>
</div> </main>
</body>
</html>