-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowWorks.html~
40 lines (31 loc) · 1.14 KB
/
howWorks.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<title>NoviPel</title>
<link rel="stylesheet" type="text/css" href="styleWork.css" />
<link rel="icon" type = "image/png"href="../images/MinorLogo.png">
<link href='https://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
</head>
<body>
<div id = "rightMenu">
<ul>
<li id="home"><a href="index.html" >HOME</a></li>
<li id="howWorksExplanation"></li>
<li id="need"><a href="#" >WE NEED YOU</a></li>
<li id="needExplanation"></li>
<li id="newsLetter"><a href="#">NEWSLETTERS</a></li>
<li id="newsExplanation"></li>
<li id="team"><a href="team.html">TEAM</a></li>
<li id="teamExplanation"></li>
<li></li>
</ul>
</div>
<div id = "container">
<div id = "logo"><img src="../images/LOGO.png" ></div>
<div id = "imageHow"><img src="../images/image3079.png" ></div>
</div>
<script type="text/javascript" src="menu.js"></script>
</body>
</html>