-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·166 lines (106 loc) · 5.87 KB
/
index.html
File metadata and controls
executable file
·166 lines (106 loc) · 5.87 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
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
<!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, shrink-to-fit=no">
<!--
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
-->
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="apple-touch-icon" sizes="57x57" href="images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="2016 IEEE International Conference on Cloud and Autonomic Computing (ICCAC)">
<title>ICCAC 2016 Conference</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="offcanvas.css" rel="stylesheet">
</head>
<body>
<div id="navBar"></div>
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<!-- ************************ start main body ************************ -->
<!-- Original Image taken from https://pixabay.com/en/augsburg-germany-street-houses-109469/ -->
<div class="jumbotron main">
<h1>ICCAC 2016</h1>
<!--
<img src="images/augsburg-109469_640.jpg" alt="Augsburg" style="width:440px;height:280px;">
-->
<!--
<div class="container-fluid">
-->
<div>
<img src="images/640px-Augsburg_-_Markt.jpg" alt="Augsburg" class="img-responsive" >
</div>
<!--</div> -->
<!--<img src="images/640px-Augsburg_-_Markt.jpg" alt="Augsburg" style="width:635;height:387px;">-->
<p align="left"><font size="1">photo credit: Guido Radig</font></p>
<p><b><div id="AnnouceConf">2016 IEEE International Conference on Cloud and Autonomic Computing (ICCAC)</b></div>
Augsburg, Germany, September 12-16, 2016 <br /> <br />
Co-located with the Tenth IEEE International Conference on Self-Adaptive and Self-Organizing System (SASO 2016)</p>
<a href="program.html">Program Info</a>
<!-- ************************ End main body ************************ -->
</div><!--/span-->
<!-- Add in the program info to add more information to the homepage -->
<div class="jumbotron" style="background-color: transparent;"> <div id="programInfo"></div></div>
</div>
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar">
<div id="rightPanel"></div>
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© 2016 ICCAC</p>
</footer>
</div><!--/.container-->
<!-- Start of Google Tracking Info -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71619324-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End of Google Tracking Info -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="offcanvas.js"></script>
<!-- Start Loading shared items -->
<script>
$(document).ready(function(){
$('#rightPanel').load("includes/rightPanel.html"); .2
$('#navBar').load("includes/navBar.html");
$('#programInfo').load("includes/programInfo.html");
$(window).on('load', function(){
$('#homeNavLink').addClass('dkActive');
})
});
</script>
<!-- End Loading shared items -->
</body>
</html>