-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.html
60 lines (55 loc) · 2.59 KB
/
library.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
54
55
56
57
58
59
60
<!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" integri\
ty="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" 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="../index.html#hero"><img src="../assets/images/new_logo2x.png" style="padding-top: 18px" alt="logo"></a>
</div>
<div class="navigation">
<nav>
<ul>
<li><a href="../index.html#section-description" id="header-whyus" style="visibility:hidden">Why HiGeorge?</a></li>
<li><a href="../index.html#section-mission" id="header-product" style="visibility:hidden">Product</a></li>
<li><a href="../index.html#company" id="header-company" style="visibility:hidden">Company</a></li>
<li><a href="../index.html#careers" id="header-careers" style="visibility:hidden">Careers</a></li>
<li><a href="../index.html#contact" id="header-contact" style="visibility:hidden">Contact</a></li>
<li><a href="../index.html#hero" id="" style="color:red; font-size:0.9em; font-weight:700">How it works</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]" style="background-color:#1F2156; color: white; border-radius: 6px; font-size:0.9em">Request demo</a>
</div>
</header>
<main>
<iframe src="lib/embed-library/index.html" style=" position: absolute;
top: 0;
padding-top: 70px;
left: 0;
width: 100%;
height: 100%;
border: 0;
"></iframe>
</main>