Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
ECRTS2015
Commits
f013f885
Commit
f013f885
authored
Jun 08, 2015
by
Martina Maggio
Browse files
Adding venues
parent
14ff69d5
Changes
9
Hide whitespace changes
Inline
Side-by-side
conference-venue.html
0 → 100644
View file @
f013f885
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
ECRTS 2015
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
type=
"text/css"
>
<!-- Analytics: START -->
<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-55862227-1
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
<!-- Analytics: END -->
</head>
<body>
<div
id=
"wrap"
>
<div
id=
"rightside-red"
>
<div
id=
"main"
>
<img
src=
"img/logo.png"
>
<h4>
Conference Venue
</h4>
Palestra
<br>
Universitetsplatsen
<br>
Lund
</div>
</div>
<div
id=
"sidebar"
>
<div
id=
"empty"
></div>
<div
id=
"roundedsign-inactive-blue"
><a
href=
"index.html"
>
Welcome
</a></div>
<div
id=
"roundedsign-active-red"
><a
href=
"conference.html"
>
Conference
</a></div>
</div>
<div
id=
"internal-submenu"
>
<ul>
<li><a
href=
"conference.html"
>
About
</a></li>
<li><a
href=
"organizing-committee.html"
>
Organizing committee
</a></li>
<li><a
href=
"program-committee.html"
>
Program committee
</a></li>
<li><a
href=
"program.html"
>
Conference Program
</a></li>
<li><a
href=
"program-keynote.html"
>
Keynote
</a></li>
<li><a
href=
"conference-venue.html"
class=
"actualLink"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
<div
id=
"roundedsign-inactive-purpleish"
><a
href=
"submission.html"
>
Submissions
</a></div>
<div
id=
"roundedsign-inactive-blueish"
><a
href=
"conference_dates.html"
>
Important Dates
</a></div>
<div
id=
"roundedsign-inactive-green"
><a
href=
"workshops.html"
>
Workshops
</a></div>
<div
id=
"roundedsign-inactive-pink"
><a
href=
"wip.html"
>
Work in Progress
</a></div>
<div
id=
"roundedsign-inactive-purple"
><a
href=
"local.html"
>
Local Info
</a></div>
<div
id=
"roundedsign-inactive-darkgreen"
><a
href=
"registration.html"
>
Register
</a></div>
<div
style=
"float: right; padding-top:50px; padding-right:40px; padding-bottom:10px;"
>
Sponsored by
</div>
<p><img
style=
"clear: right; float: right; padding-right:20px"
src=
"img/ericsson_logo.png"
width=
150px
><br><br>
<img
style=
"clear: right; float: right; padding-right:20px"
src=
"img/lccc_logo.png"
width=
150px
>
</p>
</div>
</div>
</body>
</html>
conference.html
View file @
f013f885
...
...
@@ -65,6 +65,7 @@
<li><a
href=
"program-committee.html"
>
Program committee
</a></li>
<li><a
href=
"program.html"
>
Conference Program
</a></li>
<li><a
href=
"program-keynote.html"
>
Keynote
</a></li>
<li><a
href=
"conference-venue.html"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
...
...
css/style.css
View file @
f013f885
...
...
@@ -133,6 +133,11 @@ span.boldtag {
font-weight
:
bold
;
color
:
#ffb460
;
}
#internal-submenu
a
.actualLink4
{
text-decoration
:
none
;
font-weight
:
bold
;
color
:
#3a9145
;
}
#sidebar
{
float
:
right
;
background
:
#ffffff
;
...
...
organizing-committee.html
View file @
f013f885
...
...
@@ -97,6 +97,7 @@
<li><a
href=
"program-committee.html"
>
Program committee
</a></li>
<li><a
href=
"program.html"
>
Conference program
</a></li>
<li><a
href=
"program-keynote.html"
>
Keynote
</a></li>
<li><a
href=
"conference-venue.html"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
...
...
program-committee.html
View file @
f013f885
...
...
@@ -78,6 +78,7 @@
<li><a
href=
"program-committee.html"
class=
"actualLink"
>
Program committee
</a></li>
<li><a
href=
"program.html"
>
Conference program
</a></li>
<li><a
href=
"program-keynote.html"
>
Keynote
</a></li>
<li><a
href=
"conference-venue.html"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
...
...
program-keynote.html
View file @
f013f885
...
...
@@ -65,6 +65,7 @@ emphasis on production management aspects.
<li><a
href=
"program-committee.html"
>
Program committee
</a></li>
<li><a
href=
"program.html"
>
Conference Program
</a></li>
<li><a
href=
"program-keynote.html"
class=
"actualLink"
>
Keynote
</a></li>
<li><a
href=
"conference-venue.html"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
...
...
program.html
View file @
f013f885
...
...
@@ -309,6 +309,7 @@ function toggle_visibility(id) {
<li><a
href=
"program-committee.html"
>
Program committee
</a></li>
<li><a
href=
"program.html"
class=
"actualLink"
>
Conference Program
</a></li>
<li><a
href=
"program-keynote.html"
>
Keynote
</a></li>
<li><a
href=
"conference-venue.html"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
...
...
workshops-venue.html
0 → 100644
View file @
f013f885
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
ECRTS 2015
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
type=
"text/css"
>
<!-- Analytics: START -->
<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-55862227-1
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
<!-- Analytics: END -->
</head>
<body>
<div
id=
"wrap"
>
<div
id=
"rightside-green"
>
<div
id=
"main"
>
<img
src=
"img/logo.png"
>
<h4>
Workshops Venue
</h4>
E-Building LTH
<br>
Ole Römers väg 3
<br>
Lund
</div>
</div>
<div
id=
"sidebar"
>
<div
id=
"empty"
></div>
<div
id=
"roundedsign-inactive-blue"
><a
href=
"index.html"
>
Welcome
</a></div>
<div
id=
"roundedsign-inactive-red"
><a
href=
"conference.html"
>
Conference
</a></div>
<div
id=
"roundedsign-inactive-purpleish"
><a
href=
"submission.html"
>
Submissions
</a></div>
<div
id=
"roundedsign-inactive-blueish"
><a
href=
"conference_dates.html"
>
Important Dates
</a></div>
<div
id=
"roundedsign-active-green"
><a
href=
"workshops.html"
>
Workshops
</a></div>
</div>
<div
id=
"internal-submenu"
>
<ul>
<li><a
href=
"workshops.html"
>
About
</a></li>
<li><a
href=
"workshops-venue.html"
class=
"actualLink4"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
<div
id=
"roundedsign-inactive-pink"
><a
href=
"wip.html"
>
Work in Progress
</a></div>
<div
id=
"roundedsign-inactive-purple"
><a
href=
"local.html"
>
Local Info
</a></div>
<div
id=
"roundedsign-inactive-darkgreen"
><a
href=
"registration.html"
>
Register
</a></div>
<div
style=
"float: right; padding-top:50px; padding-right:40px; padding-bottom:10px;"
>
Sponsored by
</div>
<p><img
style=
"clear: right; float: right; padding-right:20px"
src=
"img/ericsson_logo.png"
width=
150px
><br><br>
<img
style=
"clear: right; float: right; padding-right:20px"
src=
"img/lccc_logo.png"
width=
150px
>
</p>
</div>
</div>
</body>
</html>
workshops.html
View file @
f013f885
...
...
@@ -71,6 +71,14 @@
<div
id=
"roundedsign-inactive-purpleish"
><a
href=
"submission.html"
>
Submissions
</a></div>
<div
id=
"roundedsign-inactive-blueish"
><a
href=
"conference_dates.html"
>
Important Dates
</a></div>
<div
id=
"roundedsign-active-green"
><a
href=
"workshops.html"
>
Workshops
</a></div>
</div>
<div
id=
"internal-submenu"
>
<ul>
<li><a
href=
"workshops.html"
class=
"actualLink4"
>
About
</a></li>
<li><a
href=
"workshops-venue.html"
>
Venue
</a></li>
</ul>
</div>
<div
id=
"sidebar"
>
<div
id=
"roundedsign-inactive-pink"
><a
href=
"wip.html"
>
Work in Progress
</a></div>
<div
id=
"roundedsign-inactive-purple"
><a
href=
"local.html"
>
Local Info
</a></div>
<div
id=
"roundedsign-inactive-darkgreen"
><a
href=
"registration.html"
>
Register
</a></div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment