-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html~
53 lines (48 loc) · 2.1 KB
/
privacy.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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWP\
GFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@glidejs/glide/dist/css/glide.core.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/jpg" href="assets/images/website_favicon.png"/>
<link href="dist/hamburgers.css" rel="stylesheet">
<link rel="stylesheet" href="dist/main.css">
<title>HiGeorge for Publishers</title>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a data-destination="top" href="#hero"><img src="assets/images/logo.svg" alt="logo"></a>
</div>
<div class="navigation">
<nav>
<ul>
<li><a href="/index.html#section-description" id="header-whyus">Why HiGeorge?</a></li>
<li><a href="/index.html#section-mission" id="header-product">Product</a></li>
<li><a href="/index.html#company" id="header-company">Company</a></li>
<li><a href="/index.html#careers" id="header-careers">Careers</a></li>
<li><a href="/index.html#contact" id="header-contact">Contact</a></li>
<li><a href="/library.html" id="header-library">Library</a></li>
</ul>
<a href="mailto:[email protected]" class="filled">Request demo</a>
</nav>
</div>
<div id="mobile-menu-button">
<button class="hamburger hamburger--collapse" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
<a href="mailto:[email protected]" class="filled">Request demo</a>
</div>
</header>
<main>
test
</main>