-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (125 loc) · 6.42 KB
/
index.html
File metadata and controls
138 lines (125 loc) · 6.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DockerPlex</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="UICardio">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css">
<!-- Theme Color -->
<meta name="theme-color" content="#fd786b30">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light reveal">
<div class="container">
<a class="navbar-brand" href="#">
<img src="./assets/img/logo.svg" width="200px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="https://dockerplex.org/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/dockerplex/">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://wiki.dockerplex.org/">Wiki</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://dockerplex.org/discord">Discord</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://dockerplex.org/about/">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Cover -->
<section id="cover" class="my-5" >
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 d-flex align-items-center">
<div>
<h1 class="display-3 font-weight-bold reveal" style="line-height: 80px;">Complex setups made simple</h1>
<span class="pink-divider my-3 reveal"></span>
<p class="text-muted reveal">Bigger plex setups can take a long time to properly setup and maintain. DockerPlex attempts to make the whole process less time consuming.</p>
</div>
</div>
<div class="col-lg-6 col-12 d-flex align-items-center" style="height: 70vh;background-image: url('./assets/img/shape-1.svg'); background-size: contain; background-repeat: no-repeat;">
<div class="bg-white shadow rounded">
<img src="./assets/img/screenshot.svg" width="100%">
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features" class="my-5 py-5">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-3 col-12">
<div class="p-4 text-center">
<div class="mx-auto d-flex align-items-center text-center" style="width: 120px; height: 120px; background-image: url('./assets/img/yellow-shape.svg');background-size: contain;background-position: center;background-repeat: no-repeat;font-size:60px">
<i class="fa fa-container-storage mx-auto"></i>
</div>
<h4 class="font-weight-bold mt-4">Microservices</h4>
<p class="text-muted">Easy maintenance with every service running inside docker containers.</p>
</div>
</div>
<div class="col-lg-3 col-12">
<div class="p-4 text-center">
<div class="mx-auto d-flex align-items-center text-center" style="width: 120px; height: 120px; background-image: url('./assets/img/blue-shape.svg');background-size: contain;background-position: center;background-repeat: no-repeat;font-size:60px">
<i class="fa fa-lock-alt mx-auto"></i>
</div>
<h4 class=" font-weight-bold mt-4">Security</h4>
<p class="text-muted">Best practices with every service behind a reverse proxy and no containers exposed.</p>
</div>
</div>
<div class="col-lg-3 col-12">
<div class="p-4 text-center">
<div class="mx-auto d-flex align-items-center text-center" style="width: 120px; height: 120px; background-image: url('./assets/img/red-shape.svg');background-size: contain;background-position: center;background-repeat: no-repeat;font-size:60px">
<i class="fa fa-robot mx-auto"></i>
</div>
<h4 class=" font-weight-bold mt-4">Automation</h4>
<p class="text-muted">Everything is automated, from TLS certificates to automated media discovery and download.</p>
</div>
</div>
</div>
</div>
</section>
<footer class="mt-5 py-5" style="background-color: #fd786b30;position: relative;">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 text-dark">
<img src="./assets/img/logo_black.svg" width="150px" class="mb-3">
<p>© 2019 DockerPlex, all rights reserved</p>
</div>
<div class="col-lg-6 col-12 text-lg-right text-center mt-4 mt-sm-0">
<h3>
<a class="ml-2 text-dark" href="https://www.reddit.com/r/dockerplex/"><i class="fab fa-reddit"></i></a>
</h3>
<div>
<a class="text-dark ml-3" href="https://github.com/dockerplex/">GitHub</a>
<a class="text-dark ml-3" href="https://wiki.dockerplex.org/">Wiki</a>
<a class="text-dark ml-3" href="https://dockerplex.org/discord">Discord</a>
<a class="text-dark ml-3" href="https://dockerplex.org/about/">About</a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script defer src="https://pro.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-GBwm0s/0wYcqnK/JmrCoRqWYIWzFiGEucsfFqkB76Ouii5+d4R31vWHPQtfhv55b" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script type="text/javascript" src="./assets/js/script.js"></script>
</body>
</html>