|
11 | 11 | <link rel="stylesheet" href="css/pure/pure-min.css">
|
12 | 12 | <link rel="stylesheet" href="css/pure/grids-responsive-min.css">
|
13 | 13 | <link rel="stylesheet" href="css/scroll.css">
|
| 14 | + <link rel="stylesheet" href="css/code.css"> |
14 | 15 | <link rel="stylesheet" href="css/common.css">
|
15 | 16 | <link rel="stylesheet" href="css/menu.css">
|
16 | 17 | <link rel="stylesheet" href="css/banner.css">
|
| 18 | + <style> |
| 19 | + #announce { |
| 20 | + color: white; |
| 21 | + background: rgba(50, 110, 145, 0.7); |
| 22 | + border: 1px solid rgb(0, 0, 0, 0.6); |
| 23 | + box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6); |
| 24 | + padding: 10pt; |
| 25 | + |
| 26 | + max-width: fit-content; |
| 27 | + margin-left: auto; |
| 28 | + margin-right: auto; |
| 29 | + } |
| 30 | + #announce-title { |
| 31 | + font-weight: bold; |
| 32 | + } |
| 33 | + </style> |
17 | 34 | </head>
|
18 | 35 | <body>
|
19 | 36 | <header class="pure-menu pure-menu-horizontal">
|
@@ -62,6 +79,13 @@ <h1>Recaf</h1>
|
62 | 79 | </div>
|
63 | 80 | <article>
|
64 | 81 | <div id="content">
|
| 82 | + <div id="announce"> |
| 83 | + <h3 id="announce-title">Recaf 4.0.0</h3> |
| 84 | + <p>Recaf has been rewritten from the ground up and is almost ready for an official release.<br> |
| 85 | + The new release is designed to facilitate extensive plugin and scripting support, new features and improvements to existing ones.</p> |
| 86 | + <p>Pre-releases will be available on the project's <span class="code"><a href="https://github.com/Col-E/Recaf/releases">releases</a></span> page</p> |
| 87 | + <p>You can track the progress on the 4.X development branch: <span class="code"><a href="https://github.com/Col-E/Recaf/tree/dev4">dev4</a></span> </p> |
| 88 | + </div> |
65 | 89 | <h3>What is Recaf?</h3>
|
66 | 90 | <p>Recaf is an open-source Java bytecode editor that simplifies the process of editing compiled Java applications. To make things easier Recaf abstracts away much of the internal class file format. Difficult tasks such as updating stack-frames are done automatically. Along with additional features to assist in the process of editing classes, Recaf is the most feature-rich free bytecode editor available.</p>
|
67 | 91 |
|
|
0 commit comments