Skip to content

Commit 878d809

Browse files
committed
Add the Doc is under maintenance waring
1 parent c312b63 commit 878d809

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

2+
23
# The docs for Inter
34

5+
**Warning**: The site is documentation maintenance, you will experience some UI changes over time.
6+
47
* Official repo: [Interjs](https://github.com/interjs/inter)
58
* Official tutorial: [Tutorial](https://inter.js.org)
69

index.html

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,14 @@
4444

4545
<body>
4646
<section class="main">
47-
<div class="header">
47+
<header class="header">
4848
<p>A versão 3 será lançada brevemente!</p>
49-
</div>
50-
<header>
51-
<div class="follow">
52-
53-
<nav>
54-
<a href="https://github.com/interjs/inter" title="Github"><i class="fab fa-github"></i></a>
55-
<a href="https://www.facebook.com/groups/3015405535345615/" title="Facebook"><i
56-
class="fab fa-facebook"></i></a>
57-
<a href="https://gitter.im/Interjs/community" title="Gitter"><i class="fab fa-gitter"></i></a>
58-
59-
</nav>
60-
</div>
61-
62-
</header>
49+
</header>
6350
<article>
6451

6552
<section class="Inter">
6653
<img src="/images/Inter.png">
67-
<h1>O <span class="hl">framework</span> Javascript <span class="hl">simples</span></h1>
54+
<h1>Dia <span class="hl">21</span> é o aniversário do <span class="hl">Interjs</span>!</h1>
6855
<h4 align="center">
6956
Instala a extensão do Vscode clicando em <a href="https://marketplace.visualstudio.com/items?itemName=interjs.inter-intellisense&ssr=false#overview" target="_blank" class="hl">Intellisense</a>
7057
<h4>

style/homepage.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
:root {
1919
--offcolor: hsl(219, 60%, 62%);
2020

21-
;
21+
2222
}
2323

2424
header {
@@ -28,6 +28,7 @@
2828
z-index: 999;
2929
background-color: var(--offcolor);
3030
box-shadow: 1px 1px 2px black;
31+
3132

3233
}
3334

@@ -682,10 +683,6 @@
682683
font-size: 1rem;
683684
}
684685

685-
header {
686-
transform: translateX(-1000px);
687-
}
688-
689686
.Inter {
690687
margin-top: 10%;
691688
}
@@ -829,6 +826,13 @@
829826
aside {
830827
width: 70vw;
831828
}
829+
830+
h1 {
831+
832+
font-size: 1.3rem
833+
834+
}
835+
832836
}
833837

834838
.space {

0 commit comments

Comments
 (0)