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
|
||||
src="/images/logos/vue.svg"
|
||||
alt="The Vue logo."
|
||||
class="icon-inline icon-right sm-order-rev svg"
|
||||
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."
|
||||
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)."
|
||||
>}}
|
||||
|
||||
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
|
||||
|
||||
{{<
|
||||
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."
|
||||
>}}
|
||||
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.
|
||||
|
||||
|
@ -122,13 +116,6 @@ This is to draw the attention of visitors to the full colour photographs that ar
|
|||
|
||||
## 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 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;
|
||||
height: auto;
|
||||
width: auto;
|
||||
max-width: 6em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
@ -45,10 +46,6 @@ body.colorscheme-light .avatar img {
|
|||
margin-top: -2rem;
|
||||
}
|
||||
|
||||
.content figure.icon-inline > img {
|
||||
max-width: 6em;
|
||||
}
|
||||
|
||||
.content figure.icon-inline.sm-order-rev > img {
|
||||
order: 2;
|
||||
}
|
||||
|
@ -74,10 +71,6 @@ body.colorscheme-light .avatar img {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.content figure.icon-inline.large > img {
|
||||
height: 6em;
|
||||
}
|
||||
|
||||
.content figure.icon-inline.icon-right > img {
|
||||
order: 2;
|
||||
}
|
||||
|
@ -107,10 +100,6 @@ body.colorscheme-light .avatar img {
|
|||
margin: 4rem 0;
|
||||
}
|
||||
|
||||
.content figure.logo.large {
|
||||
height: 7em;
|
||||
}
|
||||
|
||||
.content figure.logo > img {
|
||||
display: block;
|
||||
height: 100%;
|
||||
|
@ -122,10 +111,6 @@ body.colorscheme-light .avatar img {
|
|||
height: 2.6em;
|
||||
}
|
||||
|
||||
.content figure.logo.large {
|
||||
height: 8em;
|
||||
}
|
||||
|
||||
.content figure.logo.nuxt {
|
||||
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