-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathTechtalks.php
280 lines (201 loc) · 9.03 KB
/
Techtalks.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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<?php
/*
Author name: <Shakeel ahmed;
E-mail ID: <[email protected]>
Date: <dd-mm-yyyy>
*/
/////////////////////////////////////////////////////////
//include_once("variables.php");
//include_once("checkLoginStatus.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tech Talks</title>
<?php include_once("stylesAndFont.php"); ?>
</head>
<body>
<!-- Left bar starts -->
<div class="left-bar">
<div class="image1">
<img src="images/dcentmass_png.png" class="img-fluid">
</div>
<ul>
<!-- User class="activeLink" to make links active -->
<li class="activeLink"><a href="#"><i class="material-icons">home</i><span class="menuText">Home</span></a></li>
<li><a href="#"><i class="material-icons">language</i><span class="menuText">DCent MASS</span></a></li>
<li><a href="#"><i class="material-icons">settings_applications</i><span class="menuText">Our Services</span></a></li>
<li><a href="#"><i class="material-icons">group_work</i><span class="menuText">Student Hub</span></a></li>
<li><a href="#"><i class="material-icons">library_books</i><span class="menuText">Courses</span></a></li>
<li><a href="#"><i class="material-icons">event</i><span class="menuText">Events</span></a></li>
<li><a href="#"><i class="material-icons">perm_media</i><span class="menuText">Media</span></a></li>
<!-- <li><a href="#">Forum</a></li> -->
<li><a href="#"><i class="material-icons">contacts</i><span class="menuText">Contact Us</span></a></li>
<!-- <li style="border-bottom: 2px solid #06f;"><a href="#"></a></li> -->
<!-- <li style="border-bottom: 2px solid #06f;"><a href="#">FAQs</a></li> -->
</ul>
</div>
<!-- Left bar ends -->
<!-- Mobile bar starts here -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<ul> <!-- User class="activeLink" to make links active -->
<li><a href="#">Home</a></li>
<li><a href="#">DCent MASS</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Student Hub</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Media</a></li>
<!-- <li><a href="#">Forum</a></li> -->
<li style="border-bottom: 2px solid #06f;"><a href="#">Contact Us</a></li>
<!-- <li style="border-bottom: 2px solid #06f;"><a href="#">FAQs</a></li> -->
</ul>
</div>
<span id="openNavID" style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<!-- Mobile bar ends here -->
<!-- Right bar starts -->
<div class="right-bars">
<div class="righ-col-1"> <!-- User class="activeLink" to make links active -->
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 1</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 2</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 3</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 4</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 5</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 6</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 7</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 8</span></div></a>
</div>
<div class="righ-col-2"> <!-- User class="activeLink" to make links active -->
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 9</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 10</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 11</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 12</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 13</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 14</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 15</span></div></a>
<a href="#"><div class="rightMenuBlocks"><span class="linkText">Text 16</span></div></a>
</div>
</div>
<div class="mainContainer" id="mainContainer"> <!-- DO NOT REMOVE THIS -->
<div class="container-fluid">
<!-- MAIN CONTENT STARTS -->
<!-- WRITE MAIN CONTENT HERE -->
<div class="container">
<div class="row" >
<div class="col-md-12">
<div class="jumbotron sab-jumbotron">
<h1><b>Techtalks</b></h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 sab-heading">
<h2>WHAT IS TECHTALKS</h2>
<hr class="sab-hr1">
<div class="sab-techtalks">
<p>Tech Talks is an independent community that unites IT professionals</p>
<p>and initiates knowledge-sharing events. First organized in 2015, Tech Talks began as a series of small technology meet-ups and has grown to a vibrant community of IT gurus who are mad about the latest developments in programming languages, frameworks, and technologies that shape the future of software industry.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 sab-heading">
<h2>RECENT TALKS</h2>
<hr class="sab-hr2">
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-5 sab-img" >
<div class="sab-recentimage">
<img src="images/pexels-photo-567633 (2).jpeg" class="img-fluid"><br><br>
</div>
<p class="sab-para">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div class="col-md-1">
</div>
<div class="col-md-5 sab-img">
<div class="sab-recentimage">
<img src="images/cellular-education-classroom-159844 (1).jpeg" class="img-fluid">
</div>
<p class="sab-para">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 sab-heading2">
<h2><span class=sab-span1>DcentMASS</span> Is a Certified Learning Center</h2>
<hr class="sab-hr3">
</div>
</div>
</div><br><br>
<!-- <div class="container">
<div class="row">
<div class="col-md-4 sab-img3">
<div class="sab-imageclass2">
<img src="images/books.jpeg" class="img-fluid">
</div>
</div>
<div class="col-md-4 sab-img2">
<div class="sab-imageclass1">
<img src="images/javacoding.jpeg" class="img-fluid">
</div>
<div class="sab-imageclass1">
<img src="images/photoshop.jpeg" class="img-fluid">
</div>
</div>
</div>
</div>
-->
<div class="container">
<div class="row">
<div class="col-md-4 sab-img3">
<div class="sab-imageclass2">
<img src="images/books.jpeg" class="img-fluid">
</div>
</div>
<div class="col-md-4 sab-img2">
<div class="row">
<div class="sab-imageclass1">
<img src="images/javacoding.jpeg" class="img-fluid">
</div>
</div>
<div class="row">
<div class="sab-imageclass1">
<img src="images/photoshop.jpeg" class="img-fluid">
</div>
</div>
</div>
<div class="col-md-4 sab-img2">
<div class="row">
<div class="sab-imageclass1">
<img src="images/html.jpeg" class="img-fluid">
</div>
</div>
<div class="row">
<div class="sab-imageclass1">
<img src="images/darkness1.jpeg" class="img-fluid">
<span style="z-index: 2000; position: absolute; bottom: 50%; top: 50%; left: 50%; right: 50%;">Content</span>
</div>
</div>
</div>
</div>
</div>
<!-- NOTE: Please keep your code clean + readable and add comments -->
<!-- MAIN CONTENT ENDS -->
</div></div>
<?php include_once("script.php"); ?>
</body>
</html>