-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (122 loc) · 4.73 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sprinter</title>
<meta name="description" content="Todo list application - Sprinter">
<meta name="keywords" content="Sprinter, todo, calendar, app, application, iOS, App Store, Android, Google Play">
<meta property="og:image" content="/images/dist/launcher.png">
<!-- inject:css -->
<link rel="stylesheet" href="/css/dist/style.css">
<!-- endinject -->
</head>
<body>
<!-- main header -->
<header id="header" class="container">
<div class="wrapper">
<img class="logo" src="/images/svg/launcher.svg">
<a class="link" href="https://github.com/sprinter-group" target="_blank" title="Sprinter on GitHub">
<i class="fa fa-github"></i>
</a>
<a class="link" href="https://www.behance.net/gallery/54735807/Sprinter-To-do-list-task-management-application" target="_blank" title="Sprinter on Behance">
<i class="fa fa-behance"></i>
</a>
</div>
</header>
<!-- hero image -->
<section id="hero" class="container">
<div class="wrapper">
<div class="hero-top">
<h1 class="en">Sprinter</h1>
<p>
스프린터는 <b>어제보다 나은 오늘</b>을 만들어주는<br>
일정관리 앱입니다
</p>
</div>
<div class="hero-bottom">
<img class="mockup" src="/images/dist/appStoreImage2.png">
</div>
</div>
</section>
<!-- section 1 -->
<section class="container section border-bottom">
<div class="wrapper">
<div class="wrapper-left wrapper-text">
<div class="text">
<h3>강력한 클립보드</h3>
<p>
<b>여러개의 내용</b>을 동시에 클립보드에 복사해서<br>
손 쉽게, <b>한 번에 일정을 등록</b>할 수 있습니다
</p>
</div>
</div>
<div class="wrapper-right wrapper-img">
<img src="/images/dist/clipboards.png">
</div>
</div>
</section>
<!-- section 2 -->
<section class="container section border-bottom">
<div class="wrapper">
<div class="wrapper-left wrapper-img">
<img src="/images/dist/search.png">
</div>
<div class="wrapper-right wrapper-text">
<div class="text">
<h3>똑똑한 검색기능</h3>
<p>
<b>언제 어떤 일정이 있는지</b> 한 눈에 보여주고<br>
해당 키워드로 <b>바로 일정을 등록</b>할수도 있습니다
</p>
</div>
</div>
</div>
</section>
<!-- section 3 -->
<section class="container section">
<div class="wrapper">
<div class="wrapper-left wrapper-text">
<div class="text">
<h3>손쉬운 일정등록</h3>
<p>
<b>클립보드의 내용을 그대로 등록</b>할 수도 있고<br>
원하는 시간을 입력하면 <b>자동으로 적용</b>해줍니다
</p>
</div>
</div>
<div class="wrapper-right wrapper-img">
<img src="/images/dist/addNewEvent.png">
</div>
</div>
</section>
<!-- section last -->
<section class="container section last">
<div class="wrapper">
<div class="last-top">
<h1 class="en">Sprinter</h1>
<p>
<b>어제보다 나은 오늘</b>을 만들어주는 일정관리 앱
</p>
</div>
<div class="last-bottom-img">
<a src="#" target="_blank" title="Download on the App Store">
<img src="/images/svg/appstore.svg">
</a>
<a src="#" target="_blank" title="Get it on Google Play">
<img src="/images/svg/playstore.svg">
</a>
</div>
</div>
</section>
<!-- footer -->
<footer id="footer" class="container"></footer>
<!-- top btn -->
<!-- <div id="topbtn"></div> -->
<!-- inject:js -->
<script src="/js/dist/index.js"></script>
<!-- endinject -->
</body>
</html>