-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprevious-conference-proceedings.html
More file actions
118 lines (91 loc) · 4.37 KB
/
previous-conference-proceedings.html
File metadata and controls
118 lines (91 loc) · 4.37 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
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
<!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">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Online Conference</title>
<link rel="icon" href="images/iccids.png">
<link rel="stylesheet" href="css/all-min.css">
<link rel="stylesheet" href="css/all-sub-min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Google web font -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300' rel='stylesheet' type='text/css'>
</head>
<!-- <body id="top" data-spy="scroll" data-offset="50" data-target=".navbar-collapse"> -->
<body id="top">
<!-- Navigation section -->
<nav class="navbar navbar-expand-xl navbar-light fixed-top custom-navbar" role="navigation">
<a href="#top" class="navbar-brand">Online Conference</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto nav-custom">
<li class="nav-item">
<a class="nav-link autocollapse" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link autocollapse" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link autocollapse" href="call-for-proposals.html">Call for Proposals</a>
</li>
<li class="nav-item">
<a class="nav-link autocollapse" href="iccids-home.html">ICCIDS-2021</a>
</li>
<li class="nav-item">
<a class="nav-link autocollapse" href="previous-conference-proceedings.html">Previous Conferences Proceedings</a>
</li>
<li class="nav-item">
<a class="nav-link smoothScroll autocollapse" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- About section Upcoming Conferences-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 wow fadeInUp" data-wow-delay="0.3s">
<div class="section-title text-center">
<h1>Previous Conferences Proceedings</h1>
</div>
</div>
<div class="col-md-12 col-sm-12 wow fadeInUp blockmargin" data-wow-delay="0.2s">
<div class="about-thumb">
<p>The conference conducted by online conference platform are: </p>
<p><br>International Conference on Intelligent Communication and Computational Research (ICICCR 2020)<br>25th January 2020<br>Orgaized by Punjab Institute of Technology, Rajpura, India</p>
<p><br>International Conference on Computational Research and Data Analytics (ICCRDA-2020)<br>24th October 2020<br>Organized by Suleyman Bemirel University, Turkey, Isparta Applied Sciences University and College of Engineering, Roorkee, India</p>
<p><br>International Conference on Computational Intelligence and Data Science (ICCIDS-2021)<br>4th February 2021<br>Organized by East West College of Engineering, Bangalore, India</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- Footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<ul class="social-icon">
<li><a href="http://online-conf.com" class="fa fa-globe wow fadeInUp" data-wow-delay="0.2s"></a></li>
<li><a href="https://www.linkedin.com/company/icicc2020/" class="fa fa-linkedin wow fadeInUp" data-wow-delay="0.6s"></a></li>
<li><a href="mailto:onlineconference.com@gmail.com" class="fa fa-envelope wow fadeInUp" data-wow-delay="1.0s"></a></li>
</ul>
<p class="wow fadeInUp" data-wow-delay="1s" >Copyright © 2020 Online Conference | All Rights Reserved |
Design: <a href="https://github.com/gaulghost" title="Pradhuman" target="_blank">Pradhuman</a></p>
</div>
</div>
</div>
</footer>
<!-- Back top -->
<a href="#" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- Javascript -->
<script src="js/all-min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>