Compare commits
No commits in common. "dd07efe300c60ea378e06093f5aa276e9b04405b" and "a4e6438a5e4120e195fd1c72baec275a8be4e469" have entirely different histories.
dd07efe300
...
a4e6438a5e
|
@ -21,10 +21,10 @@ Aside from the portfolio items, we just need some brief background information a
|
||||||
|
|
||||||
{{<
|
{{<
|
||||||
figure
|
figure
|
||||||
src="/images/logos/vue.svg"
|
src="/images/logos/october-icon.png"
|
||||||
alt="The Vue logo."
|
alt="The October Content Management System's icon."
|
||||||
class="icon-inline icon-right sm-order-rev svg"
|
class="icon-inline sm-order-rev"
|
||||||
caption="For the front end of this project, I went with [Vue.js](https:/etcvuejs.org) — a fast, modern JavaScript framework used to create web interfaces."
|
caption="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 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.
|
||||||
|
@ -37,13 +37,7 @@ Instead, we can dynamically update page components to create a fast, responsive
|
||||||
|
|
||||||
## The Back End
|
## The Back End
|
||||||
|
|
||||||
{{<
|
For the backend I decided to use [October](https://octobercms.com/), a Content Management System, based on the [Laravel](https://laravel.com/) framework, which is a popular, open source, PHP based framework.
|
||||||
figure
|
|
||||||
src="/images/logos/october-icon.png"
|
|
||||||
alt="The October Content Management System's icon."
|
|
||||||
class="icon-inline sm-order-rev"
|
|
||||||
caption="For the backend I decided to use [October](https://octobercms.com/), a Content Management System, based on the [Laravel](https://laravel.com/) framework, which is a popular, open source, PHP based framework."
|
|
||||||
>}}
|
|
||||||
|
|
||||||
The major requirements of a backend for this type of project is simply to store and organise images.
|
The major requirements of a backend for this type of project is simply to store and organise images.
|
||||||
|
|
||||||
|
@ -122,13 +116,6 @@ This is to draw the attention of visitors to the full colour photographs that ar
|
||||||
|
|
||||||
## The Deployment
|
## The Deployment
|
||||||
|
|
||||||
{{<
|
|
||||||
figure
|
|
||||||
src="/images/logos/docker-vertical-monochromatic.png"
|
|
||||||
alt="The Docker logo."
|
|
||||||
class="logo large"
|
|
||||||
>}}
|
|
||||||
|
|
||||||
The website is hosted on a Virtual Private Server using [Docker](https://www.docker.com/).
|
The website is hosted on a Virtual Private Server using [Docker](https://www.docker.com/).
|
||||||
|
|
||||||
The main advantage of using Docker containers in this case, is in how it simplifies development and deployment.
|
The main advantage of using Docker containers in this case, is in how it simplifies development and deployment.
|
||||||
|
|
|
@ -36,6 +36,7 @@ body.colorscheme-light .avatar img {
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
max-width: 6em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,10 +46,6 @@ body.colorscheme-light .avatar img {
|
||||||
margin-top: -2rem;
|
margin-top: -2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content figure.icon-inline > img {
|
|
||||||
max-width: 6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content figure.icon-inline.sm-order-rev > img {
|
.content figure.icon-inline.sm-order-rev > img {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
@ -74,10 +71,6 @@ body.colorscheme-light .avatar img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content figure.icon-inline.large > img {
|
|
||||||
height: 6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content figure.icon-inline.icon-right > img {
|
.content figure.icon-inline.icon-right > img {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
@ -107,10 +100,6 @@ body.colorscheme-light .avatar img {
|
||||||
margin: 4rem 0;
|
margin: 4rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content figure.logo.large {
|
|
||||||
height: 7em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content figure.logo > img {
|
.content figure.logo > img {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -122,10 +111,6 @@ body.colorscheme-light .avatar img {
|
||||||
height: 2.6em;
|
height: 2.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content figure.logo.large {
|
|
||||||
height: 8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content figure.logo.nuxt {
|
.content figure.logo.nuxt {
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB |
Reference in New Issue