Added links v3
This commit is contained in:
parent
6c2dc72ddc
commit
734b339701
1 changed files with 11 additions and 6 deletions
17
index.html
17
index.html
|
@ -14,8 +14,11 @@
|
|||
}
|
||||
.main {
|
||||
font-family: 'Open Sans';
|
||||
color: #FAFAFA;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
color: #FAFAFA;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
@ -29,12 +32,14 @@
|
|||
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
||||
</div>
|
||||
<div class="main">
|
||||
<p>Here is my services:</p>
|
||||
<ul>
|
||||
<li><a href="https://jenkins.asxp.io" target="_blank" rel="noopener noreferrer">Jenkins</a></li>
|
||||
<li><a href="https://git.asxp.io" target="_blank" rel="noopener noreferrer">Gitea</a></li>
|
||||
<li><a href="https://uptime.asxp.io" target="_blank" rel="noopener noreferrer">Uptime</a></li>
|
||||
</ul>
|
||||
<h2>
|
||||
<p>Here is my services:</p>
|
||||
<ul>
|
||||
<li><a href="https://jenkins.asxp.io" target="_blank" rel="noopener noreferrer">Jenkins</a></li>
|
||||
<li><a href="https://git.asxp.io" target="_blank" rel="noopener noreferrer">Gitea</a></li>
|
||||
<li><a href="https://uptime.asxp.io" target="_blank" rel="noopener noreferrer">Uptime</a></li>
|
||||
</ul>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<h1>me@asxp.io or t.me/asxpi</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue