Responsive ScSS & Website updates

It is no surprise that I am a Rails fanatic. I like Ruby, and I LOVE Rails.
Recently, I exploited this to add some functionality to my code, utilising the "write once, use forever" that the MVC approach loves & thus Rails loves. This was done utilising Rails partials, turbo-frames and other efficient uses of resources that Rails can provides. After-all, this whole portfolio is only hosted on a single-core server! More can be seen on the matter by viewing the development source page on GitHub here!
As well as this, I have also made larger leaps with making the website mobile-friendly. We can all agree that Web-Dev needs to mobile-friendly with mobile phones sharing a larger if not greater portion of the internet air-space (so to speak) and thus it was time that the portfolio got the mobile-view treatment! Utilising basic media-queries and ScSS magic, we are getting there!
oh, and one thing...

<%= link_to truth_path do %>
    <h1 class="really-true-:)"> RAILS IS AMAZING </h1>
<% end %>
-
Here is an example of the responsive changes I made!
Responsive magic as show on an Iphone SE

Comments


Add a comment: