Skip to content

Commit

Permalink
Home page cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 2, 2016
1 parent 0bd542b commit 6e91a1f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="wrapper">

<h2 class="footer-heading">{{ site.title }}</h2>
<!-- <h2 class="footer-heading">{{ site.title }}</h2> -->

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
Expand Down
9 changes: 0 additions & 9 deletions about.md

This file was deleted.

4 changes: 4 additions & 0 deletions index.html → blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
layout: default
---

Hello

Is this HTML or MD?

<div class="home">
<h1 class="page-heading">Community</h1>
<p>We <a href="https://mattermost.eclipse.org/eclipse/channels/jdt-null-analysis">chat on the #jdt-null-analysis channel on mattermost.eclipse.org</a> - see you there?</p>
Expand Down
16 changes: 16 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: page
title: Home
permalink: /
---

__lastNPE__.org is resources related to developing `NullPointerException` safe code in Eclipse, and:

1. provides [external null annotations](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_external_null_annotations.htm) (EEA)
for [common libraries](https://github.com/lastnpe/eclipse-null-eea-augments/tree/master/libraries)
2. regularly [publishes those EEA to Maven central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.lastnpe%22)
3. offers [an Eclipse plugin to extend M2E for EEA](https://github.com/lastnpe/eclipse-external-annotations-m2e-plugin)
4. show cases [example projects](https://github.com/lastnpe/eclipse-null-eea-augments/tree/master/examples/maven)
5. is [an open source community](https://www.redhat.com/en/open-source)
6. we [chat on #jdt-null-analysis at mattermost.eclipse.org](https://mattermost.eclipse.org/eclipse/channels/jdt-null-analysis) - see you there?
7. are very open to welcome new contributors!

0 comments on commit 6e91a1f

Please sign in to comment.