diff --git a/_data/projects.yml b/_data/projects.yml new file mode 100644 index 0000000..7c421c1 --- /dev/null +++ b/_data/projects.yml @@ -0,0 +1,7 @@ +- name: Intelligent Flight System + date: 2013-11-01 + duration: "Nov. 2013 - February" + header_image: "/images/projects/ai-flight/shortest-flight.png" + purpose: "The purpose was to solve complex problems with the use of AI through inferencing on a model." + description: "An intelligent flight system used to assist persons in reaching their destination from various airports using Prolog programming language" + more_details: "" \ No newline at end of file diff --git a/_drafts/todo.md b/_drafts/todo.md index 75223e9..255c5d7 100644 --- a/_drafts/todo.md +++ b/_drafts/todo.md @@ -8,6 +8,63 @@ introduction: [Markdown syntax](https://sourceforge.net/p/jekyllc/bugs/markdown_syntax) +I Want To Present At Ted Talk +============================= + - Introduction + - I see Ted Talk as the pelican of all presentation. + - As Einstein use to say: IF you can't explain it you truly don't understand it. + - My goal for the next 3 years is to do it. + + - Why This Goal + - Being good at Technology is not enough + - Communicating effectively across multiple domains is an important skill. + - I grew up listening to Ted Talk presentations. + - I learn alot form their presentation and it has shaped my life. + - Giving back is the leat I can do. + - Having read Chris Anderson Ted Talk book, I can't help but wanting to apply the lessons he has taught. + + - My Current Progress + - So I'm yet to master the basicis of presentations. + - However I continue to practise. Both in the professional context and personal/meetups. + - Here are the list of presentations I've done thus far: + - + - I've Got Work To Do + - Areas I need to improve upon. + - How does my blog fit into this bigger picture. + - + +Secret In Living Could Be Minimalist Lifestyle +======================= + - Introduction + - We need to get back to the basics of life. + - + + - Care about my carbon footprint. + - I grew up with little or nothing. + - Having read the book, The Go Giver, I'm more motivated to give more than I take. + - Living a minimalism list style is counter to the current narrative. Get the latest gadget, + + - My Understanding + - It is a lifestlye. + - Allows you to live a meaningful life by removing the unnecessary clutter. + - It doesn't mean you should sell all your belonging and live on crackers and water. + - More a call to action, questioning how you can reduce your consumption of goods & services. + + - Needs vs Want + - As you turn on the TV you're being bombarded with the lastest products. + - It is positioned as something that you'll need.. + + + - How I'm Declutting My Life + - As a lover of nature, I try to live a sustainable lifestyle. + - That indirectly nudges me into the direction of only getting what is nessary. + - My house in the country side is fully off grid. + - I did an exploration project of understanding the feasibility of biodigester plant. + - Sharing the things I've done has been more rewarding than I've thought. + - + + - + GoodBye Jason :( ============================== - Introduction diff --git a/_includes/footer.html b/_includes/footer.html index 563c8a0..3504a3d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,21 +3,18 @@

Home

-

About Me

+

+ +

Blog

-

@@ -86,7 +83,7 @@ {% endif %} {% if page.meta == "projects" %} - + {% endif %} {% if page.meta == "books" %} diff --git a/about.html b/about.html index 270e418..5863ea7 100644 --- a/about.html +++ b/about.html @@ -6,7 +6,20 @@ ---

About Me

-

Hi there, I'm a Software Engineer, Administrator & advocate for Jamaica Cultural Alliance, and a local farmer. Always questioning the status quo in search of better alternatives.

+

Hi there, welcome to my multifaceted life as a: +

+ +I'm always questioning the status quo in search of better alternatives.

Motto: "Love your life perfect your life, beautify all things in your life - Tecumseh"

@@ -21,10 +34,10 @@

Interest Level

-

Writing Skills

+
diff --git a/images/personal-projects/image1.jpeg b/images/personal-projects/image1.jpeg deleted file mode 100644 index 6a66de5..0000000 Binary files a/images/personal-projects/image1.jpeg and /dev/null differ diff --git a/images/projects/ai-flight/shortest-flight.png b/images/projects/ai-flight/shortest-flight.png new file mode 100644 index 0000000..c35aa7d Binary files /dev/null and b/images/projects/ai-flight/shortest-flight.png differ diff --git a/images/projects/ai-flight/terminal-input.png b/images/projects/ai-flight/terminal-input.png new file mode 100644 index 0000000..02b95fa Binary files /dev/null and b/images/projects/ai-flight/terminal-input.png differ diff --git a/images/projects/image1.jpeg b/images/projects/image1.jpeg new file mode 100644 index 0000000..8d6d393 Binary files /dev/null and b/images/projects/image1.jpeg differ diff --git a/projects.html b/projects.html index 5ccf5b6..1405d5a 100644 --- a/projects.html +++ b/projects.html @@ -7,39 +7,22 @@

Projects

+
\ No newline at end of file diff --git a/stylesheets/projects.css b/stylesheets/projects.css index 8014130..412f764 100644 --- a/stylesheets/projects.css +++ b/stylesheets/projects.css @@ -1,39 +1,118 @@ -.projects{ - padding: 0; - margin: 0; - position: relative; - display: -moz-box; - display: -webkit-box; - display: -ms-flexbox; - display: -webkit-flex; - display: flex; - - -webkit-flex-flow: row wrap; - flex-flow: row wrap; - justify-content: space-around; +/* Styling */ +.timeline { + margin: 4em auto; + position: relative; + max-width: 46em; } -.project { - max-width: 230px; - max-height: 300px; - /*padding: 2%;*/ - flex-grow: 1; - flex-basis: 1; - border: 1px solid; +.timeline::before { + background-color: #2879d0; + content: ''; + margin-left: -1px; + position: absolute; + top: 0; + left: 2em; + width: 2px; + height: 100%; +} - /*display: flex;*/ +.timeline-event { + position: relative; + list-style-type: none; + overflow: hidden; + -webkit-transition: -webkit-transform 0.8s ease-in-out; + transition: transform 0.8s ease-in-out; } +.timeline-event-icon { + -webkit-transition: -webkit-transform 0.1s ease-in-out; + transition: transform 0.1s ease-in-out; -.project-visual-wrapper { - padding: 2%; } -.project-visual-wrapper img.image { - border:none !important; - padding: none !important; + +.timeline-event:hover .timeline-event-icon { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -.project-meta { +.timeline-event-copy { + padding: 2em; + padding-left: 3em; + position: relative; + top: -1.875em; + left: 0.8em; + width: 80%; + /*border-left: 1px solid #2879d0;*/ +} + +.timeline-event-copy:last { + padding-bottom: 0em; +} +.timeline-event-copy h3 { + font-size: 1.75em; + } + +.timeline-event-copy h4 { + font-size: 1.2em; + margin-bottom: 1.2em; + } + +.timeline-event-copy strong { + font-weight: 700; + } + +.timeline-event-copy p:not(.timeline-event-thumbnail) { + padding-bottom: 1.2em; } + +.timeline-event-icon { + /* @include transition(transform 0.2s ease-in); + @include rotate (45deg); + */ + background-color: #2879d0; + outline: 15px solid white; + display: block; + margin: 0.5em 0.5em 0.5em -0.5em; + position: absolute; + top: 0; + left: 0.8em; + width: 1em; + height: 1em; + z-index: 10; +} + +.timeline-event-thumbnail { + @include transition(box-shadow 0.5s ease-in 0.1s); + color: white; + font-size: 0.75em; + + background-color: #2879d0; + @include box-shadow(inset 0 0 0 0em #ef795a); + display: inline-block; + margin-bottom: 1.2em; + padding: 0.25em 1em 0.2em 1em; +} + +.header-image { + display: block; + border-bottom: 1px solid #2879d0; +} + +.project-headline { + color: #2879d0; + padding-top: 1em; +} + +/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ +@media only screen and (max-width: 479px) { + .timeline { + margin: 2em auto; + maxx-width: 70em; + } + .timeline-event-copy { + padding-left: 2em; + width: 80%; + } +} \ No newline at end of file