Readme: add mobile design images
This commit is contained in:
parent
f40da8fe26
commit
73a219fbff
1 changed files with 41 additions and 9 deletions
50
README.md
50
README.md
|
@ -7,15 +7,8 @@ Written using [Astro.js](https://astro.build/) as the main framework, with
|
|||
[Tailwind CSS](https://tailwindcss.com/). MDX rendering and syntax highlighting
|
||||
provided by [remark.js](https://github.com/remarkjs).
|
||||
|
||||

|
||||
|
||||
### Licence
|
||||
|
||||
Feel free to fork this code and use it for your website! No need to credit me.
|
||||
|
||||
This code is licensed under AGPL, meaning that you must open source any forks of
|
||||
this code. That way everyone can benefit from our collective efforts!
|
||||

|
||||
|
||||
### Building
|
||||
|
||||
|
@ -39,3 +32,42 @@ for static sites, but there are many other options to consider including
|
|||
[Vercel](https://vercel.com/), [Github](https://pages.github.com), and
|
||||
[Netlify](https://www.netlify.com) all of which are also free and fast for
|
||||
static webpages! Live on the edge, pick one you haven't tried!
|
||||
|
||||
### Licence
|
||||
|
||||
Feel free to fork this code and use it for your website! No need to credit me.
|
||||
|
||||
This code is licensed under AGPL, meaning that you must open source any forks of
|
||||
this code. That way everyone can benefit from our collective efforts!
|
||||
|
||||
## Design
|
||||
|
||||
This site is designed to reuse pages as much as possible. There are only 4
|
||||
particularly different page types:
|
||||
|
||||
1. Home page
|
||||
2. Posts listing (blog listing, unix listing...)
|
||||
3. Markdown posts (blogs, contact page)
|
||||
4. Pinterest-style masonry (cat pics page)
|
||||
|
||||
In general, only 4 style sheets are necessary to cover all the pages, but each
|
||||
individual page makes adjustments on top of the base.
|
||||
|
||||
|
||||
This makes it easy to make the website very mobile-responsive. The home page has
|
||||
the most complex responsive design. Images are attached below!
|
||||
|
||||
#### Desktop Windowed
|
||||
|
||||

|
||||
|
||||
#### iPad Vertical
|
||||
|
||||

|
||||
|
||||
#### iPhone 12
|
||||
|
||||

|
||||
|
|
Loading…
Reference in a new issue