-
Notifications
You must be signed in to change notification settings - Fork 0
/
python.php
212 lines (176 loc) · 7.6 KB
/
python.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="Educational Website " name="Exams.Ete,Mte,CA,Subject,COurse,COde,PPT,Question,Papers,MCQ">
<meta content="Vertual Assistence ,Featured Material ,Quality MAterials ,Engeenering Partner" name="Vertual Assistence ,Featured Material ,Quality MAterials ,Engeenering Partner
All Material is 100% free to use .It is the best reading material you can find for Engeenering in varius streams
.One way stop for reading stuff generally for Exams.">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Roboto:100,300,400,500,700|Philosopher:400,400i,700,700i" rel="stylesheet">
<title>Page Title</title>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/page.js"></script>
<script src="http://www.w3schools.com/lib/w3data.js"></script>
<link rel="stylesheet" href="css/boot.css">
<style>
.page {
display: none;
}
.page-active {
display: block;
}
.jumbotron.page{
min-height:100vh;
}
.floatingNav {
box-shadow:0 3px 6px rgba(0, 0, 0, 0.2);
}
</style>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<header id="header" class="header header-hide " style="z-index:900;">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="#body" class="scrollto" style="color:#36c4d0;">eg<span style="font-size:30px;">.</span ><span style="color:#262626;">guide</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="#body"><img src="img/logo.png" alt="" title="" /></a>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class=""><a href="#hero">E-book</a>
<ul>
<li><a href="ebook1.php">First year</a></li>
<li><a href="ebook2.php">Second year</a></li>
<li><a href="ebook3.php">Third year</a></li>
<li><a href="ebook4.php">Forth year</a></li>
<li><a href="otherbooks.php">Other Books</a></li>
</ul></li>
<li><a href="#features">Material</a>
<ul>
<li><a href="#">PPT</a></li>
<li><a href="#">Question papers</a></li>
<li><a href="#">MCQs</a></li>
<li><a href="#">SRS</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Web development</a></li>
<li><a href="#">COmpetative programming</a></li>
</ul></li>
<li><a href="#Toppernotes">Topper Notes</a>
<ul>
<li><a href="#">First year notes</a></li>
<li><a href="#">Second year notes</a></li>
<li><a href="#">Third year notes</a></li>
<li><a href="#">Forth year notes</a>
</ul>
</li>
<li class="menu-active"><a href="#">Languages</a>
<ul>
<li><a href="#">Python</a></li>
<li><a href="#">C++</a></li>
<li><a href="#">Java</a></li>
<li><a href="#">C</a></li>
<li><a href="#">Mysql</a></li>
<li><a href="#">Php</a></li>
<li><a href="#">Javascript</a></li>
<li><a href="#">Bootstrap</a></li>
<li><a href="#">HTML</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">Operating System</a></li>
<li><a href="#">Jquery</a></li>
</ul>
</li>
<li><a href="">Ui/ux designing</a>
<ul>
<li><a href="#">Posters Making</a></li>
<li><a href="#">Icons</a></li>
<li><a href="#">Ui/Ux designs</a></li>
<li><a href="#">Other designs</a></li>
</ul></li>
<li class="menu-has-children"><a href="">More</a>
<ul>
<li><a href="#">Order Food</a></li>
<li><a href="#">Book house for rent</a></li>
<li><a href="#">Buy and sell</a></li>
</ul>
</li>
<li><a href="#team">Our Team</a></li>
<li><a href="#contact">Contact</a></li>
<li ><a href="index.html" >Home</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--pagination section-->
<!---------------------->
<section >
<div class="container mt-5 pt-5 " >
<ul id="pagination-demo1" class="pagination-lg justify-content-center" ></ul>
<div class="page " id="page1">
<?php include("technology/python/python1.html" ); ?>
</div>
<div class="page " id="page2">
<?php include("technology/python/python1.html" ); ?>
</div>
<div class="page " id="page3">
<?php include("technology/python/python1.html" ); ?>
</div>
<div class="page " id="page4">
<?php include("technology/python/python1.html" ); ?>
</div>
<div class="page " id="page5">
<?php include("technology/python/python1.html" ); ?>
</div>
<ul id="pagination-demo" class="pagination-lg justify-content-center" ></ul>
</div>
</section>
<section>
<div class="container mt-5 pt-5 mb-5" >
<div class="row">
<div class="col">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'eg-guide-com'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
</section>
<?php
include('team-section.html');
?>
<script
src="js/jquery.js"
></script>
<script
src="js/jquery.twbsPagination.min.js"></script>
<script src="js/page.js"></script>
<script src="lib/wow/wow.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="contactform/contactform.js"></script>
<script src="js/main.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
</script>
</body>
</html>