Compare commits

..

3 Commits

Author SHA1 Message Date
Nakidai 56feebfab6 Style and other good
.Sh should be SYNOPSIS
Now links have good colors
2024-08-25 15:56:39 +03:00
Nakidai 1a34274ce2 Lol what is this 2024-08-25 02:28:29 +03:00
Nakidai a898944835 somefix 2024-08-24 23:04:29 +03:00
3 changed files with 30 additions and 9 deletions

17
index.7
View File

@ -2,14 +2,14 @@
.Dt NAKIDAI.RU 7 .Dt NAKIDAI.RU 7
.Os Nakidai .Os Nakidai
. .
.Sh SYNOPSYS
.Nm mail
.Mt plaza521@inbox.ru
.
.Sh NAME .Sh NAME
.Nm nakidai .Nm nakidai
.Nd C & Python developer .Nd C & Python developer
. .
.Sh SYNOPSIS
.Nm mail
.Mt plaza521@inbox.ru
.
.Sh DESCRIPTION .Sh DESCRIPTION
I'm coder from Russia. I'm coder from Russia.
I used to like playing games, I used to like playing games,
@ -18,10 +18,11 @@ but now I'm tired of it a little I think.
.Pp .Pp
I'm writing my projects mostly in Python, I'm writing my projects mostly in Python,
but sometime on dark nights but sometime on dark nights
I want to relax and write something in C, I want to relax and write something in C.
usually after several hours since I started coding Usually,
I will go cry because of my stupidness, after several hours since I started coding,
and then close to morning I will go sleep). I will go cry because of my stupidness
and then close to morning I will go sleep.
. .
.Pp .Pp
This is links to places This is links to places

View File

@ -3,7 +3,25 @@
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css" type="text/css" media="all"/> <style>
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
div.Pp { margin: 1ex 0ex; }
div.Nd, div.Bf, div.Op { display: inline; }
span.Pa, span.Ad { font-style: italic; }
span.Ms { font-weight: bold; }
dl.Bl-diag > dt { font-weight: bold; }
code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn,
code.Cd { font-weight: bold; font-family: inherit; }
html { font-family: monospace; line-height: 1.25em; }
body { max-width: 80ch; margin: 1em auto; padding: 0 1ch; }
table { border-collapse: collapse; }
table.Nm code.Nm { padding-right: 1ch; }
body { background:#000; color:#AAA; }
</style>
<title>NAKIDAI.RU(7)</title> <title>NAKIDAI.RU(7)</title>
</head> </head>
<body> <body>

View File

@ -15,3 +15,5 @@ table { border-collapse: collapse; }
table.Nm code.Nm { padding-right: 1ch; } table.Nm code.Nm { padding-right: 1ch; }
body { background:#000; color:#AAA; } body { background:#000; color:#AAA; }
a { color: #DDD }
a:visited { color: #666 }