-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
79 lines (58 loc) · 4.02 KB
/
about.html
File metadata and controls
79 lines (58 loc) · 4.02 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Noto+Sans+KR:wght@500;700;900&display=swap">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="/css/main.css">
<title>스무더 에디터 | 프로젝트</title>
</head>
<body>
<div id="__nav">
</div>
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5 pt-4">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white text-title mb-2">프로젝트 소개</h1>
</div>
</div>
</div>
</div>
</header>
<!-- Features section-->
<section class="py-5 border-bottom" id="features">
<div class="container px-5 my-5">
<h3 class="text-title">스무더 프로젝트</h3>
<p>스무더 프로젝트는 기술적 대안을 제공하기 위해 만들어 졌습니다. <br>
첫 프로젝트인 '스무더'는 사람들에게 데이터 주권을 돌려주고 보다 탈중앙화된 미디어를 만드는데에 그 의미가 있습니다. <br>
두번째 프로젝트인 '스무더 마크다운'은 마크다운 편집기로서 사람들에게 보다 다양한 선택지를 제공하고 있습니다. <br>
이러한 프로젝트를 시작으로 스무더는 기술이 모두에게 열려있고, 거부할 수 있으며, 선택할 수 있는 하나의 도구가 되어야 함을 알리고 있습니다. <br>
</p>
<h3 class="text-title">스무더 마크다운</h3>
<p>때로 기술을 사용하는 대가로 소프트웨어를 구매하거나 광고를 시청합니다. <br>
현재 가장 완성도 있는 마크다운 프로그램인 Typora는 심플하고 깔끔한 디자인을 선보입니다. <br>
여러가지 기능 또한 존재하지만, 간단한 마크다운 편집, 뷰어기능만 사용하던 저에게는 구매할 의향이 없었습니다. <br>
베타버전이 끝나며 전면 유료로 전환되자, 그 간단한 마크다운 편집기능 조차 사용할 수 없었습니다. <br>
다른 상용 프로그램들을 알아보니 Typora 만큼의 심플한 기능을 보여주지는 않았습니다. <br>
스무더 마크다운은 이러한 선택권에 대안을 마련하며 기술이 중립적으로 유지되기를 희망합니다. <br>
</p>
<a class="text-nav" href="/opensource.html">Open Source License ></a>
</div>
</section>
<div id="__footer"></div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="/js/index.js"></script>
<script>
loadNavbar()
loadFooter()
</script>
</body>
</html>