Skip to content

Commit

Permalink
feat: adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelnascimento committed Feb 14, 2020
1 parent 8bf85d3 commit a16ee69
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 2 deletions.
34 changes: 34 additions & 0 deletions _includes/shawee_team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<div id="cubeContainer">
<div id="cubeWrapper">
<div class="head">
<h1>Meet our local team</h1>
</div>
<div id="cubes">
<div class="card-speaker">
<img src="https://static.marketing.shawee.io/baymeetup/rodrigoterron.jpeg" alt="Rodrigo Terron">
<div class="name">
<h1>Rodrigo Terron</h1>
<p>CEO</p>
<img src="https://shawee.io/images/logo.svg" alt="Shawee" height="12" />
</div>
<div class="content">
<ul>
<li><a href="https://www.linkedin.com/in/rodrigoterron/"><span class="fab fa-linkedin"></span></a></li>
</ul>
</div>
</div>
<div class="card-speaker">
<img src="https://static.marketing.shawee.io/baymeetup/akanj.jpeg" alt="Jean Paul Marinho">
<div class="name">
<h1>Jean Paul Marinho</h1>
<p>iOS Engineer</p>
</div>
<div class="content">
<ul>
<li><a href="https://www.linkedin.com/in/akanj/"><span class="fab fa-linkedin"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
9 changes: 9 additions & 0 deletions _site/assets/css/BayMeetupLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _site/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ input[type=submit]:after { content: "SUBMIT"; }
@media (max-width: 900px) { #img-col img { max-width: 50%; margin: 15px; }
.align-center { text-align: center !important; }
.head h1:before, .head h1:after { content: ""; height: 0px; width: 0px !important; } }
.page-header { background: #f7f0de; color: #2b4b95; }
.page-header { background: url(./BayMeetupLogo.svg) no-repeat, #f7f0de; background-size: contain; background-position: center center; color: #2b4b95; }

.btn { color: white; background-color: #e86054; }
.btn:hover { background-color: rgba(158, 182, 32, 0.8); }
Expand Down
37 changes: 37 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,43 @@ <h1>Jean Paul Marinho</h1>

<p><br /><br /></p>

<div id="cubeContainer">
<div id="cubeWrapper">
<div class="head">
<h1>Meet our local team</h1>
</div>
<div id="cubes">
<div class="card-speaker">
<img src="https://static.marketing.shawee.io/baymeetup/rodrigoterron.jpeg" alt="Rodrigo Terron" />
<div class="name">
<h1>Rodrigo Terron</h1>
<p>CEO</p>
<img src="https://shawee.io/images/logo.svg" alt="Shawee" height="12" />
</div>
<div class="content">
<ul>
<li><a href="https://www.linkedin.com/in/rodrigoterron/"><span class="fab fa-linkedin"></span></a></li>
</ul>
</div>
</div>
<div class="card-speaker">
<img src="https://static.marketing.shawee.io/baymeetup/akanj.jpeg" alt="Jean Paul Marinho" />
<div class="name">
<h1>Jean Paul Marinho</h1>
<p>iOS Engineer</p>
</div>
<div class="content">
<ul>
<li><a href="https://www.linkedin.com/in/akanj/"><span class="fab fa-linkedin"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>

<p><br /><br /></p>

<div class="head">
<h1>Fabulous sponsors</h1>
</div>
Expand Down
9 changes: 9 additions & 0 deletions assets/css/BayMeetupLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ input[type=submit] {
}

.page-header {
background: #f7f0de;
background: url(./BayMeetupLogo.svg) no-repeat, #f7f0de;
background-size: contain;
background-position: center center;
color: $blue;
}

Expand Down
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ title: Bay Area Meetup Tech Series

<br><br>

{% include shawee_team.html %}

<br><br>

<div class="head">
<h1>Fabulous sponsors</h1>
</div>
Expand Down

0 comments on commit a16ee69

Please sign in to comment.