-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmicrosoftcourses.html
More file actions
227 lines (214 loc) · 11.6 KB
/
Copy pathmicrosoftcourses.html
File metadata and controls
227 lines (214 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Dataplus</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900">
<link href="https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div id="top-header" class="container pt-2 pb-2">
<div class="row">
<div class="col-6 justify-content-center justify-content-lg-start">
<a href="https://www.facebook.com/"><i class="fab fa-facebook-f fa-lg"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter fa-lg"></i></a>
<a href="https://www.youtube.com"><i class="fab fa-youtube fa-lg"></i></a>
</div>
<div class="col-6 d-flex justify-content-end">
<span><a href="tel:63-2-837-24788"><i class="fas fa-phone-alt fa-fw mr-1"></i>+63 2 83724788</a></span>
</div>
</div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-light navbar-expand-md fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"
><img
src="assets/img/dp-logo-outine.png"
alt="DataPlus"
style="width: 70px; height: 50px;" /></a
><button
data-toggle="collapse"
class="navbar-toggler"
data-target="#navcol-1"
>
<span class="sr-only">Toggle navigation</span
><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="manageservices.html">MANAGED SERVICES</a>
</li>
<li class="nav-item dropdown">
<a
class="dropdown-toggle active nav-link"
data-toggle="dropdown"
aria-expanded="false"
href="#"
>TRAININGS</a
>
<div class="dropdown-menu" role="menu">
<a href="microsoftcourses.html" class="dropdown-item">Microsoft Courses</a>
<a href="managementcourses.html" class="dropdown-item">Management Courses</a>
<a href="comptia.html" class="dropdown-item">CompTIA Courses</a>
<a href="cisco.html" class="dropdown-item">Cisco Courses</a>
<a href="softskillscourses.html" class="dropdown-item">Soft Skill Courses</a>
<a href="databasecourses.html" class="dropdown-item">Database Courses</a>
</div>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="aboutus.html">ABOUT US</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="contact-us.html">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="hero-img-microsoftcourses"></div>
<main id="training-course">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 d-flex flex-wrap align-content-center px-5 hide">
<h2><strong>MICROSOFT COURSES</strong></h2>
<p>As a Microsoft Partner for Learning we offer Instructor led training, classroom or online based on official curriculum.<br></p>
<p>As another option we also offer Learn on demand for busy IT professionals.<br></p>
<p>We also provide guidance and assessments for IT professionals to elevate their career in the IT industry. Certifications preparations for trainees are handled by our Microsoft Certified Trainers to help succeed in their exams.</p><br>
<p>
For more information on specific courses, please send us an email:
</p>
<a href="contact-us.html" class="btn click-here" role="button">CLICK HERE</a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="card shadow my-2 mt-5"><img class="card-img-top w-100 d-block" src="assets/img/server-track.jpg" alt="server-track">
<div class="card-body">
<h4 class="card-title"><strong>SERVER TRACK</strong></h4>
<p class="card-text"></p>
<ul>
<li>Windows Server.</li>
<li>Exchange Server</li>
<li>SharePoint Server</li>
<li>System Server</li>
<li>Virtualization</li>
<li>Microsoft Azure</li>
</ul>
</div>
</div>
<div class="card shadow my-2 mt-5"><img class="card-img-top w-100 d-block" src="assets/img/database-track.jpg" alt="database">
<div class="card-body">
<h4 class="card-title"><strong>DATABASE TRACK</strong></h4>
<p class="card-text"></p>
<ul>
<li>SQL server</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="card shadow my-2"><img class="card-img-top w-100 d-block" src="assets/img/desktop-track.jpg" alt="desktop">
<div class="card-body">
<h4 class="card-title"><strong>DESKTOP TRACK</strong></h4>
<p class="card-text"></p>
<ul>
<li>Windows 10</li>
</ul>
</div>
</div>
<div class="card shadow my-2"><img class="card-img-top w-100 d-block" src="assets/img/application-track.jpg" alt="application">
<div class="card-body">
<h4 class="card-title"><strong>APPLICATION TRACK</strong></h4>
<p class="card-text"></p>
<ul>
<li>Microsoft 365</li>
<li>Office 365</li>
</ul>
</div>
</div>
<div class="card shadow my-2"><img class="card-img-top w-100 d-block" src="assets/img/developer-track.jpg" alt="developer">
<div class="card-body">
<h4 class="card-title"><strong>DEVELOPER TRACK</strong></h4>
<p class="card-text"></p>
<ul>
<li>Visual Studio</li>
<li>Microsoft Azure</li>
<li>SharePoint Development</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 px-5 hide2">
<h2><strong>MICROSOFT COURSES</strong></h2>
<p>As a Microsoft Partner for Learning we offer Instructor led training, classroom or online based on official curriculum.<br></p>
<p>As another option we also offer Learn on demand for busy IT professionals.<br></p>
<p>We also provide guidance and assessments for IT professionals to elevate their career in the IT industry. Certifications preparations for trainees are handled by our Microsoft Certified Trainers to help succeed in their exams.</p>
<p class="mt-3">For more information on specific courses, please send us an email:</p>
<a href="contact-us.html" class="btn click-here" role="button">CLICK HERE</a>
</div>
</div>
</div>
</main>
<footer class="footer-clean">
<div class="container">
<div class="row justify-content-center">
<div id="footer-social" class="col-sm-9 col-md-6 col-lg-6 item"><img src="assets/img/dp-footer-logo.png" alt="DataPlus" class="img-fluid">
<p id="footer-p">Follow Us:
<a href="https://www.facebook.com/"><i class="fab fa-facebook-f fa-lg"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter fa-lg"></i></a>
<a href="https://www.youtube.com"><i class="fab fa-youtube fa-lg"></i></a>
</p>
</div>
<div class="col-sm-5 col-md-3 item">
<h3>QUICK LINKS</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manageservices.html">Manage Services</a></li>
<li><a href="managementcourses.html">Trainings</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 item" id="footer-contact">
<h3>CONTACT US</h3>
<ul>
<li class="mb-2">
<i class="fas fa-phone-alt fa-fw"></i> <a href="tel:63-2-837-24788">+63 2 83724788</a>
</li>
<li>
<i class="fas fa-mobile-alt fa-fw"></i> <a href="tel:+639171904701">+63 917 1904701</a></li>
<li class="mb-2"><i class="fas fa-mobile-alt fa-fw"></i> <a href="tel:+39258526181">+63 925 8526181 (Sun)</a></li>
<li class="mb-2"><i class="fas fa-envelope-open-text fa-fw"></i>
<a href="mailto:inquire@dataplus.com.ph">
inquire@dataplus.com.ph</a>
</li>
<li><i class="fas fa-map-marked-alt fa-fw"></i> 3rd Floor Unit 305 #915 RSAG Bldg., Aurora Boulevard, Cubao, Quezon City</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script>
$(function () {
$(window).on("scroll", function () {
if ($(window).scrollTop() > 10) {
$(".navbar").addClass("active");
} else {
$(".navbar").removeClass("active");
}
});
});
</script>
</body>
</html>