-
Notifications
You must be signed in to change notification settings - Fork 1
/
math.html
185 lines (176 loc) · 7.32 KB
/
math.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Math</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
</head>
</head>
<body>
<!--header section start -->
<div class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="logo"><a href="index.html"><img src="images/logo.png" id="logo"></a></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav"aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="dsa.html">DSA</a>
</li>
<li class="nav-item">
<a class="nav-link" href="dev.html">DEV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="math.html">MATH</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!--header section end -->
<!--service section start -->
<div class="service_section layout_padding margin_0">
<div class="container">
<h1 class="about_text">Mathematics</h1>
<p class="ipsum_text">Sunday or any holiday (once in a week)</p>
<div class="service_section_2">
<div class="row">
<div class="col-sm-12 col-lg-4">
<div class="icon_1"><img src="images/icon-7.png" class="company-logos"></div>
<h1 class="website_text">Topics to be covered</h1>
<p class="dolor_text">Discrete Mathematics, Calculus, Linear Algebra, Probability, Statistics</p>
</div>
</div>
</div>
</div>
</div>
<!--service section end -->
<!--Form sections start-->
<div class="service_section layout_padding">
<div class="container">
<h1 class="about_text">Add a resource</h1>
<form onsubmit="submitForm(event, 'math')">
<div class="form-group">
<label for="topic">Topic:</label>
<select id="topic" name="topic" class="topic" onchange="selectTopic()">
<option value="addnew">Add a new topic</option>
<!--
<option value="option1">Option 1</option>
<option value="option2">Option 2</option>
<option value="option3">Option 3</option>
<option value="addnew">Add a new topic</option>
-->
</select>
<input type="text" id="newtopic" name="newtopic" placeholder="Enter a new topic" style="display:none;">
</div>
<div class="form-group">
<label for="content">Content:</label>
<select id="content" name="content" onchange="selectContent()">
<option value="Notes">Note</option>
<option value="Links">Link</option>
</select>
</div>
<div id="note" class="form-group" style="display:none;">
<label for="note-input">Note:</label>
<textarea id="note-input" name="note-input"></textarea>
</div>
<div id="link" class="form-group" style="display:none;">
<label for="link-name">Link Name:</label>
<input type="text" id="link-name" name="link-name">
<br>
<label for="link-address">Link Address:</label>
<input type="text" id="link-address" name="link-address">
</div>
<div class="form-group">
<button type="submit">Submit</button>
</div>
</form>
</div>
</div>
<!--Form sections end-->
<!--resources section start-->
<div class="content" id="sections">
<div class="client_section" id="section1">
<h1 class="about_text" style="padding-bottom: 10%;">Resources</h1>
<!--<p class="dolor_text" style="padding-bottom: 5%;">Notes and links for all DSA topics.</p>-->
<div class="container">
<div class="row">
<div class="col-sm-12" id="directory-container">
</div>
</div>
</div>
</div>
</div>
<!--resources section end-->
<!--copyright section start -->
<div class="footer_section" style="padding-bottom: 0;">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p class="copyright_text" style="color: white;">2023 All Rights Reserved. Design by Prakhar Saxena.</p>
</div>
</div>
</div>
</div>
<!--copyright section end -->
<!-- Javascript files-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/js/jquery.nice-select.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.21.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.21.0/firebase-database-compat.js"></script>
<script>
$(document).ready(function() {
$('select').niceSelect();
});
</script>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<script src="js/math.js"></script>
<script src="js/form.js"></script>
<script>
window.onload = function() {
updateTopicOptions('math');
}
</script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
<script src="js/owl.carousel.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
</body>
</html>