Projects wip.

This commit is contained in:
mmacneil 2019-08-21 22:43:50 -03:00
parent a7eba53aea
commit af9ed8bee0
3 changed files with 25 additions and 20 deletions

File diff suppressed because one or more lines are too long

8
src/dist/index.html vendored
View File

@ -62,9 +62,11 @@
<div class="container">
<h1 class="title">About Me</h1>
<hr />
<p>I'm a senior developer whose spent the last 14+ years obsessively
helping deliver .NET-based web, mobile and cloud solutions across a variety of industries and
clients from small startups to large enterprises like Macy's and McDonald's.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
laborum.</p>
</div>
</section>
<section class="section">

View File

@ -32,9 +32,11 @@ $input-shadow: none;
.card-gap {margin-top:1.75rem}
.modal-trigger { cursor: pointer; }
@import "~bulma/bulma"; // - import everything;
// override specific bulma styles not exposed in variables
.section {padding: 2.25rem 1.5rem}
// Alternatively...import only what you really need from Bulma
/*
@import "../node_modules/bulma/sass/elements/container.sass";
@ -43,4 +45,5 @@ $input-shadow: none;
@import "../node_modules/bulma/sass/form/_all.sass";
@import "../node_modules/bulma/sass/components/navbar.sass";
@import "../node_modules/bulma/sass/layout/hero.sass";
...
*/