-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathmaster-java-for-beginners.hbs
More file actions
50 lines (49 loc) · 1.35 KB
/
master-java-for-beginners.hbs
File metadata and controls
50 lines (49 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{title}}</title>
{{> meta}}
{{> head}}
<style>
body {
padding: 0
}
h1, h2, h3, h4, h5, h6 {
font-family: "Gilroy","Nunito Sans",sans-serif;
}
</style>
</head>
<body class="scroll-assist">
{{> navbar}}
<!-- start new -->
<div class="p-md-5 p-4">
{{> courseMeta}}
{{> liveCourseHighlights}}
<div class="row no-gutters align-items-center justify-content-between mb-5">
<div class="flex-1 pr-4">
<h2 class="bold">Lectures Schedule</h2>
<h4 class="gradient-text-orange mt-2">Tue, Thu, Sat, Sun | 7PM - 10PM</h4>
</div>
<a href="#" class="bg-gradient-orange white br-10 p-3 t-align-c">
<i class="far fa-file-pdf fa-lg"></i>
<div class="card-md mt-2">Syllabus</div>
</a>
</div>
{{> liveCourseSchedule}}
{{> demoClass}}
</div>
<div class="main-container">
{{>alumniBanner}}
<div class="p-md-5 p-4 mb-5">
<h2 class="mb-5">What the students have to say?</h2>
<div class="all-center bg-gradient-orange mb-5" style="height: 450px;">
<iframe data-v-43339ea6="" src="https://www.youtube.com/embed/1TytVIYYFVw" frameborder="0" loading="lazy"
data-v-03fd9cc6="" class="w-100" style="height: 450px;"></iframe>
</div>
{{> studentsSay}}
{{> floatingFooter}}
{{> footer}}
</div>
{{> scripts}}
</body>
</html>