aboutsummaryrefslogtreecommitdiff
path: root/_includes/heading.html
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-05 09:26:54 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-05 09:26:54 -0400
commitfa3e4eec60931669b543c62399c1eb67b675a331 (patch)
treeb868ad42f0d73844f4fe51d6bd57b5799b234f86 /_includes/heading.html
parent7b17b2c9aac64de3e7d55457b88b366192fff12f (diff)
downloadpersonal-website-fa3e4eec60931669b543c62399c1eb67b675a331.tar.gz
personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.tar.bz2
personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.zip
Another website overhaul
Diffstat (limited to '_includes/heading.html')
-rw-r--r--_includes/heading.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/_includes/heading.html b/_includes/heading.html
index deb22fe..2bff872 100644
--- a/_includes/heading.html
+++ b/_includes/heading.html
@@ -1,7 +1,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
-<link type="text/css" rel="stylesheet" href="/assets/css/materialize.min.css" media="screen,projection"/>
+<!-- Bootstrap core CSS -->
+<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
+<!-- Material Design Bootstrap -->
+<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.7/css/mdb.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<meta charset="utf-8">