Edit homepage

- fix background
- add more bookmarks
This commit is contained in:
Wiktor Zykubek 2020-03-08 15:03:54 +01:00
parent dd76379769
commit 4bc08ba766
2 changed files with 18 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="./style.css">
<title>Home</title>
</head>
<body background="/home/samedamci/Pictures/wall">
<body background="/home/samedamci/.config/wallpapers/1920x1080/wall1.png">
<form class="search-bar" action="https://duckduckgo.com/">
<input autofocus type="search" name="q" placeholder="We need go deeper..." autocomplete="off">
</form>
@ -12,6 +12,14 @@
<div class="bmark"><p><a href="https://reddit.com/">redd.it</a></p></div>
<div class="bmark"><p><a href="https://wiki.archlinux.org/">arch wiki</a></p></div>
<div class="bmark"><p><a href="https://invidio.us/">invidio.us</a></p></div>
<div class="bmark"></div>
<div class="bmark"><p><a href="https://github.com/">github</a></p></div>
<div class="bmark"><p><a href="https://minecraft.net/">minecraft</a></p></div>
<div class="bmark"><p><a href="https://planetminecraft.com/">planetminecraft</a></p></div>
<div class="bmark"><p><a href="https://openweathermap.org/">openweather</a></p></div>
<div class="bmark"><p><a href="https://gitlab.com/">gitlab</a></p></div>
<div class="bmark"><p><a href="https://fontawesome.com/cheatsheet?from=io">fontawesome</a></p></div>
<div class="bmark"><p><a href="https://kernel.org">kernel.org</a></p></div>
</div>
</body>

View File

@ -13,7 +13,7 @@
}
.search-bar {
margin: 50px auto 0px auto;
margin: 100px auto 0px auto;
width: 70%;
}
@ -25,8 +25,13 @@
.bmark {
background: rgba(10, 2, 0, 0.9);
width: 228px;
width: 24.7%;
height: 100%;
float: left;
margin-left: 3px;
margin: 0 0 3px 3px;
}
a:hover {
color: #aaaaaa;
transition: .3s;
}