Added link to portfolio
This commit is contained in:
parent
ffdf05f9e8
commit
c312dbbb14
1 changed files with 22 additions and 1 deletions
23
index.html
23
index.html
|
@ -69,11 +69,31 @@
|
|||
vertical-align: top;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
a::before {
|
||||
content: "> ";
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
a:active {
|
||||
background-color: #222;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="settings-notice">Scroll down for settings</div>
|
||||
<div id="settings-notice">Scroll down for more</div>
|
||||
<div id="container">
|
||||
<div id="vertical-center">
|
||||
Currently:
|
||||
|
@ -84,6 +104,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="settings">
|
||||
<a href="https://portfolio.giller.dev"">About me</a>
|
||||
<h1>Settings</h1>
|
||||
<table class="settings-table">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue