-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplay.html
43 lines (40 loc) · 1.98 KB
/
play.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<title>playwithc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="script.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Calligraffitti" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
</head>
<body>
<!--navigationBar same as index page-->
<div class="logo"><i class="material-icons">menu</i></div>
<nav>
<li><a class="leftr navigationBar" href="">Contact</a></li>
<li><a class="leftr navigationBar" href="">About</a></li>
<li><a class="leftr navigationBar" href="">projects</a></li>
<li><a class="leftr navigationBar" href="play.html">PLAY</a></li>
</nav>
<div class="quaterCircle"></div>
<span class="playtheme text-center"><h1 class="play">Let's Play with C</h1></span>
<div class="bwb container-fluid">
<h1 class="text-center qs">Before we Begin</h1>
<div class="box"></div>
<p class="text-center bwbAnswer">before start doing our hand dirty in code.please review the topics needed for game develoment in c which are used in the course in out github page.</p>
</div>
<div class="space"></div>
<footer class="container-fluid">
<h4 class="foot text-center"> © 2016 Copyrighted Coffeehacks</h4>
</footer>
</body>
</html>