-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
190 lines (174 loc) · 9.71 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>eduAlgo</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 very simple python package made with python scripts to study different algorithms for educational purposes.">
<meta name="author" content="Abhijit2505">
<meta property="og:image" content="assets/images/eduAlgo-doc.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&family=Zilla+Slab:wght@300&display=swap" 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">
<link id="theme-style" rel="stylesheet" href="assets/css/snow.css">
</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/eduAlgo.png" height="10" /><br /><br />
<h1 class="logo">
<span class="text-highlight">edu </span><span class="text-bold">Algo</span>
</h1>
</div>
<div class="tagline">
<p>A very simple python package made with python scripts to study different algorithms for educational purposes.</p><br />
<p>Designed with <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">educators</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/Abhijit2505/eduAlgo" data-size="large" aria-label="Star xriley/PrettyDocs-Theme on GitHub">Give Us Some ⭐</a>
<a class="github-button" href="https://github.com/Abhijit2505" data-size="large" aria-label="Follow @xriley on GitHub">Follow The Developer</a>
</div>
</div>
</header>
<section id="about" class="cards-section text-center">
<div class="container">
<h2 class="title">Let's Get Started</h2>
<div class="intro">
<p>Welcome to <b>eduAlgo</b>.This page is made for the documentation of the
python package. Our aim is to include the detailed explanation for the
modules, methods and technicalities involved within this package scripts. </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-md-6 col-sm-12">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fas fa-file-contract"></i>
</div>
<div class="hvr-float">
<h3 class="title">Read The Docs</h3>
<p class="intro">Modules, Methods, Parameters</p>
<a class="link" href="start.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-orange col-lg-4 col-md-6 col-sm-12">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_gift"></span>
</div>
<div class="hvr-float">
<h3 class="title">License & Credits</h3>
<p class="intro">The Developer and The Package License</p>
<a class="link" href="license.html"><span></span></a>
</div>
</div>
</div>
<div class="item item-blue col-lg-4 col-md-12 col-sm-12">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_lifesaver"></span>
</div>
<div class="hvr-float">
<h3 class="title">Software Releases</h3>
<p class="intro">Features, bug-fixing in the software releases</p>
<a class="link" href="pages/releases.html"><span></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- <footer class="footer text-center">
Copyright 2020 @<a href="https://github.com/Abhijit2505" target="_blank">Abhijit Tripathy</a>. Package Designed by <a href="https://github.com/Abhijit2505" target="_blank">Abhijit Tripathy</a> for python enthusiasts
[Theme Designed by <a href="https://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a>]
</footer> -->
<footer id="foot">
<div class="main-content">
<div class="left box">
<h2>About Us</h2>
<div class="about">
<img class="about-image" src="https://github.com/CIPHERTron/documentation/blob/master/assets/images/eduAlgo.png?raw=true" alt="logo">
<p class="about-text">A very simple python package made with python scripts to study different algorithms for educational purposes.</p>
</div>
<div class="content">
<div class="social">
<a href="https://www.linkedin.com/company/edualgo"><img src="https://tanglewoodenergypartners.com/wp-content/uploads/2019/04/Linkedin-logo.png" style="height: 40px; border-radius: 50%; background: white;" /></a>
<a href="https://www.instagram.com/edu_algo/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/1200px-Instagram_logo_2016.svg.png" style="height: 40px; border-radius: 50%;" /></a>
<a href="https://dev.to/edualgo"><img src="https://cdn4.iconfinder.com/data/icons/logos-and-brands-1/512/84_Dev_logo_logos-512.png" style="height: 40px; border-radius: 0;" /></a>
<a href="https://github.com/eduAlgo"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" style="height: 40px; border-radius: 50%; background: white;" /></a>
</div>
</div>
</div>
<div class="center box">
<h2>Useful links</h2>
<div class="content">
<ul>
<li class="link"> <a href="https://edualgo.github.io/organization/">eduAlgo</a> </li>
<li class="link"> <a href="#about">Read the Docs</a> </li>
<li class="link"> <a href="#about">Releases</a> </li>
<li class="link"> <a href="#about">License</a></li>
<li class="link"> <a href="#">Team</a></li>
</ul>
</div>
</div>
<div class="right box">
<h2>Contact Us</h2>
<div class="content">
<div class="place" style="margin-bottom: 1.5rem;">
<i class="fas fa-map-marker-alt fa-3x"></i>
<p class="text" style="padding-top: 10px;">Bilaspur, Chattisgarh,India 495009</p>
</div>
<!-- <div class="phone" style="margin-bottom: 1.5rem;">
<i class="fas fa-phone-alt fa-3x"></i>
<div><p class="text" style="padding-top: 10px;">Mob:1234567890</p>
</div>
</div> -->
<div class="email" style="display: flex; margin-bottom: 1.5rem;">
<i class="fas fa-envelope fa-3x"></i>
<p class="text" style="padding-top: 8px;">[email protected]</p>
</div>
</div>
</div>
</div>
<div class="bottom">
<span class="credit">© Copyright,</span>
<span class="far fa-copyright"></span><span> <span style="color: #8C52FF;">eduAlgo</span> 2020. All rights reserved.</span>
<p>Package designed by @<span><a href="https://github.com/Abhijit2505" target="_blank" style="color: #8C52FF;">ABHIJIT TRIPATHY</a></span> for python enthusiasts</p>
<p>[Theme designed by <span><a href="https://themes.3rdwavemedia.com/" target="_blank" style="color: #8C52FF;">Xiaoying Riley</a></span>]</p>
</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 src="https://kit.fontawesome.com/0451b9bb72.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script type="text/javascript" src="assets/js/snow.js"></script>
</body>
</html>