Skip to content

Commit 8cdae89

Browse files
committed
Create readme
1 parent 6d3f3dd commit 8cdae89

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 RecifeJs
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<div align="center">
2+
3+
<br />
4+
5+
<img alt="RecifeJs" src="https://raw.githubusercontent.com/recifejs/recife/master/logo.png" />
6+
7+
<br />
8+
<br />
9+
10+
<h1>Documentation</h1>
11+
12+
<br />
13+
<br />
14+
15+
[![Netlify Status](https://api.netlify.com/api/v1/badges/37b8a7e5-6396-41fe-8124-5978586d0dfd/deploy-status)](https://app.netlify.com/sites/recifejs/deploys)
16+
17+
<br />
18+
<br />
19+
20+
[Link](https://recifejs.org/) | [CLI](https://github.com/recifejs/cli) | [RecifeJS](https://github.com/recifejs/recife)
21+
22+
<br />
23+
<br />
24+
25+
</div>
26+
27+
## Running the documentation
28+
29+
**Create new project**
30+
31+
```
32+
cd website
33+
npm install
34+
npm run start
35+
```
36+
37+
## License
38+
39+
RecifeJs Documentation is open source software [licensed as MIT](https://github.com/recifejs/docs/blob/master/LICENSE).

website/static/css/custom.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,25 @@
192192
}
193193

194194
@media only screen and (max-width: 1023px) {
195+
.homeWrapper {
196+
flex-direction: column;
197+
}
198+
.headerTitleWithLogo {
199+
display: initial !important;
200+
}
201+
.fixedHeaderContainer header {
202+
justify-content: center;
203+
}
204+
.fixedHeaderContainer .navigationSlider .slidingNav ul {
205+
background: white;
206+
padding: 5px;
207+
box-sizing: border-box;
208+
height: 50px;
209+
}
210+
.fixedHeaderContainer .navigationSlider .slidingNav ul li a {
211+
padding: 5px;
212+
height: 35px;
213+
}
195214
}
196215

197216
@media only screen and (min-width: 1400px) {

0 commit comments

Comments
 (0)