Resume: increase readability
This commit is contained in:
@@ -530,6 +530,7 @@ header {// {{{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.url-info {
|
.url-info {
|
||||||
|
font-size: 1em;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
// position: relative;
|
// position: relative;
|
||||||
// left: -8px;
|
// left: -8px;
|
||||||
@@ -545,6 +546,9 @@ header {// {{{
|
|||||||
#resume {// {{{
|
#resume {// {{{
|
||||||
a {// {{{
|
a {// {{{
|
||||||
// text-decoration: none;
|
// text-decoration: none;
|
||||||
|
// color: $base-blue;
|
||||||
|
color: #4287cd;
|
||||||
|
// color: blue;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@@ -629,6 +633,10 @@ header {// {{{
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-title {
|
||||||
|
color: $base-blue;
|
||||||
|
}
|
||||||
|
|
||||||
.project-link {
|
.project-link {
|
||||||
&:link {
|
&:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -675,7 +683,8 @@ header {// {{{
|
|||||||
|
|
||||||
.position {
|
.position {
|
||||||
// color: black;
|
// color: black;
|
||||||
color: $base-sky-blue;
|
// color: $base-sky-blue;
|
||||||
|
color: $base-blue;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
// font-style: italic;
|
// font-style: italic;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
@@ -684,7 +693,8 @@ header {// {{{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.institution {
|
.institution {
|
||||||
color: $base-yellow;
|
// color: $base-yellow;
|
||||||
|
color: $base-dark-orange;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|||||||
Submodule content/letter updated: 1f7a5be6bc...654fe2678f
@@ -39,7 +39,7 @@ url="https://kevin-mok.com/server/" date="May 2024" show="true" %}}
|
|||||||
subdomains to each web application.
|
subdomains to each web application.
|
||||||
- Used AWS security groups to allow inbound HTTPS traffic.
|
- Used AWS security groups to allow inbound HTTPS traffic.
|
||||||
- Used Amazon EBS snapshots to regularly back up server.
|
- Used Amazon EBS snapshots to regularly back up server.
|
||||||
- Wrote a [**JavaScript** script][server script] and [systemd service][systemd service]/[timer]
|
- Wrote a **JavaScript** [server script] and [systemd service][systemd service]/[timer]
|
||||||
to display the uptime of my pages every hour.
|
to display the uptime of my pages every hour.
|
||||||
|
|
||||||
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
|
[server script]: https://git.kevin-mok.com/Kevin-Mok/server-pages/src/branch/master/server-status.js
|
||||||
|
|||||||
Reference in New Issue
Block a user