Added links v4
This commit is contained in:
parent
734b339701
commit
8a4f8449a8
1 changed files with 4 additions and 11 deletions
15
index.html
15
index.html
|
@ -6,24 +6,19 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
|
color: #FAFAFA;
|
||||||
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
color: #FAFAFA;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'Open Sans';
|
|
||||||
}
|
|
||||||
.main {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
color: #FAFAFA;
|
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #FAFAFA;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: 'Open Sans';
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -31,16 +26,14 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
|
||||||
<h2>
|
<h2>
|
||||||
<p>Here is my services:</p>
|
<p>Here are my services:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://jenkins.asxp.io" target="_blank" rel="noopener noreferrer">Jenkins</a></li>
|
<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://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>
|
<li><a href="https://uptime.asxp.io" target="_blank" rel="noopener noreferrer">Uptime</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<h1>me@asxp.io or t.me/asxpi</h1>
|
<h1>me@asxp.io or t.me/asxpi</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue