-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabasecourses.html
More file actions
162 lines (155 loc) · 7.93 KB
/
Copy pathdatabasecourses.html
File metadata and controls
162 lines (155 loc) · 7.93 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
<!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 active dropdown">
<a
class="dropdown-toggle 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="database-hero"></div>
<main id="training-course">
<div class="container d-flex my-5 py-5">
<div class="row align-items-center justify-content-center mobile-ffcr">
<div class="col-lg-4 col-sm-6">
<div class="card shadow my-2"><img class="card-img-top w-100 d-block" src="assets/img/database-track.jpg" alt="database-track">
<div class="card-body">
<h4 class="card-title"><strong>Database Track</strong></h4>
<p class="card-text"></p>
<ul>
<li>MS SQL Server</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 px-5">
<h2>DATABASE COURSES</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.<br></p>
<p>For more info on specific courses pls send us an email <br></p>
</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>