Compare commits
3 commits
1aeed91d39
...
d447f8e4de
Author | SHA1 | Date | |
---|---|---|---|
d447f8e4de | |||
55de955da9 | |||
2bd9e7a22b |
2 changed files with 25 additions and 8 deletions
21
README.md
21
README.md
|
@ -1,15 +1,20 @@
|
|||
# Ahurac's homepage
|
||||
|
||||
Work-in-progress.
|
||||
Source for my home page [ahur.ac](https://ahur.ac/).
|
||||
|
||||
Made with Astro framework (really cool framework but JS was an error).
|
||||
|
||||
## To-do
|
||||
|
||||
- [ ] Header
|
||||
- [ ] Content
|
||||
- [x] Header
|
||||
- [x] Content
|
||||
- [ ] Logo
|
||||
- [ ] Style
|
||||
- [ ] Cards
|
||||
- [ ] Content
|
||||
- [ ] Logos
|
||||
- [ ] Style
|
||||
- [x] Style
|
||||
- [x] Cards
|
||||
- [x] Content
|
||||
- [x] Logos
|
||||
- [x] Style
|
||||
- [ ] Background
|
||||
- [ ] SEO
|
||||
- [ ] Embed
|
||||
- [ ] Responsive design
|
||||
|
|
|
@ -71,4 +71,16 @@ body {
|
|||
main {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
main {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
main {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue