-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
164 lines (162 loc) · 7.49 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</head>
<body>
<?php
include("header.php");
?>
<hr>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3" style="border: solid; border-color:orange ;border-radius: 12px;">
<h3 style="border-left: solid thick; border-radius: 20%; border-color:red; font-size:36px;">MCQ</h3>
<ul style="list-style-type: square; font-size: 20px;">
<li><a href="c.php">C</a></li>
<li><a href="c++.php">C++</a></li>
<li><a href="java.php">Java</a></li>
<li><a href="HTML.php">HTML</a></li>
<li><a href="sql.php">SQL</a></li>
</ul>
</div>
<div class="col-sm-3" style="border: solid; border-radius: 12px; border-color: blue;">
<h3 style="border-left: solid thick; border-radius: 20%; border-color:red; font-size:36px;">Tutorials</h3>
<ul style="list-style-type: square; font-size: 20px;">
<li>
<a href="tutorials_c.php">C</a>
<!-- <select style="font-size: 12px; float: right;" onchange="location=this.value;">
<option disabled="" selected="">--C Programming by--</option>
<option value="https://www.youtube.com/watch?v=co7_-3FBDhE&list=PLLOxZwkBK52AE9jFVOGZTJxaiAC_xB8Yy">
Mr. Sundeep Saradhi
</option>
<option value="https://www.youtube.com/watch?v=si-KFFOW2gw&list=PLVlQHNRLflP8IGz6OXwlV_lgHgc72aXlh">
Mr. Srinivas
</option>
<option value="https://www.youtube.com/watch?v=rLf3jnHxSmU&list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR">
Neso Academy
</option>
</select> -->
</li>
<li>
<a href="tutorials_c++.php">C++</a>
<!-- <select style="font-size: 12px; float: right;" onchange="location=this.value;">
<option disabled="" selected="">--C++ by--</option>
<option value="https://www.youtube.com/watch?v=co7_-3FBDhE&list=PLLOxZwkBK52AE9jFVOGZTJxaiAC_xB8Yy">
Mr. Sundeep Saradhi
</option>
<option value="https://www.youtube.com/watch?v=si-KFFOW2gw&list=PLVlQHNRLflP8IGz6OXwlV_lgHgc72aXlh">
Mr. Srinivas
</option>
<option value="https://www.youtube.com/watch?v=rLf3jnHxSmU&list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR">
Neso Academy
</option>
</select> -->
</li>
<li>
<a href="tutorials_java.php">Java</a>
<!-- <select style="font-size: 12px; float: right;" onchange="location=this.value;">
<option disabled="" selected="">--Java by--</option>
<option value="https://www.youtube.com/watch?v=co7_-3FBDhE&list=PLLOxZwkBK52AE9jFVOGZTJxaiAC_xB8Yy">
Mr. Sundeep Saradhi
</option>
<option value="https://www.youtube.com/watch?v=si-KFFOW2gw&list=PLVlQHNRLflP8IGz6OXwlV_lgHgc72aXlh">
Mr. Srinivas
</option>
<option value="https://www.youtube.com/watch?v=rLf3jnHxSmU&list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR">
Neso Academy
</option>
</select> -->
</li>
<li>
<a href="tutorials_html.php">HTML</a>
<!-- <select style="font-size: 12px; float: right;" onchange="location=this.value;">
<option disabled="" selected="">--HTML by--</option>
<option value="https://www.youtube.com/watch?v=co7_-3FBDhE&list=PLLOxZwkBK52AE9jFVOGZTJxaiAC_xB8Yy">
Mr. Sundeep Saradhi
</option>
<option value="https://www.youtube.com/watch?v=si-KFFOW2gw&list=PLVlQHNRLflP8IGz6OXwlV_lgHgc72aXlh">
Mr. Srinivas
</option>
<option value="https://www.youtube.com/watch?v=rLf3jnHxSmU&list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR">
Neso Academy
</option>
</select> -->
</li>
<li>
<a href="tutorials_sql.php">SQL</a>
<!-- <select style="font-size: 12px; float: right;" onchange="location=this.value;">
<option disabled="" selected="">--SQL by--</option>
<option value="https://www.youtube.com/watch?v=co7_-3FBDhE&list=PLLOxZwkBK52AE9jFVOGZTJxaiAC_xB8Yy">
Mr. Sundeep Saradhi
</option>
<option value="https://www.youtube.com/watch?v=si-KFFOW2gw&list=PLVlQHNRLflP8IGz6OXwlV_lgHgc72aXlh">
Mr. Srinivas
</option>
<option value="https://www.youtube.com/watch?v=rLf3jnHxSmU&list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR">
Neso Academy
</option>
</select> -->
</li>
</ul>
</div>
<div class="col-sm-3" style="border: solid; border-color:green ;border-radius: 12px; background-image: url('img/comingsoon.PNG');background-repeat: no-repeat; background-position: bottom right;">
<h3 style="border-left: solid thick; border-radius: 20%; border-color:red; font-size:36px;">Queries</h3>
<p>Post your queries/doubts here and people can answer them , and others can also see the solutions if they have same problem, we are just trying to provide a platform to our users to they can share their knowledge and grow together. </p>
<!-- <ul style="list-style-type: square; font-size: 20px;">
<li><a href="c.php">C</a></li>
<li>C++</li>
<li>Java</li>
<li>HTML</li>
<li>SQL</li>
</ul> -->
</div>
<div class="col-sm-3" style="border: solid; border-color:red; border-radius: 12px;">
<h3 style="border-left: solid thick; border-radius: 20%; border-color:red; font-size:36px;">Submit MCQ</h3>
<!-- <ul style="list-style-type: square; font-size: 20px;">
<li><a href="c.php">C</a></li>
<li>C++</li>
<li>Java</li>
<li>HTML</li>
<li>SQL</li>
</ul> -->
<form action="suggestion.php">
<textarea id="textarea1" rows="4" cols="35" placeholder="Submit your question to be featured in MCQ section,also give answer along with answer" style="border: solid; border-color: gray; background-color: black; color: white; max-width: 95%"></textarea>
<p>
<input type="submit"> <input type="reset">
</p>
</form>
</div>
</div>
</div>
<div class="container" style="padding:2px;">
<div class="col-sm-12">
<form action="suggestion.php">
<textarea id="textarea1" rows="4" cols="150" placeholder="We are always open to suggession, feel free to write" style="border: solid; border-color: gray; background-color: black; color: white; max-width: 95%"></textarea>
<p>
<input type="submit"> <input type="reset">
</p>
</form>
</div>
</div>
<!-- FOOTER -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-bottom">
<ul class="navbar-nav">
<li class="nav-item">
<span style="color: white;">©copy</span>
</li>
</ul>
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<span style="color: white;">-by Sujeet Kumar Arya</span>
</li>
</ul>
</nav>
</body>
</html>