Skip to content

Commit

Permalink
New website!
Browse files Browse the repository at this point in the history
New theme, new projects. Loads of new HTML. Many images duped, but that's a problem for future maru.
  • Loading branch information
marulango committed Dec 26, 2023
1 parent f184d68 commit dfea6c0
Show file tree
Hide file tree
Showing 336 changed files with 13,267 additions and 15,475 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ bower.json
.sass-cache/
*.scssc
*.db
.DS_Store
.DS_Store
prepros.config
103 changes: 103 additions & 0 deletions assets/css/_ae/aurora-grid/dist/aurora-grid-debug.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
/* * * * * * * * * * * * * * * * * * * * *\
aurora-grid v1.0.0
Grid system for Aurora Kit
(c) 2015 Lionel <[email protected]> (http://pixeden.com)
https://github.com/aurora-kit/aurora-grid
Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.ae-container {
outline: 1px solid #f42853 !important;
outline-offset: 1px;
}

.ae-grid {
outline: 1px solid #4b527e !important;
outline-offset: -1px;
}

.ae-grid__item {
outline: 1px solid #b8b9b1 !important;
outline-offset: -2px;
}
.ae-grid__item:hover {
background-color: #b8b9b1 !important;
}
.ae-grid__item .ae-grid__item:hover {
background-color: #a0a196 !important;
}
.ae-grid__item .ae-grid__item .ae-grid__item:hover {
background-color: #87897b !important;
}

body:after {
background-color: rgba(255, 255, 255, .7);
color: #4b527e;
font: 16px/1.5 sans-serif;
padding: 5px 8px;
pointer-events: none;
position: fixed;
z-index: 900;
content: "xs: 0";
top: 0;
right: 0;
}

@media (min-width: 40em) {
body:after {
background-color: rgba(255, 255, 255, .7);
color: #4b527e;
font: 16px/1.5 sans-serif;
padding: 5px 8px;
pointer-events: none;
position: fixed;
z-index: 900;
content: "sm: 40em";
top: 0;
right: 0;
}
}

@media (min-width: 52em) {
body:after {
background-color: rgba(255, 255, 255, .7);
color: #4b527e;
font: 16px/1.5 sans-serif;
padding: 5px 8px;
pointer-events: none;
position: fixed;
z-index: 900;
content: "md: 52em";
top: 0;
right: 0;
}
}

@media (min-width: 64em) {
body:after {
background-color: rgba(255, 255, 255, .7);
color: #4b527e;
font: 16px/1.5 sans-serif;
padding: 5px 8px;
pointer-events: none;
position: fixed;
z-index: 900;
content: "lg: 64em";
top: 0;
right: 0;
}
}

@media (min-width: 75em) {
body:after {
background-color: rgba(255, 255, 255, .7);
color: #4b527e;
font: 16px/1.5 sans-serif;
padding: 5px 8px;
pointer-events: none;
position: fixed;
z-index: 900;
content: "xl: 75em";
top: 0;
right: 0;
}
}
1 change: 1 addition & 0 deletions assets/css/_ae/aurora-grid/dist/aurora-grid-debug.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dfea6c0

Please sign in to comment.