-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (97 loc) · 4.28 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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/stylesheets/reset.css">
<link rel="stylesheet" href="assets/stylesheets/main.css">
<link rel="stylesheet" href="assets/stylesheets/home.css">
<link rel="shortcut icon" href="assets/images/ds.png">
<title>DispatchSystem - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://blockba5her.github.io/dispatchsystem">
<meta property="og:site_name" content="DispatchSystem">
<meta property="og:title" content="A CAD/MDT Made To Be Simple">
<meta property="og:description" content="DispatchSystem is an easy to install, easy to use, CAD/MDT system. Improvements are always being made, and help is always wanted.">
<meta property="og:image" content="https://blockba5her.github.io/dispatchsystem/assets/images/ds.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1000">
<meta property="og:image:height" content="1000">
</head>
<body>
<header class="primary-header container group">
<div>
<h1 class="logo">
<a href="">
Dispatch<br>System
</a>
</h1>
</div>
<h3 class="tagline">A CAD/MDT Made To Be Simple</h3>
<nav class="nav primary-nav">
<ul>
<li><a class="btn btn-default" href="">Home</a></li>
<li><a class="btn btn-default" href="http://discord.gg/ZcTayce">Discord</a></li>
<li><a class="btn btn-default" href="https://forum.fivem.net/t/44848">FiveM</a></li>
<li><a class="btn btn-default" href="credits">Credits</a></li>
<li><a class="btn btn-default" href="about">Information</a></li>
</ul>
</nav>
</header>
<section class="hero container">
<h2>DispatchSystem CAD/MDT</h2>
<p>DispatchSystem is an easy to install, easy to use, CAD/MDT system. Improvements are always being made, and help is always wanted.</p>
<div style="display: inline-block;">
<a class="btn hero-btn" href="https://github.com/blockba5her/dispatchsystem/releases">Download</a>
<a class="btn hero-btn" href="about">About</a>
</div>
</section>
<section class="row" style="min-height: 630px;">
<div class="grid">
<section class="col-1-3">
<div class="teaser">
<h5>Discord</h5>
<a href="http://discord.gg/ZcTayce" style="text-decoration: none;">
<img src="assets/images/home/discord.png" alt="Discord">
<h3>Discord</h3>
<h4>Need help?</h4>
</a>
<p>Join the DispatchSystem discord server for any help, or just to contribute.</p>
</div>
</section><!--
--><section class="col-1-3">
<div class="teaser">
<h5>FiveM</h5>
<a href="https://forum.fivem.net/t/44848" style="text-decoration: none;">
<img src="assets/images/home/fivem.png" alt="FiveM">
<h3>FiveM</h3>
<h4>View the topic</h4>
</a>
<p>View the topic on the FiveM forums to learn more about it, or ask questions.</p>
</div>
</section><!--
--><section class="col-1-3">
<div class="teaser">
<h5>Credits</h5>
<a href="credits" style="text-decoration: none;">
<img src="assets/images/home/credits.png" alt="Credits">
<h3>Credits</h3>
<h4>😂 WHO DID THIS? 😂</h4>
</a>
<p>Do you want to figure out who made this awesome script? Look no further.</p>
</div>
</section>
</div>
</section>
<footer class="primary-footer container group">
<small>© BlockBa5her 2017</small>
<nav class="nav">
<ul>
<li><a class="btn btn-default" href="">Home</a></li>
<li><a class="btn btn-default" href="http://discord.gg/ZcTayce">Discord</a></li>
<li><a class="btn btn-default" href="https://forum.fivem.net/t/44848">FiveM</a></li>
<li><a class="btn btn-default" href="credits">Credits</a></li>
<li><a class="btn btn-default" href="about">Information</a></li>
</ul>
</nav>
</footer>
</body>
</html>