Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 24d8a2e

Browse files
committed
Update.
1 parent 1de2c5a commit 24d8a2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

css/styles.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,20 @@ nav {
390390
top: 0;
391391
left: 0;
392392
}
393-
article {
393+
article, .move-announcement {
394394
padding: 2rem;
395395
background-color: #fff;
396396
}
397+
.move-announcement {
398+
background-color: orange;
399+
}
400+
.move-announcement * {
401+
color: #fff;
402+
}
403+
.move-announcement a {
404+
color: #DF0000;
405+
font-weight: 500;
406+
}
397407
article p {
398408
margin: 0 0 2rem;
399409
}

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ <h2>Make Component-Based Interfaces</h2>
6767
</p>
6868
</section>
6969
</header>
70+
<section class='move-announcement'>
71+
<h2>This version of Composi is no longer in development. We have moved everything related to Composi into its own namespace on NPM (<a target='__blank' href="https://www.npmjs.com/package/@composi/core">@composi/core</a>) and its own dedicated group on Github: <a target='__blank' href="https://github.com/composi">composi</a>. As such there is a new website for @composi/core: <a href="https://composi.github.io">composi.github.io</a></h2>
72+
</section>
7073
<article>
7174
<section>
7275
<div class="main__column">

0 commit comments

Comments
 (0)