improvements
This commit is contained in:
parent
c7165ec051
commit
5cb7412575
12 changed files with 105 additions and 32 deletions
16
aboutme.html
16
aboutme.html
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link href="favicon.png" rel="icon"/>
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link href="assets/images/favicon.png" rel="icon"/>
|
||||
<title>amolinae's website</title>
|
||||
<meta name=description content="">
|
||||
</head>
|
||||
|
@ -14,12 +14,12 @@
|
|||
<h1>About Me</h1>
|
||||
<div class="card">
|
||||
<div style="text-align: left;">
|
||||
<p>- Linux enthusiast.</p>
|
||||
<p>- Listen to <a href="music.html">Music</a>.</p>
|
||||
<p>- Collect iPods.</p>
|
||||
<p>- Likes Self-hosting.</p>
|
||||
<p>- Collect ThinkPads.</p>
|
||||
<p>- Thinker with computers.</p>
|
||||
<p>I usually spend my time: </p>
|
||||
<p>- Listening to <a href="music.html">Music</a>.</p>
|
||||
<p>- Collecting and modding iPods.</p>
|
||||
<p>- Collecting and fixing ThinkPads.</p>
|
||||
<p>- Thinkering with my computers.</p>
|
||||
<p>- Writing code or shell scripting.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue