Skip to content

Commit 63ca33b

Browse files
author
An Phan
committed
Finish converting old resources into new formats
1 parent eb338b3 commit 63ca33b

File tree

298 files changed

+1742
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+1742
-34
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.DS_Store
22
node_modules/
33
npm-debug.log
4+
migrate
5+
6+
# Ignore all non-md files under awesomeness/
7+
awesomeness/*.*
8+
!awesomeness/*.md

app/site/src/App.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,18 @@ a {
185185
font-weight: 300;
186186
}
187187
188+
code {
189+
color: #e96900;
190+
padding: 3px 5px;
191+
margin: 0 2px;
192+
border-radius: 2px;
193+
white-space: nowrap;
194+
font-family: 'Roboto Mono', Monaco, courier, monospace;
195+
font-size: 0.8rem;
196+
background-color: #f8f8f8;
197+
-webkit-font-smoothing: initial;
198+
}
199+
188200
#app {
189201
display: flex;
190202
flex-flow: row wrap;

app/site/src/components/Group.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ section {
3131
margin: 1.5rem 0 1.7rem;
3232
}
3333
34-
> section h1 {
35-
font-size: 1.6rem;
36-
margin: 1.2rem 0;
34+
> section {
35+
h1 {
36+
font-size: 1.6rem;
37+
margin: 1.2rem 0;
38+
}
3739
}
3840
}
3941
</style>
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)