Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vladha1 authored Oct 29, 2021
1 parent 9ad45dc commit d205407
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Logo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<!-- Created by pdf2htmlEX (https://github.com/coolwanglu/pdf2htmlex) -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="stylesheet" href="base.min.css"/>
<link rel="stylesheet" href="fancy.min.css"/>
<link rel="stylesheet" href="main.css"/>
<script src="compatibility.min.js"></script>
<script src="theViewer.min.js"></script>
<script>
try{
theViewer.defaultViewer = new theViewer.Viewer({});
}catch(e){}
</script>
<title></title>
</head>
<body>
<div id="sidebar">
<div id="outline">
</div>
</div>
<div id="page-container">
<div id="pf1" class="pf w0 h0" data-page-no="1"><div class="pc pc1 w0 h0"><img class="bi x0 y0 w0 h0" alt="" src="bg1.png"/><div class="t m0 x1 h1 y1 ff1 fs0 fc0 sc0 ls0 ws0">themarketview.com</div><div class="t m0 x2 h1 y2 ff1 fs0 fc1 sc0 ls0 ws0">Simplified Market Intelligence</div><div class="t m0 x3 h2 y3 ff2 fs1 fc2 sc0 ls0 ws0">Contact Us</div><div class="t m0 x4 h3 y4 ff3 fs1 fc3 sc0 ls0 ws0">Coming Soon</div><a class="l" href="https://wa.me/917829769660"><div class="d m1" style="border-style:none;position:absolute;left:581.440857px;bottom:46.960392px;width:76.972656px;height:16.392578px;background-color:rgba(255,255,255,0.000001);"></div></a></div><div class="pi" data-data='{"ctm":[1.000000,0.000000,0.000000,1.000000,0.000000,0.000000]}'></div></div>
</div>
<div class="loading-indicator">

</div>
</body>
</html>
5 changes: 5 additions & 0 deletions base.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added bg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions compatibility.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
Copyright 2012 Mozilla Foundation
Copyright 2013 Lu Wang <[email protected]>
Apachine License Version 2.0
*/
(function(){function b(a,b,e,f){var c=(a.className||"").split(/\s+/g);""===c[0]&&c.shift();var d=c.indexOf(b);0>d&&e&&c.push(b);0<=d&&f&&c.splice(d,1);a.className=c.join(" ");return 0<=d}if(!("classList"in document.createElement("div"))){var e={add:function(a){b(this.element,a,!0,!1)},contains:function(a){return b(this.element,a,!1,!1)},remove:function(a){b(this.element,a,!1,!0)},toggle:function(a){b(this.element,a,!0,!0)}};Object.defineProperty(HTMLElement.prototype,"classList",{get:function(){if(this._classList)return this._classList;
var a=Object.create(e,{element:{value:this,writable:!1,enumerable:!0}});Object.defineProperty(this,"_classList",{value:a,writable:!1,enumerable:!1});return a},enumerable:!0})}})();
Binary file added f1.woff
Binary file not shown.
Binary file added f2.woff
Binary file not shown.
Binary file added f3.woff
Binary file not shown.
5 changes: 5 additions & 0 deletions fancy.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d205407

Please sign in to comment.