This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (62 loc) · 3.43 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/uikit.min.css" />
<link rel="stylesheet" href="css/poc.css" />
<script src="js/uikit.min.js"></script>
<script src="js/uikit-icons.min.js"></script>
</head>
<body>
<div uk-sticky="animation: uk-animation-slide-top; sel-target: .uk-navbar-container; cls-active: uk-navbar-sticky; cls-inactive: uk-navbar-transparent uk-dark; top: 200">
<div class="uk-navbar-container poc-navbar-container">
<div class="uk-container uk-container-expand">
<nav uk-navbar>
<div class="uk-navbar-left">
<a class="uk-navbar-item uk-logo poc-logo" href="#">Proof-of-Company</a>
</div>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav">
<li class="uk-active"><a href="#">Buy ICO whitepapers</a></li>
<li>
<a href="#">Products</a>
<div class="uk-navbar-dropdown">
<ul class="uk-nav uk-navbar-dropdown-nav">
<li class="uk-active"><a href="#">Blockchain IoT</a></li>
<li><a href="#">MotoCoin</a></li>
<li><a href="#">VIKING GARAGE</a></li>
</ul>
</div>
</li>
<li><a href="#">Consulting</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div class="uk-container uk-container-expand uk-align-center poc-hero-container uk-cover-container">
<img src="images/brandi-redd-122054.jpg" uk-cover alt="" />
<div class="uk-flex-left poc-hero-container" uk-grid>
<h1 class="uk-heading-primary poc-hero">Whitepapers for Blockchain ICO</h1>
</div>
</div>
<div class="uk-container uk-container-small poc-body-container">
<article class="uk-article">
<h2 class="uk-article-title poc-body-title"><a class="uk-link-reset" href="">Clearly express your vision,<br />convince your community.</a></h2>
<p class="uk-text-lead">Are you interested in blockchain? Proof-of-Company can help you become a part of the blockchain movement. Every ICO needs a whitepaper.</p>
<p>A whitepaper is a formal document, which accurately describes the company’s future product. It is meant to follow standards: be concise, structured and on-point. The whitepaper should take into account the core functionality, but also the foreseeable edge cases. Writing the whitepaper is a time-consuming task, and may even be daunting. It is very important, however, because the process shapes and completes the vision driving the business. It is the right moment to consult.</p>
<!-- <div class="uk-flex uk-flex-around">
<div class="uk-card uk-card-default uk-card-body">Item 1</div>
<div class="uk-card uk-card-default uk-card-body uk-margin-left">Item 2</div>
<div class="uk-card uk-card-default uk-card-body uk-margin-left">Item 3</div>
</div> -->
</article>
</div>
<div class="uk-container uk-container-expand poc-footer-container">
</div>
</body>
</html>