|
8 | 8 |
|
9 | 9 | <link rel="stylesheet" href="/css/franklin.css" /> |
10 | 10 | <link rel="stylesheet" href="/css/icons.css" /> |
11 | | -<link rel="icon" href="/assets/rndimg.jpg" /> |
| 11 | +<link rel="icon" href="/assets/avatar.svg" /> |
12 | 12 |
|
13 | 13 | <!-- Font Awesome Icons --> |
14 | 14 | <link |
|
35 | 35 | <div class="author-name-nav"> |
36 | 36 | <li><a href="/">Brian C. Ferrari</a></li> |
37 | 37 | </div> |
38 | | - <div class="theme-switch"> |
39 | | - <button id="theme-toggle" onclick="toggleTheme()"> |
40 | | - <i class="fas fa-moon"></i> |
41 | | - </button> |
42 | | - </div> |
| 38 | + <a class="theme-switch" onclick="toggleTheme()"> |
| 39 | + <i id="theme-icon" class="fas fa-moon"></i> |
| 40 | + </a> |
43 | 41 | <a class="burger-nav" onclick="myFunction()"> |
44 | 42 | <i class="fa-2x fa fa-bars"></i> |
45 | 43 | </a> |
@@ -123,27 +121,27 @@ <h3>Brian C. Ferrari</h3> |
123 | 121 | <!-- Content appended here --> |
124 | 122 | <div class="franklin-content"> |
125 | 123 | <p>My blog is mostly a collection of random tutorials/guides on how to do things (mostly coding based). I will also occasionally write some product reviews. </p> |
126 | | -<div class="post"> |
127 | | - <div class="title"> |
128 | | - <h1> |
129 | | - <a href=/pages/blog/product_reviews/climbing_shoes>Climbing Shoe Reviews</a> |
130 | | - </h1> |
131 | | - </div> |
132 | | - <div class="blurb"> |
133 | | - <p>My thoughts on climbing shoes I've owned.</p> |
| 124 | +<a href="/pages/blog/product_reviews/climbing_shoes" class="post-link"> |
| 125 | + <div class="post"> |
| 126 | + <div class="title"> |
| 127 | + <h1>Climbing Shoe Reviews</h1> |
| 128 | + </div> |
| 129 | + <div class="blurb"> |
| 130 | + <p>My thoughts on climbing shoes I've owned.</p> |
| 131 | + </div> |
134 | 132 | </div> |
135 | | -</div> |
| 133 | +</a> |
136 | 134 |
|
137 | | -<div class="post"> |
138 | | - <div class="title"> |
139 | | - <h1> |
140 | | - <a href=/pages/blog/coding/cvr_example>Canonical Velocity Rescaling Thermostat</a> |
141 | | - </h1> |
142 | | - </div> |
143 | | - <div class="blurb"> |
144 | | - <p>A short guide on implementing the CVR thermostat in Julia.</p> |
| 135 | +<a href="/pages/blog/coding/cvr_example" class="post-link"> |
| 136 | + <div class="post"> |
| 137 | + <div class="title"> |
| 138 | + <h1>Canonical Velocity Rescaling Thermostat</h1> |
| 139 | + </div> |
| 140 | + <div class="blurb"> |
| 141 | + <p>A short guide on implementing the CVR thermostat in Julia.</p> |
| 142 | + </div> |
145 | 143 | </div> |
146 | | -</div> |
| 144 | +</a> |
147 | 145 |
|
148 | 146 | <div class="page-foot"> |
149 | 147 | Website built with <a href="https://franklinjl.org/">Franklin.jl</a> |
|
0 commit comments