-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (41 loc) · 1.88 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Personal Development Manager Tests</title>
<meta name="author" content="Karol Pasierb">
<meta name="description" content="">
<!--<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">-->
<link href="https://fonts.googleapis.com/css?family=Chewy|Cinzel|Gentium+Basic|Patrick+Hand|Arimo" rel="stylesheet">
<link rel="stylesheet" href="standard.css">
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery-ui.min.js"></script>
<script type="text/javascript" src=""></script>
</head>
<body>
<div id="wrapper" >
<nav></nav>
<main id="mainMain">
<aside></aside>
<div id="mainContent">
<h1 id="PDMtests">Personal Development Manager</h1>
<h2>Productivity and Personal Development Tests</h2>
<p>
Thank you for your time and participating in these tests.
Please note this is the first version of this page and may contain bugs or behave unexpectedly.
I would appreciate any feedback, suggestions, requests and bug reports.
You can use <a href="bugReport.php"> this </a> page to submit a bug.
</p>
<p>
I really hope you will enjoy this test and will find it useful.
<strike>Please click on one of the titles below to start the test you are interested in.</strike>
<br>At this point only first exercise works.
Take your time.
</p>
<a href="lifeTargets/lifeTargets.html" class="testsLinks"> <h3>Life Clock</h3></a>
<a href="threeImportantThings/threeMostImportangThings.html" class="testsLinks"> <h3>Three Most Important Things - Under Construction!</h3> </a>
</div>
</main>
</div>
</body>
</html>