-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathteam.php
157 lines (141 loc) · 5.88 KB
/
team.php
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
<?php $current_page = "team";
include 'home/connect_mysql.php'; ?>
<!DOCTYPE html>
<html lang="de">
<head>
<?php include 'home/head.php'; ?>
<title>Team - VTCManager</title>
</head>
<body class="elegant-color-dark">
<!--Main Navigation-->
<header>
<!-- Navbar -->
<?php include 'home/navbar.php'; ?>
<!-- Navbar -->
</header>
<!--Main Navigation-->
<!--Main layout-->
<main class="pt-5 mx-lg-5">
<div class="container-fluid mt-5">
<!-- Heading -->
<div class="card mb-4 wow fadeIn">
<!--Card content-->
<div class="card-body elegant-color white-text text-center">
<a class="h4">
VTCManager-Team
</a>
</div>
</div>
<!-- Heading -->
<div class="card mb-4 wow fadeIn">
<!--Card-->
<div class="card" style="width:100%;">
<!--Card content-->
<div class="card-body elegant-color white-text" style="width:100%;">
<div class="row justify-content-center mb-xl-5">
<div class="col-sm-12 pt-md-3">
<h1 style="color: rgb(233, 30, 99);" class="mx-auto text-center">Project Director</h1>
</div>
<div class="col-sm-12 h-25 pb-0">
<hr class="mx-auto col-md-8 m-0">
</div>
<div class="col-sm-12 h-25 pb-0 text-center">
<p class="mx-auto col-md-8 mt-md-3">Gründer von VTCManager. Er übernimmt wichtige Aufgabenbereiche, wie das Projekt-Managment und die Entwicklung.</p>
</div>
<?php include 'home/team/get_project_director.php'; ?>
</div>
<div class="row justify-content-center mb-xl-5">
<div class="col-sm-12 pt-md-3">
<h1 style="color: rgb(250, 0, 0);" class="mx-auto text-center">Project Manager</h1>
</div>
<div class="col-sm-12 h-25 pb-0">
<hr class="mx-auto col-md-8 m-0">
</div>
<div class="col-sm-12 h-25 pb-0 text-center">
<p class="mx-auto col-md-8 mt-md-3">Zuständig für die Planung und das Managment unserer Software.</p>
</div>
<?php include 'home/team/get_project_manager.php'; ?>
</div>
<div class="row justify-content-center mb-xl-5">
<div class="col-sm-12 pt-md-3">
<h1 style="color: rgb(153, 45, 34);" class="mx-auto text-center">Event / Konvoi-Manager</h1>
</div>
<div class="col-sm-12 h-25 pb-0">
<hr class="mx-auto col-md-8 m-0">
</div>
<div class="col-sm-12 h-25 pb-0 text-center">
<p class="mx-auto col-md-8 mt-md-3">Planung von offizielen VTCM-Events/Konvois.</p>
</div>
<?php include 'home/team/get_event_convoy_manager.php'; ?>
</div>
<div class="row justify-content-center mb-xl-5">
<div class="col-sm-12 pt-md-3">
<h1 style="color: rgb(230, 126, 34)" class="mx-auto text-center">Developer</h1>
</div>
<div class="col-sm-12 h-25 pb-0">
<hr class="mx-auto col-md-8 m-0 role-underline">
</div>
<div class="col-sm-12 h-25 pb-0 text-center">
<p class="mx-auto col-md-8 mt-md-3 role-description">Unsere Entwickler entwickeln unsere zahlreichen einzigartigen Features.</p>
</div>
<?php include 'home/team/get_developer.php'; ?>
</div>
<div class="row justify-content-center mb-xl-5">
<div class="col-sm-12 pt-md-3">
<h1 style="color: rgb(31, 139, 76)" ; class="mx-auto text-center">Supporter</h1>
</div>
<div class="col-sm-12 h-25 pb-0">
<hr class="mx-auto col-md-8 m-0 role-underline">
</div>
<div class="col-sm-12 h-25 pb-0 text-center">
<p class="mx-auto col-md-8 mt-md-3 role-description">Unsere Supporter sind immer für dich da und helfen bei allen Fragen.</p>
</div>
<?php include 'home/team/get_supporter.php'; ?>
</div>
<div class="row justify-content-center mb-xl-5">
<div class="col-sm-12 pt-md-3">
<h1 style="color: rgb(31, 139, 76)" ; class="mx-auto text-center">Patreons</h1>
</div>
<div class="col-sm-12 h-25 pb-0">
<hr class="mx-auto col-md-8 m-0 role-underline">
</div>
<div class="col-sm-12 h-25 pb-0 text-center">
<p class="mx-auto col-md-8 mt-md-3 role-description">Ein besonderes Dankeschön geht an unsere Patreons, die dieses Projekt am Laufen halten und es uns ermöglichen zusätzliche Funktionen einzubauen.</p>
</div>
<?php include 'home/team/get_patreons.php'; ?>
</div>
</div>
</div>
<!--/.Card-->
</div>
</div>
</main>
<!--Main layout-->
<!--Footer-->
<?php
include 'home/footer.php'; //Footer laden
?>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="/home/js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="/home/js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="/home/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="/home/js/mdb.min.js"></script>
<!-- Initializations -->
<script type="text/javascript">
// Animations initialization
new WOW().init();
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.1/umd/popper.min.js"></script>
<script>
// Tooltips Initialization
$(function() {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>
</html>