박은주

Modified HTML

...@@ -11,14 +11,11 @@ ...@@ -11,14 +11,11 @@
11 <meta name="viewport" content="width=device-width, initial-scale=1"> 11 <meta name="viewport" content="width=device-width, initial-scale=1">
12 <title>Today's Issue</title> 12 <title>Today's Issue</title>
13 13
14 - <link rel="stylesheet" type="text/css" href="../static/css/bootstrap.min.css" /> 14 + <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
15 - <link rel="stylesheet" type="text/css" href="../static/css/et-lineicon.css" /> 15 + <link rel="stylesheet" type="text/css" href="/css/et-lineicon.css" />
16 - <link rel="stylesheet" type="text/css" href="../static/css/font-awesome.min.css" /> 16 + <link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css" />
17 - <link rel="stylesheet" type="text/css" href="../static/css/style.css" /> 17 + <link rel="stylesheet" type="text/css" href="/css/style.css" />
18 <link href='http://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic,700' rel='stylesheet' type='text/css'> 18 <link href='http://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic,700' rel='stylesheet' type='text/css'>
19 - <!--[if IE]>
20 - <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
21 - <![endif]-->
22 </head> 19 </head>
23 <body> 20 <body>
24 <div class="animationload"> 21 <div class="animationload">
...@@ -33,32 +30,40 @@ ...@@ -33,32 +30,40 @@
33 <div id="countdown_dashboard" class="home-main container"> 30 <div id="countdown_dashboard" class="home-main container">
34 <div class="row"> 31 <div class="row">
35 <div class="logo"> 32 <div class="logo">
36 - <img src="../static/images/logo-light.png" alt="logo" width="70"> 33 + <img src="/images/logo-light.png" alt="logo" width="70">
37 - <p>오 늘 의 학 교 는</p> 34 + <p><%-date %></p>
38 </div> 35 </div>
39 </div> 36 </div>
40 <div class="row"> 37 <div class="row">
41 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s"> 38 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
42 <div class="dash days_dash"> 39 <div class="dash days_dash">
43 - <div class="digit">{{ data.total }}</div> 40 + <div class="digit" id="total">
41 + <%-total %>
42 + </div>
44 <span class="dash_title">새 글</span> 43 <span class="dash_title">새 글</span>
45 </div> 44 </div>
46 </div> 45 </div>
47 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s"> 46 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
48 <div class="dash hours_dash"> 47 <div class="dash hours_dash">
49 - <div class="digit">{{ data.positive }}</div> 48 + <div class="digit">
49 + <%-positive %>
50 + </div>
50 <span class="dash_title">긍정</span> 51 <span class="dash_title">긍정</span>
51 </div> 52 </div>
52 </div> 53 </div>
53 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s"> 54 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
54 <div class="dash minutes_dash"> 55 <div class="dash minutes_dash">
55 - <div class="digit">{{ data.neutral }}</div> 56 + <div class="digit">
57 + <%-neutral %>
58 + </div>
56 <span class="dash_title">중립</span> 59 <span class="dash_title">중립</span>
57 </div> 60 </div>
58 </div> 61 </div>
59 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s"> 62 <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
60 <div class="dash seconds_dash"> 63 <div class="dash seconds_dash">
61 - <div class="digit">{{ data.negative }}</div> 64 + <div class="digit">
65 + <%-negative %>
66 + </div>
62 <span class="dash_title">부정</span> 67 <span class="dash_title">부정</span>
63 </div> 68 </div>
64 </div> 69 </div>
...@@ -68,7 +73,15 @@ ...@@ -68,7 +73,15 @@
68 </div> 73 </div>
69 </section> 74 </section>
70 <section id="contact" class="contact"> 75 <section id="contact" class="contact">
71 - <!-- WordCloud FIG --> 76 + <div class="row">
77 + <div class="col-lg-12 col-md-12">
78 + <h4>Today ' s Topic</h4>
79 + <div class="line-separate line-white text-center"><span></span></div>
80 + </div>
81 + <div class="logo">
82 + <img src="/images/wordcloud.png" alt="logo">
83 + </div>
84 + </div>
72 </section> 85 </section>
73 <footer class="footer"> 86 <footer class="footer">
74 <div class="container text-center"> 87 <div class="container text-center">
...@@ -79,10 +92,10 @@ ...@@ -79,10 +92,10 @@
79 </footer> 92 </footer>
80 93
81 <!-- JAVASCRIPTS --> 94 <!-- JAVASCRIPTS -->
82 - <script src="../static/js/jquery.min.js"></script> 95 + <script src="/js/jquery.min.js"></script>
83 - <script src="../static/js/jquery.stellar.min.js"></script> 96 + <script src="/js/jquery.stellar.min.js"></script>
84 - <script src="../static/js/jquery.nicescroll.min.js"></script> 97 + <script src="/js/jquery.nicescroll.min.js"></script>
85 - <script src="../static/js/animated.js"></script> 98 + <script src="/js/animated.js"></script>
86 - <script src="../static/js/main.js"></script> 99 + <script src="/js/main.js"></script>
87 </body> 100 </body>
88 </html> 101 </html>
...\ No newline at end of file ...\ No newline at end of file
......