From a0e6eac9972064fa98a8267a8c3e28d44902c54a Mon Sep 17 00:00:00 2001 From: Martina Maggio <martina.maggio@control.lth.se> Date: Wed, 1 Oct 2014 06:59:00 +0000 Subject: [PATCH] Website initialization --- index.html | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b591e7e..e6f0405 100644 --- a/index.html +++ b/index.html @@ -1 +1,39 @@ -Nothing to see here yet.... +<html> +<head> +<meta charset="UTF-8"> +<title>ECRTS 2015</title> +<link rel="stylesheet" href="css/style.css" type="text/css"> +</head> + +<body> +<div id="wrap"> + + <div id="rightside-blue"> + <div id="main"> + + <img src="img/logo.png"> + + <h4>Welcome to the 27th Euromicro Conference on Real-Time Systems; <span class="bluetag">7-10th July 2015</span>; <span class="redtag">Lund, Sweden</span></h4> + + The Euromicro Technical Committee on Real-Time Systems is proud to announce its 27th conference on Real-Time Systems. The conference has very strong roots within the Real-Time Laboratories and research groups in both Academia and Industry throughout Europe and across the world.<br> + + <img src="img/collage.jpg"> + + <h4>News</h4> + 30.09.2014 - Website up and running + + </div> + </div> + + <div id="sidebar"> + <div id="empty"></div> + <div id="roundedsign-active-blue"><a href="index.html">Welcome</a></div> + <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> + <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> + <div id="roundedsign-inactive-darkgreen"><a href="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file -- GitLab