aboutsummaryrefslogtreecommitdiff
path: root/views/includes/header.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
commitbe5c14ffa4b10e1586b68f94669093146df9d452 (patch)
tree26e73b126d291e84df7d4289acf65286e0a6a81f /views/includes/header.ejs
parentb0411efcf2459566888abf34c7524d67fb3add54 (diff)
downloadalp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.gz
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.bz2
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.zip
Added transitions, community rules, git projects and etc
Diffstat (limited to 'views/includes/header.ejs')
-rw-r--r--views/includes/header.ejs14
1 files changed, 9 insertions, 5 deletions
diff --git a/views/includes/header.ejs b/views/includes/header.ejs
index f9ab843..9511128 100644
--- a/views/includes/header.ejs
+++ b/views/includes/header.ejs
@@ -2,7 +2,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
-<meta name="description" content="We make games, video and software.">
+<meta name="description" content="We make games, videos and software.">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png">
@@ -16,12 +16,16 @@
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome -->
-<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
+<script src="https://kit.fontawesome.com/4c90505fb4.js"></script>
<!-- Bootstrap core CSS -->
-<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
+<link href="/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:400,700&display=swap" rel="stylesheet">
+<link href="/css/mdb.min.css" rel="stylesheet">
+<!-- Play -->
+<link href="https://fonts.googleapis.com/css?family=Play:400,700&display=swap" rel="stylesheet">
+<!-- animsition.css -->
+<link rel="stylesheet" href="/css/animsition.min.css">
+
<link rel="stylesheet" href="/css/style.css">
<title><%= title %></title>