Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tamara #358

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
138 changes: 128 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!DOCTYpE html>
<html>
<head>
<meta charset="UTF-8">
<meta name ="description" content="A page for 3rd year computer science students to pick their modules">
<title>Computer Science</title>
<link rel="stylesheet" type="text/css" href="css/grid.css">
</head>

<!-- Basic Page Needs
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Your page title here :)</title>
<meta name="description" content="">
<title>King's College London Course Selection</title>
<meta name="description" content="Practice Project">
<meta name="author" content="">

<!-- Mobile Specific Metas
Expand All @@ -17,30 +22,143 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

<!-- CSS
<!-- CS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">

<style>
.dropbtn {
background-color: "#FFAFFF";
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
</style>

</head>
<body>
<body bgcolor="#E6E6FA">

<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
<p>Howdy, y'all! :)</p>
</div>
</div>
</div>
<div style="float:left;padding-left:30px;">
<img src="https://botw-pd.s3.amazonaws.com/styles/logo-thumbnail/s3/0013/8558/brand.gif?itok=Oj3vqw6k"
height = "175" width="175">
</div>

<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->

<div style="float:right;padding-right:30px;">
<img src="https://botw-pd.s3.amazonaws.com/styles/logo-thumbnail/s3/0013/8558/brand.gif?itok=Oj3vqw6k"
height = "175" width="175">
</div>

<div style="text-align:center;padding-top:20px;font-size:55px;font-family:calibri;letter-spacing:8px;">
<b>COMPUTER SCIENCE</b></div>
<div style="text-align:center;font-size:10px;font-family:arial;letter-spacing:2px;">
<b><i>COMPUTER SCIENCE BSC (HONS)<br>
COMPUTER SCIENCE WITH MANAGEMENT BSC (HONS)</i></b></div>

<div style="font-family:arial;font-size:8px;letter-spacing:1px;">
<div style="text-align:center;padding-top:20px;font-size:25px;letter-spacing:5px;">
<b>WELCOME TO KINGS</b></div>
<div style="padding: 10px 335px 20px 335px;text-align:justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis
aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum. This is about as much text that is allowed. A little
bit more...
</div></div>

<div class="wrapper">
<div class="box a"><div class ="dropdown"> <!-- style="float:left;"> -->
<button class="dropbtn">Choose a Course</button>
<div class="dropdown-content" style="left:0;">
<a href="#">BSc Computer Science</a>
<a href="#">MSc Computer Science</a>
<a href="#">BSc Computer Science with Management</a>
</div>
</div> </div>
<div class="box b">
Semester 1 Modules
<div>
<select>
<option value="module1" selected>module1</option>
<option value="module2">module2</option>
<option value="module3">module3</option>
<option value="module4">module4</option>
<option value="module5">module5</option>
<option value="module6">module6</option>
<option value="module7">module7</option>
<option value="module8">module8</option>
<option value="module9">module9</option>
<option value="module10">module10</option>
<option value="module11">module11</option>
<!-- #f99999 is a nice colour -->
</select></div></div>
<div class="box c">Semester 2 Modules
<div>
<select>
<option value="module12" selected>module1</option>
<option value="module13">module2</option>
<option value="module14">module3</option>
<option value="module15">module4</option>
<option value="module16">module6</option>
<option value="module17">module7</option>
<option value="module18">module8</option>
<option value="module19">module9</option>
<option value="module20">module10</option>
<option value="module21">module11</option>
<option value="module22">module12</option>

<!-- #f99999 is a nice colour -->
</select></div></div>
<div class="box d">Module Details</div>
<div class="box e">Module Table</div>
<div class="box f">Suggestions</div>
<div class="box g">Contact Us</div>
</div>
<script src="javascriptCode.js" type="text/javascript">
</script>
</body>
</html>