Update README.md, fix x-overflow (temporarily)
This commit is contained in:
13
README.md
13
README.md
@ -1,4 +1,5 @@
|
||||
<p align="center"><font size="24" face=" ms pgothic,courier new,lucida consolas,monospace">domsPlace(); </font></p>
|
||||
|
||||
<p align="center"><font size="36" face=" ms pgothic,courier new,lucida consolas,monospace">domsPlace(); </font></p>
|
||||
|
||||
My personal website, written in Javascript, HTML, CSS using Node, React, SCSS, Webpack and Babel.
|
||||
|
||||
@ -7,9 +8,15 @@ Yet another redesign after many, the site is permanently stuck in limbo as I don
|
||||
## Roadmap
|
||||
Plans to add are:
|
||||
|
||||
- Favicon
|
||||
- ~~Favicon~~
|
||||
- Short Blog Page
|
||||
- Featured Video (Code is ready, video needs to be made)
|
||||
- More Social integration and show off my social pages
|
||||
- Faster loading (SVG Backgrounds are quite large)
|
||||
- Async Image/Video loading for content (no point just yet)
|
||||
- ~~Responsive Image Loading~~
|
||||
- Async Image/Video loading for content (no point just yet)
|
||||
- ~~Async page offsetting,~~ as well as proper loading templates
|
||||
- Improved SEO
|
||||
- Reduce Divitis
|
||||
- Restore previously removed page transitions
|
||||
- Convert some of the SVGs into responsive PNGs
|
||||
|
@ -8,4 +8,6 @@
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/03
|
||||
*/
|
||||
.c-app {}
|
||||
.c-app {
|
||||
overflow-x: hidden;//Temporary until I find time to find the overflowing element
|
||||
}
|
||||
|
Reference in New Issue
Block a user