-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpeningPage.html
44 lines (30 loc) · 1.38 KB
/
OpeningPage.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
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpeningPage</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/Style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</head>
<body>
<div class=" container-fluid mainBody">
<div class="OpeningBox ">
<div class="openingLogo"></div>
<div class="col-lg-6"><img src="Img/logo.PNG" class="img-responsive logoImg "> </div>
<div class="openingText col-lg-6">
<h2>Welcome to packet!</h2>
<div class="mission">
<p><b>Mission statement</b></p>
<p>Packet was created to be an interactive experience for users to get “hands on” with the data Google stores on them. Every Time you Google search something it is logged. Google makes it feel feel like you can look at this data any time, but in reality it's given to you in a format that's unreadable and difficult to work with.This is where Packet comes in, it shows you how to download and manipulate your data into a readable format and then visualizes it.</p>
<p>
<div><a href="HowToPage.HTML"><b>Click here for how to</b></a></div></p>
</div>
</div>
</div>
</div>
</body>
</html>