-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 769 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
navId: home
title: Just for my kids
---
<div class="container">
<header id="overview" class="jumbotron subhead">
<h1>Just for my kid</h1>
<p class="lead">One day you will see what is the most important thing in your life !!!</p>
</header>
</div>
<div class="container">
<header id="projects">
<h1>JSR 286 Portlet samples</h1>
<p>Providing a set of portlet samples which are compliant with JSR 286 specification</p>
<p>Source: <a href="https://github.com/trongtt/286-compliant-portlet-samples">https://github.com/trongtt/286-compliant-portlet-samples</a></p>
<p>Site: <a href="https://trongtt.github.com/286-compliant-portlet-samples">https://trongtt.github.com/286-compliant-portlet-samples</a></p>
</header>
</div>