-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoday_recommend.html
121 lines (106 loc) · 3.98 KB
/
today_recommend.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>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title >'오늘의 쉼표'</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link href="https://fonts.googleapis.com/css2?family=Song+Myung&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1>❝오늘의 추천❞</h1>
</header>
<!-- Nav -->
<nav id="nav"><a href="#intro" class="active">책</a>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>❝당신은 생각보다 강하다❞</h2>
</header>
<p>“스스로를
괴롭히는 생각의 고리를 끊고
진짜 변화를
불러오는
마음의 기술"</p>
<ul class="actions">
<li><a href="http://www.yes24.com/Product/Goods/117588129" class="button">바로가기</a></li>
</ul>
</div>
<span class="image"><img src="images/book_strong.jpg" alt="" /></span>
</div>
</section>
<nav id="nav">
<ul>
<li>영상</li>
</ul>
</nav>
<!-- First Section -->
<section id="first" class="main special">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>❝10초면 끝. 인간관계 잘하는 사람 특징 <br>6가지!
❞</h2>
</header>
<p>딱 '6글자'만 기억하면 되니까요.
#인간관계잘하는사람특징 #인간관계잘하는사람 #인간관계조언
</p>
<ul class="actions">
<li><a href="https://www.youtube.com/watch?v=DCjz4a7ciPM" class="button">바로가기</a></li>
</ul>
</div>
<span class="image"><img src="images/video_10.JPG" alt="" /></span>
</div>
</section>
<ul class="actions">
<li><a href="more_recommend.html" class="button">추천 더 보러가기</a></li>
</ul>
</div>
<div class="bottom_menu">
<div>
<img src="img/menu_write.png" onclick="location.href='save_result.html'">
</div>
<div>
<img src="img/menu_book.png" onclick="location.href='today_recommend.html'">
</div>
<div>
<img src="img/menu_home.png"onclick="location.href='chatgpt.html'">
</div>
<div>
<img src="img/menu_mypage.png" onclick="location.href='MyPage.html'">
</div>
<div>
<img src="img/menu_setting.png">
</div>
</div>
<!-- Footer -->
<footer id="footer">
<section>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>