forked from MPAS-Dev/mpas-dev.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
52 lines (47 loc) · 1.54 KB
/
registration.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>MPAS Registration</title>
<style type="text/css">
#apDiv1 {
position:absolute;
width:350px;
height:341px;
z-index:1;
left: 100px;
top: 35px;
}
#apDiv2 {
position:absolute;
width:700px;
height:20px;
z-index:2;
left: 21px;
top: 7px;
}
#apDiv3 {
position:absolute;
width:392px;
height:319px;
z-index:3;
left: 100px;
top: 38px;
}
#apDiv4 {
position:absolute;
width:701px;
height:201px;
z-index:4;
left: 20px;
top: 360px;
}
</style></head><body>
<div id="apDiv1">
<p><strong>New Users:</strong>
We request that users of MPAS software register. The information allows
us to better determine how to support and develop the model. Please
register using this <a href="https://docs.google.com/spreadsheet/viewform?formkey=dHoxZjhnOFdBUkF6VUxUWWZ0bkZ4VXc6MA#gid=0" target="_blank">form</a>.</p>
<p><strong>After you register:</strong> Please considering subscribing for the relevant <a href="https://github.com/MPAS-Dev/MPAS-Model/wiki/Users-Mailing-Lists" title="MPAS Mailing Lists" target="_blank">mailing lists</a>.
</p><hr />
<p><strong>Registered Users:</strong> If you have already registered, please continue <a href="model.html" target="mainFrame">here</a>.
</p></div>
</body></html>