-
Notifications
You must be signed in to change notification settings - Fork 2
/
blog.html
85 lines (72 loc) · 3.96 KB
/
blog.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
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Bitcloud</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon"/>
<!-- Meta tags for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="HandheldFriendly" content="true" />
<!-- Meta tags for improve SEO -->
<meta name="description"
content="Bitcloud is an open source project striving to create free software enabling the creation of a new form of darknet and cryptocurrency."/>
<meta name="robots" content="all"/>
<!-- Facebook -->
<meta property="og:title" content="Bitcloud"/>
<meta property="og:type" content="website"/>
<meta property="og:image"
content="https://lh3.googleusercontent.com/-p61aGuqthdI/Uu2VSwWu58I/AAAAAAAAA4k/mt8zh-tyuXM/bitcloud.jpg"/>
<meta property="og:description"
content="Bitcloud is an open source project striving to create free software enabling the creation of a new form of darknet and cryptocurrency."/>
<!-- Twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Bitcloud"/>
<meta name="twitter:description"
content="Bitcloud is an open source project striving to create free software enabling the creation of a new form of darknet and cryptocurrency."/>
<meta name="twitter:image"
content="https://lh3.googleusercontent.com/-p61aGuqthdI/Uu2VSwWu58I/AAAAAAAAA4k/mt8zh-tyuXM/bitcloud.jpg"/>
<!-- Dublin Core -->
<meta name="DC.Title" content="Bitcloud">
<meta name="DC.Creator" content="Bitcloud">
<meta name="DC.Description"
content="Bitcloud is an open source project striving to create free software enabling the creation of a new form of darknet and cryptocurrency.">
<meta name="DC.Publisher" content="Bitcloud">
<meta name="DC.Contributor" content="Bitcloud">
<meta name="DC.Date" content="2014">
<meta name="DC.Format" content="html">
<meta name="DC.Language" content="en">
<meta name="DC.Rights" content="Bitcloud">
</head>
<body>
<div id="test"></div>
<nav>
<span id="case">
<span class="left">
<a href="/">bitcloud</a>
</span>
<span class="right">
<!-- HIDE FOR MOBILE -->
<a class="desktop-nav" href="faq">FAQ</a>
<a class="desktop-nav" href="http://bitcloudproject.org/w/Main_Page" rel="nofollow" target="_blank" title=""><img src="img/wiki-ico.png" width="27" height="18" alt="wiki-ico.png" title="Wiki">iki</a>
<a class="desktop-nav" href="blog">Blog</a>
<a class="desktop-nav" href="http://talk.bitcloudproject.org/" target="_blank" rel="nofollow">Forum</a>
<a class="desktop-nav" href="http://bitcloudproject.org/w/Join_us" rel="nofollow" target="_blank" title=""><img src="img/coding-ico.png" width="27" height="18" alt="coding-ico.png" title="Development"></a>
<!-- HIDE FOR DESKTOP -->
<img src="img/grid-ico.png" class="mobile-subnav" id="subnav-icon" width="18" height="18" alt="grid-ico.png" style="margin: 0 15px 0 0" title="Submenu">
<span id="subnav">
<a class="mobile-subnav" href="faq">FAQ</a>
<a class="mobile-subnav" href="http://bitcloudproject.org/w/Main_Page" title="#">wiki</a>
<a class="mobile-subnav" href="blog">Blog</a>
<a class="mobile-subnav" href="http://talk.bitcloudproject.org/" target="_blank" rel="nofollow">Forum</a>
<a class="mobile-subnav" href="http://bitcloudproject.org/w/Join_us" title="#">join us</a>
</span>
</span>
</span>
</nav>
<div id="center">
</div>
<script src="javascript/jquery.min.js"></script>
<script src="javascript/script.js"></script>
</body>
</html>