Browse Source

Various updates to styling and copy

master
Wesley Kerfoot 4 years ago
parent
commit
92030d4228
  1. 4
      app/scripts/about.tag
  2. 13
      app/styles/riotblog.scss

4
app/scripts/about.tag

@ -4,10 +4,10 @@
What I Do
</h4>
<p class="post-content">
I'm a full stack application developer who builds web and mobile apps. I am a huge fan of functional programming, compilers, and solving problems creatively and efficiently. I enjoy helping other people learn more, and I am constantly learning as well. This blog covers my thoughts on everything from computer science, psychology, philosophy, economics, and anything else I'm currently interested in.
I am a university graduate with software engineering experience, research experience, and experience with teaching and organizing. I am currently employed as a developer working on a product for companies in the healthcare industry. I have worked as a full stack developer, as well as a web developer with several companies. I have also worked as a computer science research student and teaching assistant, where I worked with Haskell.
</p>
<p class="post-content">
Feel free to shoot me an <a href="mailto:wjak56@gmail.com">email</a> if you want to chat or check out my <a target="_blank" rel="noopener" href="https://stackoverflow.com/users/903589/wes">profile on stack overflow</a>
Feel free to shoot me an <a href="mailto:wes@wesk.tech">email</a> if you want to chat or check out my <a target="_blank" rel="noopener" href="https://stackoverflow.com/users/903589/wes">profile on stack overflow</a> or my <a target="_blank" rel="noopener" href="https://github.com/weskerfoot">GitHub profile</a>
</p>
</div>
<script>

13
app/styles/riotblog.scss

@ -1,9 +1,9 @@
$brandingBG: rgba(103, 173, 219, 0.40);
$brandingBG2: rgba(75, 147, 193, 0.65);
$brandingBG3: rgba(103, 173, 219, 0.27);
$brandingBG: #d5e7ef;
$brandingBG2: #d5e7ef;
$brandingBG3: #d5e7ef;
$branding: black;
$branding2: blue;
$branding: #002a54;
$branding2: #307193;
$branding3: #1b4c6c;
$menuWidth: 65px;
@ -38,7 +38,7 @@ $navbarHeight: 100px;
-o-background-size: cover !important;
background-size: cover !important;
background-repeat:no-repeat !important;
background-color: #FBFCFD !important;
background-color: #f7fafc !important;
}
html {
@ -385,6 +385,7 @@ p, h6, h5, h4, h3, h2, h1 {
.posts-box {
@extend .content-box;
background-color: #fbfcfd;
height: 250px !important;
}

Loading…
Cancel
Save