-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.html
162 lines (143 loc) · 7.62 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Algorithmic Treasure</title>
<!-- Meta -->
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A Website for Interview Problems">
<meta name="author" content="Abhijit2505">
<meta property="og:image" content="assets/images/algorithmic.png" />
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&family=Ubuntu+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Recursive&display=swap" rel="stylesheet">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<script data-ad-client="ca-pub-4017293833384026" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body class="landing-page">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div class="page-wrapper">
<header class="header text-center">
<div class="container">
<div class="branding">
<img class="img-fluid2" src="assets/images/algorithmic.png" height="10" /><br /><br />
<h1 class="logo">
<span class="text-highlight">Algorithmic</span><span class="text-bold"> Treasure</span>
</h1>
</div>
<div class="tagline">
<p>A website made in composition of different interview questions asked previously along with their solutions</p><br />
<p>Designed with <i class="fab fa-cuttlefish"></i>++ and <i class="fab fa-python"></i> for <i class="fas fa-code"></i> <span class="text-highlight">developers</span>, <i class="fas fa-user-graduate"></i> <span class="text-highlight">students</span> and <i
class="fas fa-chalkboard-teacher"></i> <span class="text-highlight">interview aspirants</span>.</p>
</div><br />
<div class="main-search-box pt-3 pb-4 d-inline-block">
<form class="form-inline search-form justify-content-center" action="" method="get">
<input type="text" placeholder="Enter search terms..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>
<div class="social-container">
<div class="github-btn mb-2">
<a class="github-button" href="https://github.com/LetsUpgrade/Algorithmic-Treasure" data-size="large" aria-label="Star xriley/PrettyDocs-Theme on GitHub">Give Us Some ⭐</a>
<a class="github-button" href="https://github.com/LetsUpgrade/Algorithmic-Treasure/graphs/contributors" data-size="large" aria-label="Follow @xriley on GitHub">Follow The Developer</a>
</div>
</div>
</header>
<section class="cards-section text-center">
<div class="container">
<h2 class="title">Let's Get Started</h2>
<div class="intro">
<p>Welcome to <b>Algorithmic Treasure</b>. This page is made for the documentation and consists the solutions of different
interview problems which has been asked previously. Our aim is to include the detailed explanations of all the
modules, methods and technicalities involved with the previously asked problems. </p>
<!-- <div class="cta-container">
<a class="btn btn-primary btn-cta" href="https://pypi.org/project/eduAlgo/#files" target="_blank"><i class="fas fa-cloud-download-alt"></i>Download The Package</a>
</div> -->
</div>
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-file-contract"></span>
</div>
<h3 class="title">Read The Docs</h3>
<p class="intro">Problems</p>
<a class="link" href="Pages/start.html"><span></span></a>
</div>
</div>
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fas fa-code"></span>
</div>
<h3 class="title">Contributors</h3>
<p class="intro">Our Amazing Contributors</p>
<a class="link" href="Pages/license.html"><span></span></a>
</div>
</div>
<div class="item item-orange col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_gift"></span>
</div>
<h3 class="title">License & Credits</h3>
<p class="intro">Project License and Credit</p>
<a class="link" href="Pages/license.html"><span></span></a>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="text-lg-start footer text-light">
<!-- Grid container -->
<div class="container p-4">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h4>Contact Us</h4>
<p style="color:whitesmoke">
Bilaspur <br>
Chattisgarh,India 495009<br><br><br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h4>About eduAlgo</h4>
<p style="color:white">We are an opensource organization having a few open-sourced projects hosted on github that are related to Data structures and Algorithms in python.</p>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/company/edualgo/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/eduAlgo" class="linkedin"><i class="bx bxl-github"></i></a>
<a href="https://dev.to/edualgo" class="linkedin"><i class="bx bxl-dev-to"></i></a>
</div>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div></div>
<!-- Grid container -->
<br>
<!-- Copyright -->
<div class="text-center textf p-3" style="background-color:rgba(5, 5, 5, 0.692)">
© Copyright 2020 @<a class="text-light" href="https://github.com/Abhijit2505" target="_blank">Abhijit Tripathy</a>.
[Theme Designed by <a class="text-light" href="https://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a>]
</div>
</footer>
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>