Logo Usage
Banner Logo
The logo currently resides on the top left corner of all internal applications. The id label is "brand-logo" found within the _side_nav.html. To adjust the styling, it is nested within the aside.
Favicon Logo
The Favicon logo's below can be downloaded to use. Please store them in the images file. They will need to be listed within the application and login file at the top.
<%= favicon_link_tag asset_path('favicon.ico')%>
<%= favicon_link_tag asset_path('favicon.ico')%>
<%= favicon_link_tag asset_path('favicon-32x32.png')%>
<%= favicon_link_tag asset_path('favicon-16x16.png')%>
<%= favicon_link_tag asset_path('android-chrome-192x192.png')%>
<%= favicon_link_tag asset_path('android-chrome-512x512.png')%>
<%= favicon_link_tag asset_path('apple-touch-icon.png')%>
Other Logo Usage
We do have an account with FontAwesome for usage as well. All that needs to be included in the application is the js link.
<script src="https://kit.fontawesome.com/1b88f7bd6d.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/1b88f7bd6d.js" crossorigin="anonymous"></script>
CDN Access
<img src="https://cdn.centralriversaea.org/assets/images/site-logo.png" alt='Central Rivers AEA' />