Finalized first working prototype
This commit is contained in:
parent
7df38995db
commit
7b710f3759
3 changed files with 27 additions and 21 deletions
|
@ -8,19 +8,23 @@ body {
|
|||
box-sizing: border-box;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border-left: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
display: inline-block;
|
||||
padding: 2px 16px 2px 4px;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
margin: auto auto;
|
||||
}
|
||||
.details-wrapper {
|
||||
border: 2px solid black;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
.details-container {
|
||||
border: 2px solid black;
|
||||
}
|
||||
.details-logo {
|
||||
order: 0;
|
||||
flex-basis: 10%;
|
||||
|
@ -29,7 +33,7 @@ body {
|
|||
order: 1;
|
||||
flex-basis: 70%;
|
||||
}
|
||||
.details-photo{
|
||||
.details-photo {
|
||||
order: 2;
|
||||
flex-basis: 15%;
|
||||
.showcase-container {
|
||||
|
@ -37,16 +41,16 @@ body {
|
|||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
.showcase-image{
|
||||
.showcase-image {
|
||||
align-self: center;
|
||||
margin: 0.5em;
|
||||
max-width: 150px;
|
||||
border: 1px solid red;
|
||||
}
|
||||
}
|
||||
}
|
||||
.details-contact {
|
||||
order: 3;
|
||||
flex-basis: 100%;
|
||||
border-top: 2px solid black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
titel: VVN
|
||||
naam: VVN
|
||||
logo: placeholder.png
|
||||
contact: some_email@some_domain.bla
|
||||
website: www.somewebsite.bla
|
||||
contact: some_email@some_domain.com
|
||||
website: www.somewebsite.com
|
||||
social:
|
||||
- platform: facebook
|
||||
link: www.link.bla
|
||||
link: facebook-link
|
||||
- platform: twitter
|
||||
link: www.link.bla
|
||||
link: facebook-link
|
||||
showcase:
|
||||
- photo: image.png
|
||||
themas:
|
||||
- naam: faking
|
||||
- naam: thema1
|
||||
bestuur:
|
||||
- naam: Bastiaan Aelbrecht
|
||||
functie: Voorzitter
|
||||
|
|
|
@ -2,21 +2,23 @@
|
|||
titel: Zeus WPI
|
||||
naam: Zeus WPI
|
||||
logo: placeholder.png
|
||||
contact: some_email@some_domain.bla
|
||||
website: www.somewebsite.bla
|
||||
contact: some_email@some_domain.com
|
||||
website: www.somewebsite.com
|
||||
social:
|
||||
- platform: facebook
|
||||
link: www.link.bla
|
||||
link: facebook-link
|
||||
- platform: twitter
|
||||
link: www.link.bla
|
||||
showcase:
|
||||
- photo: https://via.placeholder.com/300.png/09f/fff
|
||||
- photo: https://via.placeholder.com/300.png/09f/fff
|
||||
- photo: https://via.placeholder.com/300.png/09f/fff
|
||||
link: twitter-link
|
||||
- platform: youtube
|
||||
link: youtube.com/
|
||||
themas:
|
||||
- naam: thema1
|
||||
- naam: thema2
|
||||
- naam: thema3
|
||||
showcase:
|
||||
- photo: https://via.placeholder.com/300.png/09f/fff
|
||||
- photo: https://via.placeholder.com/300.png/09f/fff
|
||||
- photo: https://via.placeholder.com/300.png/09f/fff
|
||||
bestuur:
|
||||
- functie: Voorzitter
|
||||
naam: Robbe Van Herck
|
||||
|
|
Loading…
Reference in a new issue