-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (76 loc) · 4.26 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
75
76
77
78
79
80
81
---
title: Linear
layout: default
---
<!-- Featured -->
<div id="featured">
<div class="container">
<header>
<h2>Welcome to Lore</h2>
</header>
<p>This is <strong>Lore</strong>, Lore is a knowledge community based on a protocol that maximizes the participation of network. It is designed to inspire the participants’ passion for knowledge by integrating conventional knowledge community with incentive mechanism design that is found in cryptocurrency. Members of Lore network enhances their capability to contribute to the entire network with self-derived insights in the process of knowledge sharing based on quality communication. Check out more sources, <a href="https://github.com/LoreProtocol">Lore Protocol Github</a>.</p>
<!--<hr />-->
<!--
<div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-briefcase"></span></span>
<h3>Maecenas luctus lectus</h3>
<p>Curabitur sit amet nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel, suscipit in, mattis placerat, nulla. Sed ac leo.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-lock"></span></span>
<h3>Maecenas luctus lectus</h3>
<p>Donec ornare neque ac sem. Mauris aliquet. Aliquam sem leo, vulputate sed, convallis at, ultricies quis, justo. Donec magna.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-globe"></span></span>
<h3>Maecenas luctus lectus</h3>
<p>Curabitur sit amet nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel, suscipit in, mattis placerat, nulla. Sed ac leo.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
</div> -->
</div>
</div>
<!-- Main -->
<div id="main">
<div id="content" class="container">
<div class="row">
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/Session 01.png" alt=""></a>
<header>
<h2>디지털시대의 디지털화폐</h2>
</header>
<p>비트코인 현상, 블록체인 2.0 (서문 1 ~ 31)written by-Wooqii</p>
<a href="{% post_url 2018-05-22-Session-1 %}" class="button button-style1">Read More</a>
</section>
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/Session 2.png" alt=""></a>
<header>
<h2>물물교환에서 비트코인까지</h2>
</header>
<p>비트코인 현상, 블록체인 2.0 (1. 33 ~ 54 ) written by-박윤중</p>
<a href="{% post_url 2018-05-29-Session-2 %}" class="button button-style1">Read More</a>
</section>
</div>
<div class="row">
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/LPT(EN).png" alt=""></a>
<header>
<h2>Lore Protocol Whitepaper(EN)</h2>
</header>
<p>Lore is a knowledge community based on a protocol that maximizes the participation of network. It is designed to inspire the participants’ passion for knowledge by integrating conventional knowledge community with incentive mechanism design that is found in cryptocurrency. Members of Lore network enhances their capability to contribute to the entire network with self-derived insights in the process of knowledge sharing based on quality communication.</p>
<a href="{% post_url 2018-05-20-LoreProtocol-Whitepaper %}" class="button button-style1">Read More</a>
</section>
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/LPT(KO).png" alt=""></a>
<header>
<h2>Lore Protocol Whitepaper(KO)</h2>
</header>
<p>로어는 네트워크 참여자의 인센티브를 극대화하는 프로토콜에 기반한 지식 공동체이다. 이는 기존 지식 공동체에 암호화폐의 인센티브 설계를 더하여 참여자의 지식에 대한 열의를 고취하고자 만들어졌다. 로어 네트워크의 멤버는 양질의 소통에 기반한 지식의 공유 과정에서 자기주도적인 통찰력을 바탕으로 전체 네트워크에 기여할 수 있는 산물을 도출한다.</p>
<a href="{% post_url 2018-05-20-LoreProtocol-Whitepaper(ko) %}" class="button button-style1">Read More</a>
</section>
</div>
</div>
</div>