-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewmore_ss22.html
76 lines (75 loc) · 3.35 KB
/
viewmore_ss22.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Summer School 2021</title>
<!-- <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="css/viewmore.css" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/venobox/venobox.css" rel="stylesheet" />
<link href="lib/animate/animate.min.css" rel="stylesheet" />
</head>
<body>
<div class="con">
<!-- <h1> Summer School 2021 </h1> -->
<div class="car">
<div class="imgdiv">
<img src="img/home_page_cards/summer_school_22.webp" />
</div>
<div class="para">
<h3>Summer School 2022</h3>
<p>
Summer School '22 - Workshop on Machine Learning and the Basics of Neural Networks, was an extremely fruitful workshop
that provided practical knowledge in the areas of Machine learning and Neural Networks. The workshop included various
topics such as Introduction to Python libraries like Numpy, Pandas, and Sklearn, Machine Learning Algorithms, Neural
networks and Deep learning models. The workshop was 20 hours long over a span of 4 days and was held by professional
speakers of Infocusp Ltd. Additionally, we also organized a couple of fun activities to lighten up the moods of the
participants.
</p>
</div>
</div>
</div>
<section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
</div>
</div>
<div class="owl-carousel gallery-carousel">
<a href="img/Gallery/9.png" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/9.png" alt=""
/></a>
<a href="img/Gallery/10.png" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/10.png" alt=""
/></a>
<a href="img/Gallery/11.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/11.jpg" alt=""
/></a>
<a href="img/Gallery/12.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/12.jpg" alt=""
/></a>
<a href="img/Gallery/13.jpg" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/13.jpg" alt=""
/></a>
<a href="img/Gallery/14.png" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/14.png" alt=""
/></a>
<a href="img/Gallery/15.png" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/15.png" alt=""
/></a>
<a href="img/Gallery/16.png" class="venobox" data-gall="gallery-carousel"
><img src="img/Gallery/16.png" alt=""
/></a>
</div>
</section>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="js/viewmore.js"></script>
</body>
</html>