-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (126 loc) · 3.97 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
<html lang="en">
<head>
<title>dogma.io – Bringing DX to frontend development.</title>
<meta charset=“utf-8”>
<meta name="description" content="Javascript libraries designed to provide a better developer experience by letting you focus on code not configuration.">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, width=device-width">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
<style>
html {
align-items: center;
color: #142e47;
display: flex;
flex-wrap: wrap;
font-family: 'Open Sans', sans-serif;
height: 100%;
justify-content: center;
margin: 0;
padding: 0;
width: 100%;
}
body {
display: flex;
flex-direction: column;
margin: 0;
overflow: hidden;
text-align: center;
}
div {
display: flex;
flex-basis: calc(100% - 100px);
flex-wrap: wrap;
overflow-y: auto;
}
h1 {
flex-basis: 100px;
font-size: 72px;
height: 120px;
line-height: 120px;
margin: 0;
}
a {
border: 2px solid transparent;
color: #142e47;
flex-basis: 400px;
flex-grow: 1;
padding: 0 10px;
text-decoration: none;
}
a:nth-child(even) {
background: #eee;
}
a h2 {
color: #0288c9;
}
a:hover {
border-color: #142e47;
}
span {
display: block;
font-size: 24px;
margin-top: 10px;
}
</style>
</head>
<body>
<h1>dogma.io</h1>
<div>
<a href="https://github.com/dogma-io/babel-plugin-auto-css-modules">
<h2>babel-plugin-auto-css-modules</h2>
<p>Automatically import same name CSS modules.</p>
</a>
<a href="https://github.com/dogma-io/babel-plugin-react-code-block">
<h2>babel-plugin-react-code-block</h2>
<p>Display React functional examples with source code.</p>
</a>
<a href="https://github.com/dogma-io/dogma-css-parser">
<h2>dogma-css-parser</h2>
<p>CSS parser and compiler.</p>
</a>
<a href="https://github.com/dogma-io/dogma-html-parser">
<h2>dogma-html-parser</h2>
<p>HTML parser and compiler.</p>
</a>
<a href="https://github.com/dogma-io/eslint-config-lintly">
<h2>eslint-config-lintly</h2>
<p>Lintly ESLint configuration.</p>
</a>
<a href="https://github.com/dogma-io/eslint-plugin-opinionated">
<h2>eslint-plugin-opinionated</h2>
<p>Opinionated rules for styling your code.</p>
</a>
<a href="https://github.com/dogma-io/eslint-plugin-react-compat">
<h2>eslint-plugin-react-compat</h2>
<p>Make sure your React code is compatible with Inferno and Preact.</p>
</a>
<a href="https://github.com/dogma-io/freezly">
<h2>freezly</h2>
<p>Small utility for deeply freezing objects in JavaScript.</p>
</a>
<a href="https://github.com/dogma-io/grammatic">
<h2>grammatic</h2>
<p>Library for compile time translations.</p>
</a>
<a href="https://github.com/dogma-io/lintly">
<h2>lintly</h2>
<p>Linting tool for JavaScript projects.</p>
</a>
<a href="https://github.com/dogma-io/nodely">
<h2>nodely</h2>
<p>Write Node code using whatever syntax you want.</p>
</a>
<a href="https://github.com/dogma-io/react-domlistener">
<h2>react-domlistener</h2>
<p>React component for auto binding/unbinding event listeners during component life cycle.</p>
</a>
<a href="http://www.dogma.io/react-frost-core/">
<h2>react-frost-core</h2>
<p>The library of core frost components.</p>
</a>
<a href="https://github.com/dogma-io/vmdom">
<h2>vmdom</h2>
<p>Lightweight browser implementation for Node's VM.</p>
</a>
</div>
</body>
</html>