Compare commits
No commits in common. "a4e6438a5e4120e195fd1c72baec275a8be4e469" and "87b5bf9bdf1c7db2aed201e69fa0d3ac0a98aae9" have entirely different histories.
a4e6438a5e
...
87b5bf9bdf
|
@ -19,13 +19,7 @@ Aside from the portfolio items, we just need some brief background information a
|
|||
|
||||
## The Front End
|
||||
|
||||
{{<
|
||||
figure
|
||||
src="/images/logos/october-icon.png"
|
||||
alt="The October Content Management System's icon."
|
||||
class="icon-inline sm-order-rev"
|
||||
caption="For the front end of this project, I decided to use [Vue.js](https:/etcvuejs.org)."
|
||||
>}}
|
||||
For the front end of this project, I decided to use [Vue.js](https:/etcvuejs.org).
|
||||
|
||||
The site's content will mainly consist of examples of Marc's portfolio in the form of images that are organised into a number of galleries.
|
||||
The main task of a user will be the browsing and viewing of these images.
|
||||
|
|
|
@ -12,6 +12,18 @@ body.colorscheme-light .avatar img {
|
|||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
text-align: center;
|
||||
}
|
||||
.content article header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content figure.svg > img {
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -23,6 +35,7 @@ body.colorscheme-light .avatar img {
|
|||
.content figure.icon-inline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.content figure.icon-inline > figcaption p {
|
||||
|
@ -33,11 +46,7 @@ body.colorscheme-light .avatar img {
|
|||
}
|
||||
|
||||
.content figure.icon-inline > img {
|
||||
display: block;
|
||||
height: auto;
|
||||
width: auto;
|
||||
max-width: 6em;
|
||||
margin: 0 auto;
|
||||
height: 6em;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
|
@ -68,7 +77,6 @@ body.colorscheme-light .avatar img {
|
|||
|
||||
.content figure.icon-inline > img {
|
||||
height: 4em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.content figure.icon-inline.icon-right > img {
|
||||
|
|
Reference in New Issue