index.html 4.6 KB
<!DOCTYPE html>
<!--
	Indus by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->

<html lang="en" class="no-js">
	<head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1"> 
        <title>Today's Issue</title>

        <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
        <link rel="stylesheet" type="text/css" href="/css/et-lineicon.css" />
        <link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css" />
        <link rel="stylesheet" type="text/css" href="/css/style.css" />
        <link href='http://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic,700' rel='stylesheet' type='text/css'>
	</head>
	<body>
        <div class="animationload">
            <div class="loader">
                Loading...
            </div>
        </div>
		<section id="home">
			<div class="content">
                <div id="large-header" class="large-header">
                    <canvas id="demo-canvas"></canvas>
                    <div id="countdown_dashboard" class="home-main container">
                        <div class="row">
                            <div class="logo">
                                <img src="/images/logo-light.png" alt="logo" width="70">
                                <p><%-date %></p>
                            </div>
                        </div>
                        <div class="row">
                            <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
                                <div class="dash days_dash">
                                    <div class="digit" id="total">
                                        <%-total %>
                                    </div>
                                    <span class="dash_title">새 글</span>
                                </div>
                            </div>
                            <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
                                <div class="dash hours_dash">
                                    <div class="digit">
                                        <%-positive %>
                                    </div>
                                    <span class="dash_title">긍정</span>
                                </div>
                            </div>
                            <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
                                <div class="dash minutes_dash">
                                    <div class="digit">
                                    <%-neutral %>
                                    </div>
                                    <span class="dash_title">중립</span>
                                </div>
                            </div>
                            <div class="col-md-3 col-sm-3 col-xs-6 dash-glob" data-scroll-reveal="enter bottom move 25px, after 0.3s">
                                <div class="dash seconds_dash">
                                    <div class="digit">
                                        <%-negative %>
                                    </div>
                                    <span class="dash_title">부정</span>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <section id="contact" class="contact">
           <div class="row">
                <div class="col-lg-12 col-md-12">
                    <h4>Today ' s Topic</h4>
                    <div class="line-separate line-white text-center"><span></span></div>
                </div>
                <div class="logo">
                    <img src="/images/wordcloud.png" alt="logo">
                </div>
            </div>
        </section>
        <footer class="footer">
            <div class="container text-center">
                <div class="row">
                    <p class="copyright">Copyright© 2016 <a href="http://templatestock.co">Template Stock</p>
                </div>
            </div>
        </footer>
            
        <!-- JAVASCRIPTS -->
        <script src="/js/jquery.min.js"></script>
        <script src="/js/jquery.stellar.min.js"></script>
        <script src="/js/jquery.nicescroll.min.js"></script>
        <script src="/js/animated.js"></script>
        <script src="/js/main.js"></script>
	</body>
</html>