-
Notifications
You must be signed in to change notification settings - Fork 4
/
history.html
122 lines (111 loc) · 5.26 KB
/
history.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="lazypic homepage">
<meta name="author" content="lazypic">
<link rel="icon" href="images/webicon.png">
<link rel="apple-touch-icon" href="images/webicon.png"> <!--Apple Icon-->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<!-- Custom style -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css">
<!-- Plugin CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" rel="stylesheet">
<link href="css/creative.css" rel="stylesheet">
<title>LAZYPIC</title>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="https://lazypic.org/#page-top">
<!--<img src="images/logo_sm.svg">-->
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://lazypic.org/#development">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://lazypic.org/#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://lazypic.org/#donation">Donation</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://lazypic.auth.ap-northeast-2.amazoncognito.com/login?response_type=token&client_id=4q2hukd8jle8bj8uoaihb52och&redirect_uri=https://lazypic.org">SignIn</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://lazypic.auth.ap-northeast-2.amazoncognito.com/signup?response_type=token&client_id=4q2hukd8jle8bj8uoaihb52och&redirect_uri=https://lazypic.org">SignUp</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://lazypic.auth.ap-northeast-2.amazoncognito.com/logout?client_id=4q2hukd8jle8bj8uoaihb52och&logout_uri=https://lazypic.org">SignOut</a>
</li>
-->
</ul>
</div>
</div>
</nav>
<section class="pt-5">
<div class="pt-5 mx-auto text-center">
<div class="p-5">
<img src="images/logo.svg">
</div>
<div class="font-weight-light h6 pt-5">
<p>
2020. 6. 7 - Lazypic,LLC. 설립<br>
</p>
</div>
</div>
</section>
<section class="pt-5 bg-light text-center">
<a class="btn btn-outline-dark m-3" href="https://lazypic.org">Back to Homepage</a>
</section>
<footer class="pt-5 text-center">
<div class="row mx-auto pt-5 pb-5">
<div class="col-12">
<h6>Legal & Policy</h6>
<ul class="list-unstyled text-small">
<small>
<li><a class="text-muted" href="welcome.html">Welcome</a></li>
<li><a class="text-muted" href="terms.html">Terms & Conditions</a></li>
<li><a class="text-muted" href="privacy.html">Privacy Policy</a></li>
</small>
</ul>
</div>
</div>
<div class="row mx-auto">
<div class="text-center mb-3 col-12">
<div class="companyinfo">
주소: 경기도 고양시 일산동구 호수로 646-24, 208-265호
</div>
<div class="pt-3 copyright">
©2024 Lazypic, LLC. All rights reserved.
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="js/creative.min.js"></script>
<script>
Holder.addTheme('thumb', {
bg: '#55595c',
fg: '#eceeef',
text: 'Thumbnail'
});
</script>
</body>
</html>