Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박은주
/
Todays_Issue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박은주
2021-06-09 13:31:07 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
815b643d3a7a6353a415dd5942709894577d42bd
815b643d
1 parent
308892ff
Modified HTML
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
19 deletions
templates/index.html → static/index.html
templates
/index.html
→
static
/index.html
View file @
815b643
...
...
@@ -11,14 +11,11 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Today's Issue
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
../static
/css/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
../static
/css/et-lineicon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
../static
/css/font-awesome.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
../static
/css/style.css"
/>
<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'
>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div
class=
"animationload"
>
...
...
@@ -33,32 +30,40 @@
<div
id=
"countdown_dashboard"
class=
"home-main container"
>
<div
class=
"row"
>
<div
class=
"logo"
>
<img
src=
"
../static
/images/logo-light.png"
alt=
"logo"
width=
"70"
>
<p>
오 늘 의 학 교 는
</p>
<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"
>
{{ data.total }}
</div>
<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"
>
{{ data.positive }}
</div>
<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"
>
{{ data.neutral }}
</div>
<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"
>
{{ data.negative }}
</div>
<div
class=
"digit"
>
<
%-negative %>
</div>
<span
class=
"dash_title"
>
부정
</span>
</div>
</div>
...
...
@@ -68,7 +73,15 @@
</div>
</section>
<section
id=
"contact"
class=
"contact"
>
<!-- WordCloud FIG -->
<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"
>
...
...
@@ -79,10 +92,10 @@
</footer>
<!-- JAVASCRIPTS -->
<script
src=
"
../static
/js/jquery.min.js"
></script>
<script
src=
"
../static
/js/jquery.stellar.min.js"
></script>
<script
src=
"
../static
/js/jquery.nicescroll.min.js"
></script>
<script
src=
"
../static
/js/animated.js"
></script>
<script
src=
"
../static
/js/main.js"
></script>
<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>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment