diff --git a/index.html b/index.html index b591e7ebf9c3a3985446078d711ce1217c1effe8..e6f0405b31ba2e430ca1b80bbfb298341474f7ed 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