Skip to content

Commit 39ddcb9

Browse files
committed
Updated first part
Refactored _index into multiple files
1 parent ab4f614 commit 39ddcb9

File tree

8 files changed

+625
-482
lines changed

8 files changed

+625
-482
lines changed

assets/pytorch-ignite-theme.scss

-116
Original file line numberDiff line numberDiff line change
@@ -49,126 +49,10 @@ li {
4949
margin-bottom: 0;
5050
}
5151

52-
.this-talk-link {
53-
font-size: 0.8em;
54-
display: block;
55-
font-style: italic;
56-
margin-top: 0.5em;
57-
}
58-
5952
.hljs-ln-numbers {
6053
display: none;
6154
}
6255

63-
.g {
64-
box-sizing: border-box;
65-
display: -ms-flexbox;
66-
display: -webkit-box;
67-
display: flex;
68-
-ms-flex: 0 1 auto;
69-
-webkit-box-flex: 0;
70-
flex: 0 1 auto;
71-
-ms-flex-direction: row;
72-
-webkit-box-orient: horizontal;
73-
-webkit-box-direction: normal;
74-
flex-direction: row;
75-
-ms-flex-wrap: wrap;
76-
flex-wrap: wrap;
77-
margin: 0.5rem -0.5rem;
78-
}
79-
80-
.g-column {
81-
-webkit-box-orient: vertical;
82-
-webkit-box-direction: normal;
83-
-ms-flex-direction: column;
84-
flex-direction: column;
85-
}
86-
87-
.g-1
88-
.g-2,
89-
.g-3,
90-
.g-4 {
91-
box-sizing: border-box;
92-
-ms-flex: 0 0 auto;
93-
-webkit-box-flex: 0;
94-
flex: 0 0 auto;
95-
}
96-
97-
.g-1 {
98-
-ms-flex: 1 0 auto;
99-
-webkit-box-flex: 1;
100-
flex: 1;
101-
}
102-
103-
.g-2 {
104-
-ms-flex: 2 0 auto;
105-
-webkit-box-flex: 2;
106-
flex: 2;
107-
}
108-
109-
.g-3 {
110-
-ms-flex: 3 0 auto;
111-
-webkit-box-flex: 3;
112-
flex: 3;
113-
}
114-
115-
.g-4 {
116-
-ms-flex: 4 0 auto;
117-
-webkit-box-flex: 4;
118-
flex: 4;
119-
}
120-
121-
.g-start {
122-
-ms-flex-pack: start;
123-
-webkit-box-pack: start;
124-
justify-content: flex-start;
125-
text-align: start;
126-
}
127-
128-
.g-center {
129-
-ms-flex-pack: center;
130-
-webkit-box-pack: center;
131-
justify-content: center;
132-
text-align: center;
133-
}
134-
135-
.g-end {
136-
-ms-flex-pack: end;
137-
-webkit-box-pack: end;
138-
justify-content: flex-end;
139-
text-align: end;
140-
}
141-
142-
.g-top {
143-
-ms-flex-align: start;
144-
-webkit-box-align: start;
145-
align-items: flex-start;
146-
}
147-
148-
.g-middle {
149-
-ms-flex-align: center;
150-
-webkit-box-align: center;
151-
align-items: center;
152-
}
153-
154-
.g-bottom {
155-
-ms-flex-align: end;
156-
-webkit-box-align: end;
157-
align-items: flex-end;
158-
}
159-
160-
.g-around {
161-
-ms-flex-pack: distribute;
162-
justify-content: space-around;
163-
}
164-
165-
.g-between {
166-
-ms-flex-pack: justify;
167-
-webkit-box-pack: justify;
168-
justify-content: space-between;
169-
}
170-
171-
17256
.icon {
17357
background-size: cover;
17458
display: inline-block;

0 commit comments

Comments
 (0)