diff --git a/psd/llllanding.psd b/psd/llllanding.psd new file mode 100644 index 0000000000000000000000000000000000000000..97f9f92818897cb3b3b7acd42d4eb65fa61db3b4 Binary files /dev/null and b/psd/llllanding.psd differ diff --git a/public/css/global.css b/public/css/global.css new file mode 100644 index 0000000000000000000000000000000000000000..746403c3df9ddb54976805e57b4219879ed3f80b --- /dev/null +++ b/public/css/global.css @@ -0,0 +1,3 @@ +body { + font-family: "Roboto Condensed", Arial, sans-serif; +} \ No newline at end of file diff --git a/public/indes.html b/public/indes.html new file mode 100644 index 0000000000000000000000000000000000000000..a260b959bcfc4afcfa5b08ec7b5482677d28a9fb --- /dev/null +++ b/public/indes.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>DOU Хакатон Київ 2015</title> + <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'> + <link rel="stylesheet" href="css/global.css"> +</head> +<body> +<header> + <nav> + <ul> + <li>Про хакатон</li> + <li>Організатори</li> + <li>Підтримка</li> + <li>Локація</li> + <li>DOU</li> + </ul> + </nav> +</header> +<section> + +</section> +<section> + <article>DOU Хакатон доволі відомий в межах України. Його мета - познаймитись з тими, хто "get things done"б гарно провести час і вивчити щось нове, а можливо стоворити й корисний проект.</article> + <article><p>Дух DOU Hackathon живий і ми, волонтери, продовжуємо цю справу. Підписуйтесь і дізнавайтесь про дату і місцк проведення.</p> + <p>Приєднуйтесь і приводьте друзів!</article> + </div> +</section> +<section> + <ul> + <li></li> + </ul> +</section> +</body> +</html> \ No newline at end of file