Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

commit file #9

Merged
merged 1 commit into from May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added Website/Images/Codecombat_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Website/Images/ccForest15.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Website/Images/codecombat1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Website/css/legend.css
@@ -0,0 +1,11 @@
body
{
font-family: 'lucida grande' ,tahoma, verdana, arian, sans-serif;
background-colour:#000000;
}
#container{
width:1080px;
margin:0 auto;
padding:1px;
background-colour:#000;
}
28 changes: 28 additions & 0 deletions Website/home.html
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title> CODE COMBAT </title>

<link rel="stylesheet" type="text/css" href="css/legend.css"/>
<link rel="icon" href="images/favicon.ico" type="favicon">
</head>
<body>

<div id="container">
<div id="navigation">
<ul id="navmenu">
<li> <a href="home.html"> home </a> </li>
<li> <a href="#"> Play </a> </li>
<li> <a href="#"> Game Development </a> </li>
<li> <a href="#"> Web Development </a> </li>
<li> <a href="#"> Learn More </a> </li>
</ul>
</div>


</div>
</body>



</html>