Added favicon
This commit is contained in:
parent
94b31f579b
commit
e231b3eb20
BIN
favicon.gif
Normal file
BIN
favicon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 666 KiB |
5
head
5
head
|
@ -1,3 +1,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title> logan's site </title>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.gif">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'merriweather';
|
||||
|
|
21
index.html
21
index.html
|
@ -1,4 +1,9 @@
|
|||
<!DOCTYPE html><html><head><style>
|
||||
<!DOCTYPE html><html><head><meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title> logan's site </title>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.gif">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'merriweather';
|
||||
src: url(/res/merriweather-regular.woff2);
|
||||
|
@ -80,12 +85,12 @@ doing robotics I'm finally starting to get the hang of it. Currently in the
|
|||
process of discovering my love for hypertext and the world wide web!</p>
|
||||
<h2>portfolio</h2>
|
||||
<ul>
|
||||
<li>my git server</li>
|
||||
<li>http web server</li>
|
||||
<li>html templating language</li>
|
||||
<li>stack based assembly language</li>
|
||||
<li>kinematic image processing</li>
|
||||
<li>n dimensional cartesian product</li>
|
||||
<li>stock trading algorithm</li>
|
||||
<li><a href="https://git.lgatlin.dev/logan">my git server</a></li>
|
||||
<li><a href="https://git.lgatlin.dev/logan/website">http web server</a></li>
|
||||
<li><a href="https://git.lgatlin.dev/logan/html-templater">html templating language</a></li>
|
||||
<li><a href="https://git.lgatlin.dev/logan/forte">stack based assembly language</a></li>
|
||||
<li><a href="https://git.lgatlin.dev/logan/fishbowl">kinematic image processing</a></li>
|
||||
<li><a href="https://git.lgatlin.dev/logan/nrange">n dimensional cartesian product</a></li>
|
||||
<li><a href="https://git.lgatlin.dev/logan/stocks">stock trading algorithm</a></li>
|
||||
</ul>
|
||||
</main></body></html>
|
|
@ -1,4 +1,9 @@
|
|||
<!DOCTYPE html><html><head><style>
|
||||
<!DOCTYPE html><html><head><meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title> logan's site </title>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.gif">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'merriweather';
|
||||
src: url(/res/merriweather-regular.woff2);
|
||||
|
|
Loading…
Reference in a new issue