Skip to content

Commit a0b8744

Browse files
authored
ENH: update font size, add link to Amazon Book (#10)
1 parent 3d4909b commit a0b8744

File tree

2 files changed

+30
-35
lines changed

2 files changed

+30
-35
lines changed

website/assets/css/main.css

Lines changed: 28 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,13 @@ input, select, textarea {
9797
transition: none !important;
9898
}
9999

100-
body, input, select, textarea {
101-
color: #a2a2a2;
102-
font-family: "Source Sans Pro", Helvetica, sans-serif;
103-
font-size: 16pt;
104-
font-weight: 400;
105-
line-height: 1.75em;
106-
}
107-
108-
/* LINKS */
100+
body, input, select, textarea {
101+
color: #a2a2a2;
102+
font-family: "Source Sans Pro", Helvetica, sans-serif;
103+
font-size: 16pt;
104+
font-weight: 400;
105+
line-height: 1.75em;
106+
} /* LINKS */
109107
a {
110108
-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
111109
-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
@@ -2624,26 +2622,23 @@ input, select, textarea {
26242622
margin: 0 0 2em 0;
26252623
}
26262624

2627-
#header strong, #header b {
2628-
color: #ffffff;
2629-
}
2630-
2631-
#header a {
2632-
color: #a2a2a2;
2633-
}
2634-
2635-
#header h2, #header h3, #header h4, #header h5, #header h6 {
2636-
color: #ffffff;
2637-
}
2625+
#header strong, #header b {
2626+
color: #ffffff;
2627+
}
26382628

2639-
#header h1 {
2640-
color: rgba(255, 255, 255, 0.5);
2641-
font-size: 3.5em;
2642-
line-height: 1em;
2643-
margin: 0;
2644-
}
2629+
#header a {
2630+
color: #a2a2a2;
2631+
font-size: 1.2em;
2632+
} #header h2, #header h3, #header h4, #header h5, #header h6 {
2633+
color: #ffffff;
2634+
}
26452635

2646-
#header .image.avatar {
2636+
#header h1 {
2637+
color: rgba(255, 255, 255, 0.5);
2638+
font-size: 3.5em;
2639+
line-height: 1em;
2640+
margin: 0;
2641+
} #header .image.avatar {
26472642
margin: 0 0 1em 0;
26482643
width: 6.25em;
26492644
}
@@ -2985,17 +2980,15 @@ input, select, textarea {
29852980

29862981
/* XLarge */
29872982

2988-
@media screen and (max-width: 1800px) {
2983+
@media screen and (max-width: 1800px) {
29892984

2990-
/* Basic */
2991-
2992-
body, input, select, textarea {
2993-
font-size: 12pt;
2994-
}
2985+
/* Basic */
29952986

2996-
}
2987+
body, input, select, textarea {
2988+
font-size: 14pt;
2989+
}
29972990

2998-
/* Large */
2991+
}/* Large */
29992992

30002993
@media screen and (max-width: 1280px) {
30012994

website/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<h1><b>Dynamic Programming</b></h1>
2323
<br>
2424
<a href="http://www.tomsargent.com/">Thomas J. Sargent</a> and <a href="http://johnstachurski.net/">John Stachurski</a>
25+
<br><br>
26+
<a href="https://www.amazon.com/Dynamic-Programming-Finite-Thomas-Sargent/dp/1009540750/">Amazon</a>
2527
</div>
2628
</header>
2729

0 commit comments

Comments
 (0)