-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
137 lines (115 loc) · 5.55 KB
/
about.php
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
<!DOCTYPE html>
<html>
<head>
<!-- Basic Page Needs ================================================== -->
<meta charset="utf-8">
<!-- Mobile Specific Metas ================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="keywords" content="IEEESLSYWC19, IEEE Student YP WIE Congress Sri Lanka, Sri Lanka IEEE Congress, IEEE SL Section, IEEE ORG, IEEE, ieee.org, ieee.lk, Sri Lanka Section, Sri Lanka" >
<meta name="description" content="The IEEE Sri Lanka Section, for the 10th consecutive year, is getting ready to present the Sri Lankan IEEE enthusiasts with yet another memorable episode of the Sri Lanka Section Students / Young Professional / Women in Engineering Congress for 2019." >
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="">
<meta name="url" content="https://sywc.ieee.lk" />
<meta name="owner" content="IEEE SLSYWC 2019" />
<meta name="author" content="Bhathiya Kariyawasam - IEEE SLSYWC Dev Team" />
<meta name="copyright" content="IEEE SLSYWC, 2019" />
<meta name="creation_Date" content="30/09/2019" />
<meta name="robots" content="all" />
<meta name="robots" content="follow" />
<meta name="google-translate-customization" content="">
<meta name="google-site-verification" content="" />
<!-- OG Properties -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:street-address" content=""/>
<meta name="og:locality" content=""/>
<meta name="og:region" content=""/>
<meta name="og:postal-code" content=""/>
<meta name="og:country-name" content="SRI LANKA"/>
<meta property="og:url" content="https://sywc.ieee.lk" />
<meta property="og:site_name" content=" IEEE CONGRESS SRI LANKA SECTION" />
<meta property="og:title" content="IEEE Student|YP|WIE Congress 2019 | Sri Lanka Section" />
<meta property="og:description" content="The IEEE Sri Lanka Section, for the 10th consecutive year, is getting ready to present the Sri Lankan IEEE enthusiasts with yet another memorable episode of the Sri Lanka Section Students / Young Professional / Women in Engineering Congress for 2019." />
<!--Favicon-->
<link rel="shortcut icon" href="images/SLSYWC19Logo-Dark.png" type="image/x-icon">
<link rel="icon" href="images/SLSYWC19Logo-Dark.png" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="css/fontAwesome/fontawesome.css">
<!-- ColorBox -->
<link rel="stylesheet" href="css/colorbox.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<!-- Site Title -->
<title>ABOUT | IEEE SLSYWC 2019</title>
<!-- JQuery Library -->
<script type="text/javascript" src="js/jquery-3.4.1.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Counterup JQuery -->
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<!-- Waypoints -->
<script type="text/javascript" src="js/jquery.waypoints.min.js"></script>
<!-- ColorBox -->
<script type="text/javascript" src="js/jquery.colorbox.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="js/custom.js"></script>
<script>
$(document).ready(function(){
$('.counter').counterUp();
});
</script>
</head>
<body>
<!-- Preloader -->
<script>
$(window).on("load", function() {
$(".se-pre-con").fadeOut("slow");
});
</script>
<!-- NAVBAR SECTION STARTS-->
<?php require_once 'process/common/headers/about_navbar.php'?>
<!-- NAVBAR SECTION ENDS -->
<div id="page-banner-area" class="page-banner-area" style="background-image:url(images/banners/about.jpg)">
<!-- Subpage title start -->
<div class="page-banner-title">
<div class="text-center">
<h2>About</h2>
</div>
</div><!-- Subpage title end -->
</div><!-- Page Banner end -->
<!-- ABOUT CONGRESS SECTION STARTS-->
<?php require_once 'process/common/sections/about-congress.php'?>
<!-- ABOUT CONGRESS SECTION ENDS -->
<!-- FACTS SECTION STARTS-->
<?php require_once 'process/common/sections/facts.php'?>
<!-- FACTS SECTION ENDS -->
<!-- ABOUT TRACKS SECTION STARTS-->
<?php require_once 'process/common/sections/about-tracks.php'?>
<!-- ABOUT TRACKS SECTION ENDS -->
<!-- ABOUT VENUE SECTION STARTS-->
<?php require_once 'process/common/sections/about-venue.php'?>
<!-- ABOUT VENUE SECTION ENDS -->
<!-- CODE OF CONDUCT SECTION STARTS-->
<?php require_once 'process/common/sections/about-coc.php'?>
<!-- CODE OF CONDUCT SECTION ENDS -->
<!-- FOOTER SECTION STARTS-->
<?php require_once 'process/common/headers/footer.php'?>
<!-- FOOTER SECTION ENDS -->
<!-- FACEBOOK PLUGIN SECTION STARTS-->
<?php require_once 'process/common/custom/facebook.php'?>
<!-- FACEBOOK PLUGIN SECTION ENDS -->
</body>
<div class="se-pre-con"></div>
</html>