-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
291 lines (278 loc) · 16 KB
/
index.html
File metadata and controls
291 lines (278 loc) · 16 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Municipal Software Group</title>
<meta name="viewport" , content="width=device-width, initial-scale=1">
<meta name="viewport" , content="width=device-width, initial-scale=1">
<meta name="author" content="Collin Brittain">
<meta name="description" content>
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="/styles/common.css">
<link rel="stylesheet" href="/styles/fonts.css">
<link rel="stylesheet" href="/styles/header.css">
<link rel="stylesheet" href="/styles/burger.css">
<link rel="stylesheet" href="/styles/scrollArrow.css">
<link rel="stylesheet" href="/styles/main-default.css">
<link rel="stylesheet" href="/styles/main-480.css">
<link rel="stylesheet" href="/styles/main-992.css">
<link rel="stylesheet" href="/styles/main-1200.css">
<link rel="stylesheet" href="/styles/popup.css">
<link rel="stylesheet" href="/styles/footer.css">
<link rel="stylesheet" href="https://use.typekit.net/smw6ofn.css">
<link rel="stylesheet" href="/styles/fontawesome-free-5.15.3-web/css/all.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="/js/splash.js"></script>
</head>
<body class="open-sans" onscroll="highlight()">
<a id="top"></a>
<div id="wrapper">
<div id="scroll-menu" hidden>
<ul id="scroll-menu-list">
<a href="/#top">
<li class="scroll-menu-item">Top</li>
</a>
<a href="/#pitch-section">
<li class="scroll-menu-item">Our Software</li>
</a>
<a href="/#about-us-section">
<li class="scroll-menu-item">About Us</li>
</a>
<a href="/#contact-section">
<li class="scroll-menu-item">Contact Us</li>
</a>
</ul>
</div>
<!--- HEADER --->
<header id="grid-site-header">
<iframe src="/header.html" onload="this.insertAdjacentHTML('afterend', (this.contentDocument.body||this.contentDocument).innerHTML);this.remove()" hidden></iframe>
</header>
<!-- MAIN CONTENT --->
<main id="site-main">
<div id="main-container">
<div id="splash-container">
<div id="splash-inner">
<div id="splash-content">
<div id="splash-body" class="open-sans-bold f-splash-body">
<div id="splash-line"></div>
<p>Courts.</p>
<p>Managed.</p>
</div>
<div id="splash-buttons">
<a href="demo">
<div id="learn-more" class="button open-sans-bold f-medium">
<p>Product Demo</p>
</div>
</a>
</div>
</div>
<div id="info-container">
<div id="tip-box">
<div id="tip-box-header" class="open-sans-bold f-small">
<i class="fas fa-info-circle"></i>
<p>Did you know?</p>
<div id="close-tip" onclick="closeTip()">
<div class="close-tip-x"></div>
<div class="close-tip-x"></div>
</div>
</div>
<div id="tip-box-body" class="open-sans f-x-small">
Content coming soon!
</div>
</div>
<div id="news-box">
<div id="news-box-header" class="open-sans-bold f-small">
<p>News & Announcements</p>
</div>
<div id="news-box-body" class="f-x-small scrollable">
The revised R-84 Form is now available and will appear under the 'Data Transfer Reports' in the Print Menu. Please call (334) 821-1330 for more information.
</div>
</div>
</div>
</div>
<a href="#pitch-section" hidden>
<div id="scroll-arrow"></div>
</a>
</div>
<a name="pitch-section"></a>
<div id="pitch-container">
<div id="feature-container">
<div id="feature1" class="feature">
<div class="feature-image">
<img id="feature1-image" src="/images/CaseDataGraphic.svg" />
</div>
<div id="feature1-title" class="feature-title open-sans-bold f-feature-title">
Data Entry
</div>
<div id="feature1-body" class="feature-body">
Manage defendents, cases, warrants, and eCitation records with detailed data entry interfaces.
</div>
</div>
<div id="feature2" class="feature">
<div class="feature-image">
<img id="feature2-image" src="/images/PDFGraphic.svg" />
</div>
<div id="feature2-title" class="feature-title open-sans-bold f-feature-title">
Create and Edit Documents
</div>
<div id="feature2-body" class="feature-body">
With our intuitive PDF viewer, you can manage and print all of the documents attached to a case or defendent.
</div>
</div>
<div id="feature5" class="feature">
<div class="feature-image">
<img id="feature5-image" src="/images/ReportGraphic.svg" />
</div>
<div id="feature5-title" class="feature-title open-sans-bold f-feature-title">
Generate Reports
</div>
<div id="feature5-body" class="feature-body">
Periodic and one-off reports can be generated in state-standard format effortlessly.
</div>
</div>
<div id="feature4" class="feature">
<div class="feature-image">
<img id="feature4-image" src="/images/SignaturePadGraphic.svg" />
</div>
<div id="feature4-title" class="feature-title open-sans-bold f-feature-title">
Sign Documents
</div>
<div id="feature4-body" class="feature-body">
Employees sign with a click, defendents can sign with a signature pad.
</div>
</div>
<div id="feature3" class="feature">
<div class="feature-image">
<img id="feature3-image" src="/images/PaymentGraphic.svg" />
</div>
<div id="feature3-title" class="feature-title open-sans-bold f-feature-title">
Take Payments
</div>
<div id="feature3-body" class="feature-body">
Enter card details directly or use an external device. Defendents can also pay online.
</div>
</div>
</div>
</div>
<a name="about-us-section"></a>
<div id="about-us-container">
<div id="about-us-inner">
<div id="about-us-content">
<div id="about-us-bg-box"></div>
<img src="/images/about-us.png" id="about-us-image" />
<div id="about-us-text">
<div id="about-us-header" class="open-sans-bold f-x-large">
About Us
</div>
<div id="about-us-body" class="f-medium light-blue-background-text">
Located in Auburn, Alabama, we call the Heart of Dixie home. Municipal Software Group has been serving municipalities and communities of the Southeast for over 30 years. Our passions are impeccable customer service and user friendly software tailored to your unique requirements. We treat our customers as people, not numbers. Just ask them!
</div>
</div>
</div>
</div>
</div>
<div id="team-container">
<div id="team-inner">
<div id="team-content">
<div id="team-header" class="open-sans-bold f-x-large">
Meet the Team
</div>
<div id="team-line" class="orange-line"></div>
<div id="daryl" class="profile light-blue-background-text">
<img src="/images/daryl.jpg" class="profile-image" />
<div class="profile-text">
<div class="profile-header open-sans-bold f-large">
DARYL ROTTA
</div>
<div class="profile-title lora-italic f-medium">
Principal Engineer
</div>
<div class="profile-body f-medium">
Daryl is the founder and visionary behind Municipal Software Group. He has been married to his wife, Kelley, for over 25 years and they have four children. In his free time, he enjoys gardening, traveling, and going to concerts.
</div>
</div>
</div>
<div id="collin" class="profile light-blue-background-text">
<div id="profile-bg-box"></div>
<div class="profile-text">
<div class="profile-header open-sans-bold f-large">
COLLIN BRITTAIN
</div>
<div class="profile-title lora-italic f-medium">
Senior Engineer
</div>
<div class="profile-body f-medium">
Collin is the newest addition to the team. He and his wife, Cara, enjoy spending time with their son, travelling, roasting coffee, and watching Auburn sports.
</div>
</div>
<img src="/images/collin.jpg" class="profile-image" />
</div>
</div>
</div>
</div>
<a name="contact-section"></a>
<div id="contact-container">
<div id="contact-inner">
<div id="contact-content">
<div id="contact-header" class="open-sans-bold f-x-large">Drop us a line.</div>
<div id="contact-header-line" class="orange-line"></div>
<div id="contact-body">
<!--<form id="contact-form" class="f-small" method="get">
<input class="open-sans" placeholder="Name" type="text" tabindex="1" required/>
<input class="open-sans" placeholder="Email" type="email" tabindex="2" required/>
<input class="open-sans" placeholder="Phone Number (optional)" type="tel" pattern="[\+]\d{2}[\(]\d{2}[\)]\d{4}[\-]\d{4}" tabindex="3"/>
<textarea class="open-sans" rows="10" cols="60" placeholder="Message" id="contact-message" tabindex="4" required></textarea>
<button type="submit" id="contact-submit" class="primary open-sans-bold f-medium">SUBMIT</button>
</form>-->
<div id="contact-thanks" class="f-medium light-blue-background-text">
<div id="contact-details">
<div id="contact-other">
<b>Email:</b> municipalsoftware@outlook.com<br>
<b>Help Desk:</b> (334) 821-1330<br>
<b>Fax:</b> (888) 519-5443
</div>
<div id="contact-address">
Municipal Software Group, LLC<br>
P.O. Box 2521<br>
Auburn, AL 36831
</div>
</div>
<div id="contact-thanks-line" class="orange-line"></div>
<div id="contact-thanks-text" class="lora-italic f-thanks-text">
Thank you for reaching out to us! We look forward to helping you with all of your municipal software needs!
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!--- FOOTER --->
<footer id="site-footer">
<div id="footer-top-container">
<div id="footer-top-inner">
<div id="footer-content" class="f-x-small">
Copyright © 2019-2021
</div>
</div>
</div>
</footer>
</div>
</body>
<script src="/js/highlightScrollMenu.js"></script>
<script src="/js/toggleMenu.js"></script>
<script src="/js/closeMenu.js"></script>
<script src="/js/popup.js"></script>
<script src="/js/onload.js"></script>
<script src="/js/home-onload.js"></script>
<script>
var infoContainer = document.getElementById("info-container");
var splashContent = document.getElementById("splash-content");
infoContainer.style.height = getComputedStyle(splashContent).height;
$.getJSON("\\tips.json", null).then(function (json) {
var didYouKnow = document.getElementById("tip-box-body");
didYouKnow.textContent = json.tips[Math.floor(Math.random() * json.tips.length)];
});
</script>
</html>