Compare commits
2 Commits
resume-web
...
tr-letter
| Author | SHA1 | Date | |
|---|---|---|---|
|
a19c6fb921
|
|||
|
e5579a0e77
|
@@ -113,7 +113,8 @@ body {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
// font-size: 100%;
|
// font-size: 100%;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
/* font-family: 'Source Code Pro', monospace; */
|
// font-size: 25px;
|
||||||
|
// font-family: 'Hack Nerd Font Mono', monospace;
|
||||||
font-family: 'Hack', monospace;
|
font-family: 'Hack', monospace;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -660,6 +661,7 @@ header {// {{{
|
|||||||
|
|
||||||
&.letter {
|
&.letter {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
// font-size: 21px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 4.5em;
|
height: 4.5em;
|
||||||
@@ -667,11 +669,22 @@ header {// {{{
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: $base-red;
|
color: $base-red;
|
||||||
margin-top: 0em;
|
// font-size: 30px;
|
||||||
|
// margin-top: 0em;
|
||||||
|
// margin-top: .5em;
|
||||||
|
// margin-top: 1.25em;
|
||||||
|
// margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
// margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
// margin-bottom: 1.5em;
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-line-spacing {
|
.no-line-spacing {
|
||||||
@@ -921,16 +934,16 @@ h1.site-title {// {{{
|
|||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $phone-width) {
|
// @media (max-width: $phone-width) {
|
||||||
font-size: 3.5em;
|
// font-size: 3.5em;
|
||||||
@include vert-margin-rem(.3);
|
// @include vert-margin-rem(.3);
|
||||||
// font-size: 2.5em;
|
// // font-size: 2.5em;
|
||||||
// font-size: 2em;
|
// // font-size: 2em;
|
||||||
|
|
||||||
.surrounding {
|
// .surrounding {
|
||||||
display: none;
|
// display: none;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}// }}}
|
}// }}}
|
||||||
|
|
||||||
.hero-logo img {
|
.hero-logo img {
|
||||||
|
|||||||
10
config.yaml
10
config.yaml
@@ -36,9 +36,13 @@ menu:
|
|||||||
# url: /credits
|
# url: /credits
|
||||||
# weight: 20
|
# weight: 20
|
||||||
|
|
||||||
blackfriday:
|
# blackfriday:
|
||||||
plainIDAnchors: true
|
# plainIDAnchors: true
|
||||||
hrefTargetBlank: true
|
# hrefTargetBlank: true
|
||||||
|
|
||||||
disableKinds: ["RSS"]
|
disableKinds: ["RSS"]
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
|
|||||||
Submodule content/letter updated: f20fc16b30...42716f4487
@@ -35,8 +35,9 @@ show="true" %}}
|
|||||||
into **PostgreSQL** database with **Django** backend.
|
into **PostgreSQL** database with **Django** backend.
|
||||||
- Created and tested various relational database schemas to maximize
|
- Created and tested various relational database schemas to maximize
|
||||||
efficiency for use cases.
|
efficiency for use cases.
|
||||||
- Produced bubble chart and (stacked) bar chart using [**d3**]
|
- Produced bubble chart and (stacked) bar chart using
|
||||||
[d3 graph examples] to visualize the artists, genres and features of
|
[**d3**][d3 graph examples] to visualize the artists,
|
||||||
|
genres and features of
|
||||||
tracks in library.
|
tracks in library.
|
||||||
|
|
||||||
[d3 graph examples]: https://github.com/d3/d3/wiki/Gallery
|
[d3 graph examples]: https://github.com/d3/d3/wiki/Gallery
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
|
// vim: ft=markdown
|
||||||
|
|
||||||
- bg colors
|
- bg colors
|
||||||
|
|
||||||
|
# Resume
|
||||||
- site title max width
|
- site title max width
|
||||||
- switch project shortcode
|
- switch project shortcode
|
||||||
- rm details top margin
|
- rm details top margin
|
||||||
|
|
||||||
|
# Letter
|
||||||
|
- letter font size
|
||||||
|
- h2
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
aria-expanded="false" aria-controls="{{ .Get "name" | lower | urlize }}-details">
|
aria-expanded="false" aria-controls="{{ .Get "name" | lower | urlize }}-details">
|
||||||
<h2 class="project-title">
|
<h2 class="project-title">
|
||||||
{{ .Get "name" }}
|
{{ .Get "name" }}
|
||||||
<!-- <img class="down-triangle" src="{{ "img/resume/down-triangle.svg" | relURL }}" alt="link-icon"> -->
|
|
||||||
<img class="down-triangle" src="{{ "img/resume/down-triangle.png" | relURL }}" alt="link-icon">
|
<img class="down-triangle" src="{{ "img/resume/down-triangle.png" | relURL }}" alt="link-icon">
|
||||||
</h2>
|
</h2>
|
||||||
</button>
|
</button>
|
||||||
@@ -17,7 +16,6 @@
|
|||||||
<div class="col-4 text-right date">{{ .Get "date" }}</div>
|
<div class="col-4 text-right date">{{ .Get "date" }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse{{ with .Get "show" }} show{{ end }}" id="{{ .Get "name" | lower | urlize }}-details">
|
<div class="collapse{{ with .Get "show" }} show{{ end }}" id="{{ .Get "name" | lower | urlize }}-details">
|
||||||
<!-- <div class="show" id="{{ .Get "name" | lower | urlize }}-details"> -->
|
|
||||||
<div>
|
<div>
|
||||||
{{ .Inner }}
|
{{ .Inner }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Submodule static/pdf updated: 0ea8ba17f3...803aa46cb9
Reference in New Issue
Block a user