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;
|
vertical-align: top;
|
||||||
border-style: none;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="settings-notice">Scroll down for settings</div>
|
<div id="settings-notice">Scroll down for more</div>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="vertical-center">
|
<div id="vertical-center">
|
||||||
Currently:
|
Currently:
|
||||||
|
@ -84,6 +104,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="settings">
|
<div id="settings">
|
||||||
|
<a href="https://portfolio.giller.dev"">About me</a>
|
||||||
<h1>Settings</h1>
|
<h1>Settings</h1>
|
||||||
<table class="settings-table">
|
<table class="settings-table">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue