-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (63 loc) · 2.82 KB
/
Copy pathindex.html
File metadata and controls
98 lines (63 loc) · 2.82 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Eusa's head is dreaming us.</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<!--[if IE]>
<style type="text/css">
.clear {
zoom: 1;
display: block;
}
</style>
<![endif]-->
</head>
<body>
<div class="section" id="page">
<div class="header">
<h1>EUSA</h1>
<!--<h3>Software.</h3>-->
<!--
<div class="nav clear">
<ul>
<li><a href="#article1">About</a></li>
<li><a href="#article2">Projects</a></li>
</ul>
</div>
-->
</div>
<div class="section" id="articles">
<div class="article" id="article1">
<!--
<h2>About</h2>
<div class="line"></div>
-->
<div class="articleBody clear">
<p>EUSA is a <a href="http://github.com/eusa">Github organisation</a>.</p>
<!--
</div>
</div>
<div class="line"></div>
<div class="article" id="article2">
<h2>Projects</h2>
<div class="line"></div>
<div class="articleBody clear">
-->
<p>Projects:</p>
<p><a href="greenvine/index.html">Greenvine</a> - a Maven plug-in for reverse engineering a database to a Spring/JPA/Hibernate/Unitils project.</p>
</div>
</div>
</div>
<div class="footer">
<div class="line"></div>
<p>Copyright 2011 - eusa.github.com</p>
<a href="#" class="up">Go UP</a>
</div>
</div>
<!-- JavaScript Includes -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.scrollTo-1.4.2/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>