Skip to content

Commit 4b9b64d

Browse files
committed
update docs structure
1 parent dead1bf commit 4b9b64d

30 files changed

+1033
-424
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ twitter_token.rds
44
*.nb.html
55
.ipynb_checkpoints/**
66
archive/**
7-
static/**
7+
static1/**
88
article_data/**
99
figs/**

_docs/static/categories/index.xml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2+
<rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on Twitter Audience Analysis</title>
5+
<link>/categories/</link>
6+
<description>Recent content in Categories on Twitter Audience Analysis</description>
7+
<generator>Hugo -- gohugo.io</generator>
8+
<language>en-us</language>
9+
10+
<atom:linkhref="/categories/index.xml"rel="self"type="application/rss+xml" />
11+
12+
13+
</channel>
14+
</rss>

_docs/static/css/component.css

+195
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
.og-grid {
2+
list-style: none;
3+
padding:20px0;
4+
margin:0 auto;
5+
text-align: center;
6+
width:100%;
7+
}
8+
9+
.og-gridli {
10+
display: inline-block;
11+
margin:10px5px05px;
12+
vertical-align: top;
13+
height:250px;
14+
}
15+
16+
.og-gridli>a,
17+
.og-gridli>aimg {
18+
border: none;
19+
outline: none;
20+
display: block;
21+
position: relative;
22+
}
23+
24+
.og-gridli.og-expanded>a::after {
25+
top: auto;
26+
border: solid transparent;
27+
content:" ";
28+
height:0;
29+
width:0;
30+
position: absolute;
31+
pointer-events: none;
32+
border-bottom-color:#ddd;
33+
border-width:15px;
34+
left:50%;
35+
margin:-20px00-15px;
36+
}
37+
38+
.og-expander {
39+
position: absolute;
40+
background:#ddd;
41+
top: auto;
42+
left:0;
43+
width:100%;
44+
margin-top:10px;
45+
text-align: left;
46+
height:0;
47+
overflow: hidden;
48+
}
49+
50+
.og-expander-inner {
51+
padding:50px30px;
52+
height:100%;
53+
}
54+
55+
.og-close {
56+
position: absolute;
57+
width:40px;
58+
height:40px;
59+
top:20px;
60+
right:20px;
61+
cursor: pointer;
62+
}
63+
64+
.og-close::before,
65+
.og-close::after {
66+
content:'';
67+
position: absolute;
68+
width:100%;
69+
top:50%;
70+
height:1px;
71+
background:#888;
72+
-webkit-transform:rotate(45deg);
73+
-moz-transform:rotate(45deg);
74+
transform:rotate(45deg);
75+
}
76+
77+
.og-close::after {
78+
-webkit-transform:rotate(-45deg);
79+
-moz-transform:rotate(-45deg);
80+
transform:rotate(-45deg);
81+
}
82+
83+
.og-close:hover::before,
84+
.og-close:hover::after {
85+
background:#333;
86+
}
87+
88+
.og-fullimg,
89+
.og-details {
90+
width:50%;
91+
float: left;
92+
height:100%;
93+
overflow: hidden;
94+
position: relative;
95+
}
96+
97+
.og-details {
98+
padding:040px020px;
99+
}
100+
101+
.og-fullimg {
102+
text-align: center;
103+
}
104+
105+
.og-fullimgimg {
106+
display: inline-block;
107+
max-height:100%;
108+
max-width:100%;
109+
}
110+
111+
.og-detailsh3 {
112+
font-weight:300;
113+
font-size:52px;
114+
padding:40px010px;
115+
margin-bottom:10px;
116+
}
117+
118+
.og-detailsp {
119+
font-weight:400;
120+
font-size:16px;
121+
line-height:22px;
122+
color:#999;
123+
}
124+
125+
.og-detailsa {
126+
font-weight:700;
127+
font-size:16px;
128+
color:#333;
129+
text-transform: uppercase;
130+
letter-spacing:2px;
131+
padding:10px20px;
132+
border:3px solid #333;
133+
display: inline-block;
134+
margin:30px00;
135+
outline: none;
136+
}
137+
138+
.og-detailsa::before {
139+
content:'\2192';
140+
display: inline-block;
141+
margin-right:10px;
142+
}
143+
144+
.og-detailsa:hover {
145+
border-color:#999;
146+
color:#999;
147+
}
148+
149+
.og-loading {
150+
width:20px;
151+
height:20px;
152+
border-radius:50%;
153+
background:#ddd;
154+
box-shadow:001px#ccc,15px30px1px#ccc,-15px30px1px#ccc;
155+
position: absolute;
156+
top:50%;
157+
left:50%;
158+
margin:-25px00-25px;
159+
-webkit-animation: loader 0.5s infinite ease-in-out both;
160+
-moz-animation: loader 0.5s infinite ease-in-out both;
161+
animation: loader 0.5s infinite ease-in-out both;
162+
}
163+
164+
@-webkit-keyframes loader {
165+
0% { background:#ddd; }
166+
33% { background:#ccc; box-shadow:001px#ccc,15px30px1px#ccc,-15px30px1px#ddd; }
167+
66% { background:#ccc; box-shadow:001px#ccc,15px30px1px#ddd,-15px30px1px#ccc; }
168+
}
169+
170+
@-moz-keyframes loader {
171+
0% { background:#ddd; }
172+
33% { background:#ccc; box-shadow:001px#ccc,15px30px1px#ccc,-15px30px1px#ddd; }
173+
66% { background:#ccc; box-shadow:001px#ccc,15px30px1px#ddd,-15px30px1px#ccc; }
174+
}
175+
176+
@keyframes loader {
177+
0% { background:#ddd; }
178+
33% { background:#ccc; box-shadow:001px#ccc,15px30px1px#ccc,-15px30px1px#ddd; }
179+
66% { background:#ccc; box-shadow:001px#ccc,15px30px1px#ddd,-15px30px1px#ccc; }
180+
}
181+
182+
@media screen and (max-width:830px) {
183+
184+
.og-expanderh3 { font-size:32px; }
185+
.og-expanderp { font-size:13px; }
186+
.og-expandera { font-size:12px; }
187+
188+
}
189+
190+
@media screen and (max-width:650px) {
191+
192+
.og-fullimg { display: none; }
193+
.og-details { float: none; width:100%; }
194+
195+
}

_docs/static/css/default.css

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
/* General Demo Style */
2+
@importurl(//fonts.googleapis.com/css?family=Lato:300,400,700);
3+
4+
html { height:100%; }
5+
6+
*,
7+
*:after,
8+
*:before {
9+
-webkit-box-sizing: border-box;
10+
-moz-box-sizing: border-box;
11+
box-sizing: border-box;
12+
padding:0;
13+
margin:0;
14+
}
15+
16+
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
17+
.clearfix:before,
18+
.clearfix:after {
19+
content:" ";
20+
display: table;
21+
}
22+
23+
.clearfix:after {
24+
clear: both;
25+
}
26+
27+
.clearfix {
28+
*zoom:1;
29+
}
30+
31+
body {
32+
font-family:'Lato', Calibri, Arial, sans-serif;
33+
font-weight:300;
34+
font-size:15px;
35+
color:#333;
36+
overflow: scroll;
37+
overflow-x: hidden;
38+
}
39+
40+
a {
41+
color:#555;
42+
text-decoration: none;
43+
}
44+
45+
.container {
46+
width:100%;
47+
position: relative;
48+
}
49+
50+
.container>header {
51+
width:90%;
52+
max-width:1240px;
53+
margin:0 auto;
54+
position: relative;
55+
padding:030px50px30px;
56+
}
57+
58+
.container>header {
59+
padding:60px30px50px;
60+
text-align: center;
61+
}
62+
63+
.container>headerh1 {
64+
font-size:34px;
65+
line-height:38px;
66+
margin:0 auto;
67+
font-weight:700;
68+
color:#333;
69+
}
70+
71+
.container>headerh1span {
72+
display: block;
73+
font-size:20px;
74+
font-weight:300;
75+
}
76+
77+
.main>p {
78+
text-align: center;
79+
padding:50px20px;
80+
}

_docs/static/images/full/1.png

11.3 KB
Loading

_docs/static/images/full/2.png

11.1 KB
Loading

_docs/static/images/full/3.png

11.3 KB
Loading

_docs/static/images/full/4.png

11.2 KB
Loading

_docs/static/images/full/5.png

11.3 KB
Loading

_docs/static/images/thumbs/1.png

5.96 KB
Loading

_docs/static/images/thumbs/2.png

5.77 KB
Loading

_docs/static/images/thumbs/3.png

5.94 KB
Loading

_docs/static/images/thumbs/4.png

5.86 KB
Loading

_docs/static/images/thumbs/5.png

5.99 KB
Loading

0 commit comments

Comments
 (0)
close