Update Branding
This commit is contained in:
parent
e403eaaad0
commit
e9c15add17
7 changed files with 30 additions and 11 deletions
5
404.html
5
404.html
|
@ -8,7 +8,7 @@
|
|||
</title>
|
||||
|
||||
<!-- add icon link -->
|
||||
<link rel = "icon" href = "assets/obo-icon.png"
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png"
|
||||
type = "image/x-icon">
|
||||
<style>
|
||||
*{
|
||||
|
@ -28,6 +28,9 @@
|
|||
marquee{
|
||||
height: 100vh;
|
||||
}
|
||||
img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
</style></head>
|
||||
<body>
|
||||
<marquee behavior="alternate" scrollamount="30">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel = "icon" href = "assets/branding/obo-icon.png">
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png">
|
||||
<title>LimePot - About</title>
|
||||
<link rel="stylesheet" href="mybulma/css/mystyles.css">
|
||||
|
||||
|
@ -15,6 +15,9 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.wrapper{
|
||||
font-size: 4vw;
|
||||
width: 50vw;
|
||||
|
@ -79,7 +82,7 @@
|
|||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="https://limepot.xyz/">
|
||||
<img src="assets/obo-icon.png">
|
||||
<img src="assets/branding/self-portrait.png">
|
||||
LimePot
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
|
BIN
assets/branding/self-portrait.png
Normal file
BIN
assets/branding/self-portrait.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
11
blog.html
11
blog.html
|
@ -3,17 +3,20 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel = "icon" href = "assets/branding/obo-icon.png">
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png">
|
||||
<title>LimePot - Blog</title>
|
||||
<link rel="stylesheet" href="mybulma/css/mystyles.css">
|
||||
|
||||
|
||||
<style>
|
||||
img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="https://limepot.xyz/">
|
||||
<img src="assets/obo-icon.png">
|
||||
<img src="assets/branding/self-portrait.png">
|
||||
LimePot
|
||||
</a>
|
||||
|
||||
|
|
|
@ -3,15 +3,20 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel = "icon" href = "assets/branding/obo-icon.png">
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png">
|
||||
<title>LimePot - Home</title>
|
||||
<link rel="stylesheet" href="mybulma/css/mystyles.css">
|
||||
<style>
|
||||
img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="https://limepot.xyz/">
|
||||
<img src="assets/obo-icon.png">
|
||||
<img src="assets/branding/self-portrait.png">
|
||||
LimePot
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
|
|
@ -4,16 +4,21 @@
|
|||
<meta http-equiv="Refresh" content="0; url='https://github.com/LimePotato'"/>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel = "icon" href = "assets/branding/obo-icon.png">
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png">
|
||||
<title>LimePot - About</title>
|
||||
<link rel="stylesheet" href="mybulma/css/mystyles.css">
|
||||
<style>
|
||||
img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="https://limepot.xyz/">
|
||||
<img src="assets/obo-icon.png">
|
||||
<img src="assets/branding/self-portrait.png">
|
||||
LimePot
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
|
||||
|
|
Loading…
Reference in a new issue