-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (232 loc) · 12.4 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Raedah-AI</title>
<meta name="description" content="Learn Python by doing Projects">
<link rel="icon" href="img/Raedah-ai.png" sizes="32x32" type="image/png">
<!-- custom.css -->
<link rel="stylesheet" href="css/custom.css">
<!-- bootstrap.min.css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- font-awesome -->
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<!-- AOS -->
<link rel="stylesheet" href="css/aos.css">
</head>
<body>
<!-- banner -->
<div class="jumbotron jumbotron-fluid" id="banner" style="background-image: url(img/bg1.jpg);">
<div class="container text-center text-md-left">
<header>
<div class="row justify-content-between">
<div class="col-2">
<img src="img/Raedah-ai.png" heigh = "140" width="140" alt="logo">
<!-- img src="img/tesseract.jpg" heigh = "140" width="140" alt="logo"-->
</div>
<!--div class="col-6 align-self-center text-right">
<a href="#" class="text-white lead">Get Early Access</a>
</div-->
</div>
</header>
<h1 data-aos="fade" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="display-3 text-white font-weight-bold my-5">
Learn Python<br>
with Hands-on Projects
</h1>
<p data-aos="fade" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="lead text-white my-4">
Sign up for a free Python session, that will take you from a complete beginner to an intermediate.
<br> Hurry up soon, as only a few seats remain. For more advanced projects, scroll below.
</p>
<a href="https://forms.gle/c16XAgJsos9UmQqM7" target="_blank" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="btn my-4 font-weight-bold atlas-cta cta-green">Sign up for Free</a>
</div>
</div>
<!-- three-blcok -->
<div class="container my-5 py-2">
<h2 class="text-center font-weight-bold my-5">What you'll learn.</h2>
<div class="row">
<div data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<img src="img/coding1.png" height="200" alt="Anti-spam" class="mx-auto">
<h4>Syntax</h4>
<p>Get started with Python syntax and build a number guessing game</p>
</div>
<div data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<img src="img/coding2.png" height = "300" alt="Phishing Detect" class="mx-auto">
<h4>Control Flow</h4>
<p>Learn the control flow of Python programs and execute some common data structures</p>
</div>
<div data-aos="fade-up" data-aos-delay="400" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center">
<img src="img/coding3.png" height = "200" alt="Smart Scan" class="mx-auto">
<h4>Files & Classes</h4>
<p>Learn to create your own classes, object and interfaces. Investigate propeties of text, CSV and JSON files.
<br> Learn by doing Hands-on projects.
</p>
</div>
</div>
</div>
<!-- feature (skew background) -->
<div class="jumbotron jumbotron-fluid feature" id="feature-first">
<div class="container my-5">
<div class="row justify-content-between text-center text-md-left">
<div data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" class="col-md-6">
<h2 class="font-weight-bold">Machine Learning Track</h2>
<p class="my-4">Learn to build basic Regression and Classification models from scratch,
<br> Get your feet wet by following up with multiple hands-on projects</p>
<a href="https://forms.gle/8bXqSATXRp3ZZGdk7" target="_blank" class="btn my-4 font-weight-bold atlas-cta cta-blue">Learn More</a>
</div>
<div data-aos="fade-left" data-aos-duration="1000" data-aos-once="true" class="col-md-6 align-self-center">
<img src="img/feature-1.png" alt="Take a look inside" class="mx-auto d-block">
</div>
</div>
</div>
</div>
<!-- feature (green background) -->
<div class="jumbotron jumbotron-fluid feature" id="feature-last">
<div class="container">
<div class="row justify-content-between text-center text-md-left">
<div data-aos="fade-left" data-aos-duration="1000" data-aos-once="true" class="col-md-6 flex-md-last">
<h2 class="font-weight-bold">Web Development Track</h2>
<p class="my-4">
Learn to build awesome websites with the Flask framework,
<br> Explore REST APIs, and master CRUD operations with a Hands-on Project
</p>
<a href="https://forms.gle/8bXqSATXRp3ZZGdk7" target="_blank" class="btn my-4 font-weight-bold atlas-cta cta-blue">Learn More</a>
</div>
<div data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" class="col-md-6 align-self-center flex-md-first">
<img src="img/feature-2.png" alt="Safe and reliable" class="mx-auto d-block">
</div>
</div>
</div>
</div>
<!-- price table >
<div class="container my-5 py-2" id="price-table">
<h2 class="text-center font-weight-bold d-block mb-3">Check our pricing</h2>
<div class="row">
<div data-aos="fade-right" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5">
<h4 class="my-4">STARTUP</h4>
<p class="font-weight-bold">$ <span class="display-2 font-weight-bold">0</span> / MO.</p>
<ul class="list-unstyled">
<li>Up to 5 Documents</li>
<li>Up to 3 Reviews</li>
<li>5 team Members</li>
<li>Limited Support</li>
</ul>
<a href="#" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Get Free</a>
</div>
<div data-aos="fade-up" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5 rounded" id="price-table__premium">
<h4 class="my-4">PREMIUM</h4>
<p class="font-weight-bold">$ <span class="display-2 font-weight-bold">10</span> / MO.</p>
<ul class="list-unstyled">
<li>Up to 15 Documents</li>
<li>Up to 10 Reviews</li>
<li>25 team Members</li>
<li>Limited Support</li>
</ul>
<a href="#" class="btn my-4 font-weight-bold atlas-cta cta-green">Get Free</a>
</div>
<div data-aos="fade-left" data-aos-delay="200" data-aos-duration="1000" data-aos-once="true" class="col-md-4 text-center py-4 mt-5">
<h4 class="my-4">PROFESSIONAL</h4>
<p class="font-weight-bold">$ <span class="display-2 font-weight-bold">30</span> / MO.</p>
<ul class="list-unstyled">
<li>Unlimited Documents</li>
<li>Unlimited Reviews</li>
<li>Unlimited Members</li>
<li>Unlimited Support</li>
</ul>
<a href="#" class="btn my-4 font-weight-bold atlas-cta cta-ghost">Get Free</a>
</div>
</div>
</div-->
<!-- client >
<div class="jumbotron jumbotron-fluid">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-2 py-2 align-self-center">
<img src="img/client-1.png" class="mx-auto d-block">
</div>
<div class="col-sm-4 col-md-2 py-2 align-self-center">
<img src="img/client-2.png" class="mx-auto d-block">
</div>
<div class="col-sm-4 col-md-2 py-2 align-self-center">
<img src="img/client-3.png" class="mx-auto d-block">
</div>
<div class="col-sm-4 col-md-2 py-2 align-self-center">
<img src="img/client-4.png" class="mx-auto d-block">
</div>
<div class="col-sm-4 col-md-2 py-2 align-self-center">
<img src="img/client-5.png" class="mx-auto d-block">
</div>
<div class="col-sm-4 col-md-2 py-2 align-self-center">
<img src="img/client-6.png" class="mx-auto d-block">
</div>
</div>
</div>
</div -->
<!-- contact -->
<div class="jumbotron jumbotron-fluid" id="contact" style="background-image: url(img/contact-bk.jpg);">
<div class="container my-5">
<div class="row justify-content-between">
<div class="col-md-6 text-white">
<h2 class="font-weight-bold">Contact Us</h2>
<p class="my-4">
Drop us an email with your query, or a Learning track request
<br> and we will get back to you very soon.
</p>
<ul class="list-unstyled">
<li>Email : [email protected]</li>
</ul>
<a href="https://forms.gle/c16XAgJsos9UmQqM7" target="_blank" data-aos-easing="linear" data-aos-duration="1000" data-aos-once="true" class="btn my-4 font-weight-bold atlas-cta cta-green">Sign up for Free</a>
</div>
<div class="col-md-6">
<form>
<!--div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input type="name" class="form-control" id="name">
</div>
<div class="form-group col-md-6">
<label for="Email">Your Email</label>
<input type="email" class="form-control" id="Email">
</div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="3"></textarea>
</div-->
</form>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="jumbotron jumbotron-fluid" id="copyright">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 text-white align-self-center text-center text-md-left my-2">
Copyright © 2020 Syed Farhan, Tesseract Coding.
</div>
<div class="col-md-6 align-self-center text-center text-md-right my-2" id="social-media">
<!--a href="#" class="d-inline-block text-center ml-2">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="#" class="d-inline-block text-center ml-2">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="#" class="d-inline-block text-center ml-2">
<i class="fa fa-medium" aria-hidden="true"></i>
</a-->
<a href="https://linkedin.com/company/tesseract-coding" class="d-inline-block text-center ml-2">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
<!-- AOS -->
<script src="js/aos.js"></script>
<script>
AOS.init({
});
</script>
</body>
</html>