-
Notifications
You must be signed in to change notification settings - Fork 1
/
course_details.html
232 lines (195 loc) · 8.5 KB
/
course_details.html
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
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/footer.css">
<title>Tech-Wolrd</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark navbar fixed-top p-md-1">
<div class="container">
<!-- mb-0 h1 -->
<a class="navbar-brand " href="index.html">
<img src="image/brand-logo.png" width="120" height="30" alt="" loading="lazy"></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 ">
<!-- <ul class="nav justify-content-end"> -->
<li class="nav-item active">
<a class="nav-link" href="/Tech-World/">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/Tech-World/freeCourse.html">Free Courses</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="/Tech-World/programminghub.html">Programming Hub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/Tech-World/Ebook.html">E-Books</a>
</li>
</li>
</ul>
</div>
</div>
</nav>
<!-- Banner image start -->
<div id="carouselExampleCaptions" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image/FreeCourseSlider2.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block ">
<h3 style="font-size: 50px; font-family: Merriweabuther; "><i> Increase Your Learner Base..!</i></h3>
</div>
</div>
</div>
<!-- Banner image end -->
<div class=" d-flex justify-content-center align-items-center p-md-3">
<div class="content text-center">
<h2 style="color: black; font-weight: 900; font-family: Merriweather;">- - - Course Detail - - -</h2>
</div>
</div>
<!-- Blog Entries Column Start-->
<div class="container">
<div class="row" style="margin-top: 1%">
<!-- Blog Entries Column -->
<div class="col-md-8">
<!-- Blog Post -->
<div class="card mb-4">
<!-- <img class="card-img-top" src="image/slider.png" alt="Jasprit Bumrah ruled out of England T20I series due to injury"> -->
<div class="card-body">
<h3 class="card-title" style="font-size: 19px;">Python For Data Science</h3>
<h3 style="font-size: 16px; ">Category :<a
href="category.php?catid=<?php echo htmlentities($row['cid'])?>"><?php echo htmlentities($row['category']);?></a>
</h3>
<p>
Here we will see two programs to add two numbers, In the first program we specify the value of both the
numbers in the program itself. The second programs takes both the numbers (entered by user) and prints the
sum.
</p>
<a href="files/addition.pdf" target="black" class="btn btn-outline-success" role="button"
aria-pressed="true">Enroll Now</a>
</div>
</div>
<div>
<a href="freeCourse.html" class="btn btn-outline-danger btn-sm " role="button" aria-pressed="true" >Back</a>
</div>
<br>
<!-- Pagination -->
</div>
<!-- Blog Entries Column end-->
<!-- Card layout start -->
<div class="col-md-4 ">
<!-- Search Widget -->
<div class="card mb-4 demo">
<h5 class="card-header">Search</h5>
<div class="card-body">
<form name="search" action="search.php" method="post">
<div class="input-group">
<input type="text" name="searchtitle" class="form-control"
placeholder="Search for..." required>
<span class="input-group-btn">
<button class="btn btn-secondary" type="submit">Go!</button>
</span>
</form>
</div>
</div>
</div>
<div class="card mb-4 demo">
<h5 class="card-header">Categories</h5>
<div class="card-body">
<div class="row">
<div class="col-lg-6">
<ul class="list-unstyled mb-0">
<li>
<a href="">Java</a>
<li>
<a href="">Python</a>
<li>
<a href="">JavaScript</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Categories Widget -->
<!-- Side Widget -->
</div>
</div>
</div>
<!-- Card layout end -->
<!-- Back to top button start-->
<button
type="button"
class="btn btn-danger btn-floating btn-lg"
id="btn-back-to-top"
>
<i class="fas fa-arrow-up"></i>
</button>
<!-- Back to top button end-->
<!-- footer start -->
<div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>Tech-World</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Our Services</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Our Project Guide</h4>
<ul>
<li><a href="#">Mr Niraj Haval</a></li>
<li><a href="#">[email protected]</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Our College</h4>
<ul>
<li><a href="#">DYPCET</a></li>
<li><a href="#">Phone: 0231 260 1433</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- footer end -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="js/style.js"></script>
</body>
</html>