-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection_template
31 lines (31 loc) · 953 Bytes
/
section_template
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
<section class="group group--tools" id="bebytecodemanipulation">
<div class="container">
<header>
<h2 class="group__heading">
<i class="group__heading--icon ion-ios-compose-outline"></i>
Bytecode Manipulation
</h2>
</header>
<article class="container__resource">
<div class="resource">
<img
class="resource__logo resource__logo--round"
src="img/logos/vscode.png"
/>
<h3 class="resource__heading">
<a
target="_blank"
class="resource__link"
href="https://projectlombok.org/features/all"
>lombok</a
>
</h3>
<p class="resource__text">
Project Lombok is a java library that automatically plugs into your
editor and build tools, spicing up your java. Never write another
getter or equals ...
</p>
</div>
</article>
</div>
</section>