-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
170 lines (149 loc) · 4.49 KB
/
products.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Genesis Solutions Design</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/text.css" />
<link rel="stylesheet" href="css/960_24_col.css" />
<link rel="stylesheet" href="css/main.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
</head>
<body>
<div class="container_24">
<!--Navigation Bar-->
<div class="grid_6 logocontainer">
<h1>
<a href="index.html"><img id="genesislogo" src="img/genesislogo.png" alt="Logo" title="Genesis Solutions Design"/></a>
</h1>
</div>
<div class="grid_18 navcontainer">
<div class="navitems">Property Managers</div>
<div class="navitems">Water Mitigation Contractors</div>
<div class="navitems">Professional Service Providers</div>
<div class="navitems">Insurance Companies</div>
<div class="navitems" onclick="document.location=\'http://www.homesync.co/genesis/products.html\'">Products & Services</div>
<!--End Navigation Bar-->
</div>
<div class="clear"></div>
<!--Sub Nav Bar-->
<div class="grid_24 subnavbar">
<ul>
<li><a href='index.html'>Home</a></li>
<li>About Us</li>
<li>FAQ</li>
<li>News</li>
<li>Make a Request</li>
<li>Contact Us</li>
</ul>
</div>
<div class='clear'></div>
<!--index page info-->
<div class='grid_18'>
<div class='productsheadercontainer'>
<p class='productpageheadertext'>
Products and Services
</p>
Genesis Solutions Design offers an ecosystem which enables service managers to implement cutting-edge data and management technologies.
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='fnisuite.html';">
<img class='productslogo' src='img/productsfnilogo.png' />
</div>
<a class='singleproductheader' href='fnisuite.html'>
Fire n Ice Suite
</a><br />
Water mitigation software
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='einvoicing.html';">
eInvoicing
</div>
<a class='singleproductheader' href='einvoicing.html'>
eInvoicing
</a><br />
<!--Online billing system for service related companies-->
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='cattrax.html';">
CatTrax
</div>
<a class='singleproductheader' href='cattrax.html'>
CatTrax
</a><br />
<!--Claim and Assignment tracking system.-->
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='gms.html';">
Genesis Management Systems
</div>
<a class='singleproductheader' href='gms.html'>
Genesis Management Systems
</a><br />
<!--Job Management and Communication system-->
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='bidxclaim.html';">
BidXClaim
</div>
<a class='singleproductheader' href='bidxclaim.html'>
BidXClaim
</a><br />
<!--Reverse Auction web site to invite competition amongst contractors-->
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='mobidiagram.html';">
Mobile Diagramming
</div>
<a class='singleproductheader' href='mobidiagram.html'>
Mobile Diagramming
</a><br />
<!--Desktop and iPad Diagramming with upload communication to GSD core.-->
</div>
<div class='productcontainer'>
<div class='productlogocontainer' onclick="document.location='mobidiagram.html';">
Custom Solutions
</div>
<a class='singleproductheader' href='mobidiagram.html'>
Custom Solutions
</a><br />
<!--Desktop and iPad Diagramming with upload communication to GSD core.-->
</div>
</div>
<div class='grid_6 makerequest'>
<center><span style='font-size: 17px;'>Make a Request</span></center>
<form>
<table>
<tr>
<td>Name</td>
</tr>
<tr>
<td><input type='text' size='25'/></td>
</tr>
<tr>
<td>Email</td>
</tr>
<tr>
<td><input type='text' size='25'/></td>
</tr>
<tr>
<td>Company</td>
</tr>
<tr>
<td><input type='text' size='25'/></td>
</tr>
<tr>
<td>Request</td>
</tr>
<tr>
<td><textarea rows='6' class='requesttextarea'></textarea></td>
</tr>
</table>
<input type='submit' class='button' value='Send Request'>
</form>
</div>
</div>
<!-- end .container_24 -->
</body>
</html>