-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpython-workshop.hbs
More file actions
55 lines (55 loc) · 2.09 KB
/
python-workshop.hbs
File metadata and controls
55 lines (55 loc) · 2.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex,nofollow">
<title>{{title}}</title>
{{> head}}
</head>
<body class="scroll-assist" style="margin-top: -70px;">
{{> navbar}}
<div class="main-container">
{{> slider}}
<section>
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 text-center">
<h3 class="uppercase color-primary mb40 mb-xs-24">Overview</h3>
<p class="lead">
<ul class = "text-center" style="list-style-type:disc; list-style:inside;">
<li>Basics of Python (1 hour)</li>
<li>Working with REST APIs</li>
<li>Google APIs, PasteBin API</li>
<li>Downloading Large Files from Web</li>
<li>Web Scraping</li>
<li>Web Automation using Selenium</li>
<li>Automating Submissions on CodeChef</li>
</ul>
</p>
<p class="lead" id="register"><strong>
Date: 11th Aug<br>
Timing : 11am - 4pm<br>
Venue : CB Pitampura<br>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="course-tabs">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="delhi">
<div class="widget-container" {{#if frame-id-pitampura}}data-widget-id="{{frame-id-pitampura}}"{{/if}}>
<iframe class="payment-widget" {{#if frame-id-pitampura}}id="{{frame-id-pitampura}}"{{/if}} frameborder="0" src="{{{registerLinkPitampura}}}"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
{{> map}}
{{> footer}}
</div>
{{> scripts}}
</body>
</html>