-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
106 changed files
with
4,588 additions
and
1,139 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>be mindful beverages - Matt Bierman</title> | ||
<meta name="author" content="Matt Bierman" /> | ||
<meta name="description" content="Portfolio of Matt Bierman" /> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
|
||
<meta name="robots" content="noindex, nofollow" /> | ||
|
||
<!-- Fathom Analytics --> | ||
<script | ||
src="https://cdn.usefathom.com/script.js" | ||
data-site="TWVQHLHX" | ||
defer | ||
></script> | ||
|
||
<!-- CSS --> | ||
<link rel="stylesheet" type="text/css" href="../css/projects.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/shared.css" /> | ||
|
||
<!-- Google Fonts --> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,800&display=swap" | ||
rel="stylesheet" | ||
/> | ||
|
||
<!-- FontAwesome Icons --> | ||
<link href="../css/fontawesome.css" rel="stylesheet" /> | ||
|
||
<!-- Favicons --> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="../favicons/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="../favicons/favicon-32x32.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="../favicons/favicon-16x16.png" | ||
/> | ||
<link rel="manifest" href="../favicons/site.webmanifest" /> | ||
<link | ||
rel="mask-icon" | ||
href="../favicons/safari-pinned-tab.svg" | ||
color="#000000" | ||
/> | ||
<meta name="msapplication-TileColor" content="#000000" /> | ||
<meta name="theme-color" content="#000000" /> | ||
</head> | ||
<body> | ||
<div id="background"> | ||
<div class="container"> | ||
<div id="logo"> | ||
<img src="../images/logo.png" /> | ||
</div> | ||
<nav> | ||
<div id="link-about" class="link"> | ||
<a href="../index.html?to=about#about"> | ||
<span>about</span> | ||
</a> | ||
</div> | ||
<div id="link-resume" class="link"> | ||
<a href="../documents/resume.pdf" target="_blank"> | ||
<span>resume</span> | ||
</a> | ||
</div> | ||
<div id="link-work" class="link"> | ||
<a href="../index.html?to=work#work"> | ||
<span>work</span> | ||
</a> | ||
</div> | ||
<div id="link-contact" class="link"> | ||
<a href="../index.html?to=contact#contact"> | ||
<span>contact</span> | ||
</a> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
<div id="be-mindful-beverages" class="project"> | ||
<div class="item full left"> | ||
<div class="title"> | ||
<h1>be mindful beverages</h1> | ||
</div> | ||
<div class="content"> | ||
<div class="description"> | ||
<span> | ||
At <i>be mindful beverages</i>, we're on a mission to disrupt the | ||
beverage industry through all-natural, organic, and clean label | ||
energy drinks. In the summer of 2018, we hit the ground running | ||
and crafted a unique brand that perfectly captured our ethos of | ||
simplicity and wellness. Our first two flavors, | ||
<i>lemon ginger</i> and <i>blueberry basil</i>, are now available | ||
at | ||
<a href="https://bemindfulbeverages.com">bemindfulbeverages.com</a | ||
>. | ||
</span> | ||
</div> | ||
<div class="additional"> | ||
<div class="col"> | ||
<div class="title"> | ||
<span>Year</span> | ||
</div> | ||
<div class="info"> | ||
<span>August 2018 – Present</span> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="title"> | ||
<span>Link</span> | ||
</div> | ||
<div class="info"> | ||
<a href="https://bemindfulbeverages.com"> | ||
<span>bemindfulbeverages.com</span> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="title"> | ||
<span>Role</span> | ||
</div> | ||
<div class="info"> | ||
<div> | ||
<span>E-Commerce Web Development</span> | ||
</div> | ||
<div> | ||
<span>Product & Packaging Design</span> | ||
</div> | ||
<div> | ||
<span>Brand Strategy & Identity</span> | ||
</div> | ||
<div> | ||
<span>Social Media Marketing</span> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="item right no-link"> | ||
<div class="image"> | ||
<img src="../images/projects/bmb_1.png" /> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="item left no-link"> | ||
<div class="image"> | ||
<img src="../images/projects/bmb_2.jpg" /> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="item right no-link"> | ||
<div class="image"> | ||
<img src="../images/projects/bmb_3.jpg" /> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
<footer> | ||
<div id="social-links"> | ||
<a href="mailto:[email protected]"> | ||
<i class="fas fa-envelope-square"></i> | ||
</a> | ||
<a href="https://www.linkedin.com/in/biermanm"> | ||
<i class="fab fa-linkedin"></i> | ||
</a> | ||
<a href="http://github.com/biermanm"> | ||
<i class="fab fa-github-square"></i> | ||
</a> | ||
</div> | ||
<div id="copyright"> | ||
<div> | ||
<span>© 2023 Made with</span> | ||
</div> | ||
<div> | ||
<span><i id="heart" class="fas fa-heart"></i></span> | ||
</div> | ||
<div> | ||
<span>by Matt Bierman</span> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
<!-- jQuery --> | ||
<script | ||
src="https://code.jquery.com/jquery-3.4.1.min.js" | ||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" | ||
crossorigin="anonymous" | ||
></script> | ||
|
||
<!-- JavaScript --> | ||
<script src="../js/projects.js"></script> | ||
</html> |
Oops, something went wrong.