mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Initial Version
This commit is contained in:
commit
76ee2dd12c
91 changed files with 7690 additions and 0 deletions
14
static/css/style.css
Normal file
14
static/css/style.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Table of contents */
|
||||
|
||||
.toc ul { list-style: none; margin: 0; padding: 0 5px; }
|
||||
.toc ul li { display: inline; }
|
||||
#TableOfContents > ul > li > ul > li > ul li { margin-right: 8px; }
|
||||
#TableOfContents > ul > li > ul > li > a, #TableOfContents > ul > li > a { font-weight: bold; background-color: #eeeeee; padding: 0 10px; margin: 0 2px; }
|
||||
#TableOfContents > ul > li > ul > li > a { font-style: italic; }
|
||||
.toc.compact ul > li > ul > li > ul { display: none; }
|
||||
|
||||
#toc {
|
||||
position:fixed;
|
||||
/*background-color: rgba(0, 0, 0, 0.1);*/
|
||||
padding: 10px 50px 10px 800px;
|
||||
}
|
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
static/img/LeilaSalar.jpg
Normal file
BIN
static/img/LeilaSalar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 MiB |
BIN
static/img/family.jpg
Normal file
BIN
static/img/family.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 MiB |
BIN
static/img/rahmanian.png
Normal file
BIN
static/img/rahmanian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 834 KiB |
1
static/robots.txt
Normal file
1
static/robots.txt
Normal file
|
@ -0,0 +1 @@
|
|||
User-agent: *
|
Loading…
Add table
Add a link
Reference in a new issue