aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-06-04 12:42:46 +0530
committerBobby <[email protected]>2022-06-04 12:42:46 +0530
commitd6cc5ff789bd1ec79d02213e7fef634874b641f4 (patch)
treedf115bf3b6ed3039c86e2f61d825eba0997abefd /views
parent6645bce78b088ffc844ad2185047a41a9ae35b2c (diff)
downloadthatcomputerscientist-d6cc5ff789bd1ec79d02213e7fef634874b641f4.tar.xz
thatcomputerscientist-d6cc5ff789bd1ec79d02213e7fef634874b641f4.zip
custom fonts and logo
Diffstat (limited to 'views')
-rw-r--r--views/partials/header.ejs1
-rw-r--r--views/partials/sidebar.ejs4
2 files changed, 3 insertions, 2 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index b60bc82c..804991cd 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>That Computer Scientist - <%= title %></title>
+ <link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body> \ No newline at end of file
diff --git a/views/partials/sidebar.ejs b/views/partials/sidebar.ejs
index 04eccdf9..dedea20b 100644
--- a/views/partials/sidebar.ejs
+++ b/views/partials/sidebar.ejs
@@ -1,6 +1,6 @@
<div class="sidebar">
- <a href="/" class="title">
- <h1>That Computer Scientist</h1>
+ <a href="/" class="title">
+ <img src="images/logo.png" alt="That Computer Scientist Logo">
<!-- Login Box -->
</a>
<% if (locals.username) { %>