Edit homepage
- fix background - add more bookmarks
This commit is contained in:
parent
dd76379769
commit
4bc08ba766
@ -4,7 +4,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||||
<title>Home</title>
|
<title>Home</title>
|
||||||
</head>
|
</head>
|
||||||
<body background="/home/samedamci/Pictures/wall">
|
<body background="/home/samedamci/.config/wallpapers/1920x1080/wall1.png">
|
||||||
<form class="search-bar" action="https://duckduckgo.com/">
|
<form class="search-bar" action="https://duckduckgo.com/">
|
||||||
<input autofocus type="search" name="q" placeholder="We need go deeper..." autocomplete="off">
|
<input autofocus type="search" name="q" placeholder="We need go deeper..." autocomplete="off">
|
||||||
</form>
|
</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://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://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"><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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-bar {
|
.search-bar {
|
||||||
margin: 50px auto 0px auto;
|
margin: 100px auto 0px auto;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,8 +25,13 @@
|
|||||||
|
|
||||||
.bmark {
|
.bmark {
|
||||||
background: rgba(10, 2, 0, 0.9);
|
background: rgba(10, 2, 0, 0.9);
|
||||||
width: 228px;
|
width: 24.7%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 3px;
|
margin: 0 0 3px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #aaaaaa;
|
||||||
|
transition: .3s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user