-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.php
More file actions
executable file
·56 lines (50 loc) · 2.15 KB
/
welcome.php
File metadata and controls
executable file
·56 lines (50 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "signup_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row " style="margin-left: auto; margin-right: auto; margin-bottom: 0px">
<div class="span15" style="margin-top:120px;margin-bottom: 15px; margin-left: auto; margin-right: auto; ">
<h4 class="glow" style="font-family: 'Trebuchet MS', sans-serif; text-align: center; width: 100%; font-size: 40px; font-weight: lighter; color:#444444; "> Thanks for signing up!</h4>
</div>
<div class="span15" style="margin-bottom: 20px; margin-left: auto; margin-right: auto;">
<h2 style="font-family: 'Trebuchet MS', sans-serif; text-align: center; font-weight: medium; color:#444444; font-size: 20px; line-height: 20px;">
What can we do for you next?
</h2>
</div>
<div class="span15" style="margin-bottom: 7px; margin-left: auto; margin-right: auto; text-align: center;">
<table width="100%" style="margin-bottom: 10px; margin-right: auto; margin-left: auto; text-align: center;">
<tbody>
<tr>
<td width="100%"align="center" valign="middle" height="100%" style="vertical-align:middle;" >
<form method="post" action="userguide.php">
<input class="btn small orange" type="submit" style="height:37px;width:165px;" name="guide" value="User's Guide"> </input> </form>
<form method="post" action="index.php">
<input class="btn small orange" type="submit" style="height:37px;width:165px;" name="home" value="Sign In"> </input>
</form>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row" style="margin-left: 0px";>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>