Skip to content

Commit

Permalink
Merge pull request #7 from cdmpreda/main
Browse files Browse the repository at this point in the history
Add Headshots of the Committee
  • Loading branch information
cdmpreda authored Mar 14, 2024
2 parents 99e1f5e + 9f7709c commit c94f43f
Show file tree
Hide file tree
Showing 8 changed files with 297 additions and 1 deletion.
238 changes: 237 additions & 1 deletion public_html/assets/css/ollie.css
Original file line number Diff line number Diff line change
Expand Up @@ -11679,12 +11679,36 @@ pre .code {
align-items: center;
}


.partner-logo {
max-width: 150px; /* Adjust the width as needed */
max-height: 90px;
margin: 40px;
}

.headshot-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.headshot {
max-width: 140px; /* Adjust the width as needed */
max-height: 350px;
}

.headshot-text {
max-width: 130px; /* Adjust the width as needed */
max-height: 350px;
margin: 5px;
}

.headshot-div {
margin: 20px;
}


.timeline-section{
background-color: #b1b1ef;
min-height: 100vh;
Expand Down Expand Up @@ -11895,7 +11919,7 @@ pre .code {
padding: 60px 10px;
}

.section:nth-child(even) {
.section:nth-child(odd) {
background-color: #f1fafb;
}

Expand All @@ -11911,3 +11935,215 @@ pre .code {
background: #2C3E50;
color: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');

*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body {
margin: 0;
}

.wk-desk-1 {
width: 8.333333%;
}

.wk-desk-2 {
width: 16.666667%;
}

.wk-desk-3 {
width: 25%;
}

.wk-desk-4 {
width: 33.333333%;
}

.wk-desk-5 {
width: 41.666667%;
}

.wk-desk-6 {
width: 50%;
}

.wk-desk-7 {
width: 58.333333%;
}

.wk-desk-8 {
width: 66.666667%;
}

.wk-desk-9 {
width: 75%;
}

.wk-desk-10 {
width: 83.333333%;
}

.wk-desk-11 {
width: 91.666667%;
}

.wk-desk-12 {
width: 100%;
}

@media (max-width: 1024px) {
.wk-ipadp-1 {
width: 8.333333%;
}

.wk-ipadp-2 {
width: 16.666667%;
}

.wk-ipadp-3 {
width: 25%;
}

.wk-ipadp-4 {
width: 33.333333%;
}

.wk-ipadp-5 {
width: 41.666667%;
}

.wk-ipadp-6 {
width: 50%;
}

.wk-ipadp-7 {
width: 58.333333%;
}

.wk-ipadp-8 {
width: 66.666667%;
}

.wk-ipadp-9 {
width: 75%;
}

.wk-ipadp-10 {
width: 83.333333%;
}

.wk-ipadp-11 {
width: 91.666667%;
}

.wk-ipadp-12 {
width: 100%;
}
}

@media (max-width: 768px) {
.wk-tab-1 {
width: 8.333333%;
}

.wk-tab-2 {
width: 16.666667%;
}

.wk-tab-3 {
width: 25%;
}

.wk-tab-4 {
width: 33.333333%;
}

.wk-tab-5 {
width: 41.666667%;
}

.wk-tab-6 {
width: 50%;
}

.wk-tab-7 {
width: 58.333333%;
}

.wk-tab-8 {
width: 66.666667%;
}

.wk-tab-9 {
width: 75%;
}

.wk-tab-10 {
width: 83.333333%;
}

.wk-tab-11 {
width: 91.666667%;
}

.wk-tab-12 {
width: 100%;
}
}

@media (max-width: 500px) {
.wk-mobile-1 {
width: 8.333333%;
}

.wk-mobile-2 {
width: 16.666667%;
}

.wk-mobile-3 {
width: 25%;
}

.wk-mobile-4 {
width: 33.333333%;
}

.wk-mobile-5 {
width: 41.666667%;
}

.wk-mobile-6 {
width: 50%;
}

.wk-mobile-7 {
width: 58.333333%;
}

.wk-mobile-8 {
width: 66.666667%;
}

.wk-mobile-9 {
width: 75%;
}

.wk-mobile-10 {
width: 83.333333%;
}

.wk-mobile-11 {
width: 91.666667%;
}

.wk-mobile-12 {
width: 100%;
}
}
Binary file added public_html/assets/imgs/BportreT-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/assets/imgs/BportreT-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/assets/imgs/BportreT-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/assets/imgs/BportreT-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/assets/imgs/BportreT-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/assets/imgs/BportreT-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<li class="nav-item">
<a class="nav-link" href="#blog">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">The Committee</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Partners</a>
</li>
Expand Down Expand Up @@ -497,6 +500,63 @@ <h6>
<!-- </div>-->
</section>

<section class="section" id="aboutus">
<div class="container">

<div class="align-content-center mr-auto">
<!-- <div class="col-md-4">-->
<div >

<!-- <h6 class="xs-font mb-0">nobis dolorem sapiente evenie.</h6>-->
<h3 class="section-title">Meet the Committee</h3>
<!-- <h4 class="xs-font mb-0"><br></h4>-->
<div class="partners-container">

<div class="headshot-div">
<img class="headshot" src="assets/imgs/BportreT-2.jpg">
<p class="headshot-text font-weight-bold align-content-center">Merel van Gruijthuijsen</p>
<p class="headshot-text">Chairwoman</p>
</div>

<div class="headshot-div">
<img class="headshot" src="assets/imgs/BportreT-3.jpg">
<p class="headshot-text font-weight-bold align-content-center">Chris Preda</p>
<p class="headshot-text">Secretary <br> <br></p>
</div>

<div class="headshot-div">
<img class="headshot" src="assets/imgs/BportreT-4.jpg">
<p class="headshot-text font-weight-bold align-content-center">Darwin Liu</p>
<p class="headshot-text">Treasurer <br> <br> </p>
</div>

<div class="headshot-div">
<img class="headshot" src="assets/imgs/BportreT-5.jpg">
<p class="headshot-text font-weight-bold align-content-center">Kimberly Kho</p>
<p class="headshot-text">Comissioner of Promotion</p>
</div>

<div class="headshot-div">
<img class="headshot" src="assets/imgs/BportreT-1.jpg">
<p class="headshot-text font-weight-bold align-content-center">Jara Aarts</p>
<p class="headshot-text">Comissioner of Logistics</p>
</div>

<div class="headshot-div">
<img class="headshot" src="assets/imgs/BportreT-6.jpg">
<p class="headshot-text font-weight-bold align-content-center">Isabelle Elias</p>
<p class="headshot-text">Qualitate Qua <br> <br></p>
</div>
</div>




</div>
</div>
</div>
</section>

<section class="section" id="portfolio">
<div class="container">

Expand Down

0 comments on commit c94f43f

Please sign in to comment.