1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/source/partials/_head.html.erb
Dan Barber 4346f8a3ba Lots of changes and updates
* Start organizing CSS according to ITCSS

* Replace logo with rainbow db

* Add Imagine Learning to experience

* Refactor layout to use CSS grid
2023-06-25 18:13:26 -05:00

16 lines
625 B
Plaintext

<meta charset="utf-8"/>
<title>Dan Barber — Web Developer</title>
<meta content="target-densitydpi=160dpi, initial-scale=1" name="viewport"/>
<!--
For less capable mobile browsers
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
-->
<!-- For all browsers -->
<%= stylesheet_link_tag "https://cloud.typography.com/7434852/7265372/css/fonts.css" %>
<%= stylesheet_link_tag "css/style" %>
<!-- JavaScript at bottom except for Modernizr -->
<%= javascript_include_tag "js/libs/modernizr-1.7.min.js" %>
<%= favicon_tag "favicon.png" %>
<!-- http://t.co/y1jPVnT -->
<link href="/" rel="canonical"></link>