Merge pull request #16 from jpez-development/portfolio_page
added portfolio descriptions
This commit is contained in:
commit
1fe22556c0
|
|
@ -38,19 +38,28 @@
|
||||||
<video controls>
|
<video controls>
|
||||||
<source src="assets/portfolio/videos/ardent.mp4" type="video/mp4"/>
|
<source src="assets/portfolio/videos/ardent.mp4" type="video/mp4"/>
|
||||||
</video>
|
</video>
|
||||||
<p class="description">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Facere, odit aut quod quam dolores fuga dolor illum neque, sunt laboriosam consequuntur harum, assumenda id soluta aliquid dolorum ullam deleniti vero.</p>
|
<p class="description"><span class="moreInfo">Ardent London<span class="extraInfo">A candle and wax melt retailer</span></span> contracted me to design the front-end of their new e-commerce website on wix. This entailed pitching colour themes, motifs, and layout ideas until the employer was satisfied.
|
||||||
|
After the design phase, I was required to implement the design through the wix interface. Other tech stacks were left unconsidered due to the employer wanting to use wix for it's user-friendly dashboard
|
||||||
|
used to manage the inventory of products they sell. The video is from early in the design stage, as I am still waiting for a finished walkthrough for my portfolio.
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="project right">
|
<section class="project right">
|
||||||
<h2 class="title">Efron's Dice (Java CLI script)</h2>
|
<h2 class="title">Efron's Dice (Java CLI script)</h2>
|
||||||
<img src="assets/portfolio/images/efron.png" alt="An image of the output of the project script"/>
|
<img src="assets/portfolio/images/efron.png" alt="An image of the output of the project script"/>
|
||||||
<p class="description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Explicabo commodi eveniet porro hic saepe ratione adipisci soluta consectetur voluptates id, asperiores voluptatum fugiat reiciendis impedit quasi quae aliquam? Atque, ipsum!</p>
|
<p class="description">I developed this code using Java, this code proves the mathematical reasoning behind Efron's Dice.
|
||||||
|
Efron's dice is an example of intransitive dice. In the example to the left, <span class="moreInfo">A > B > C > D<span class="extraInfo">In terms of rolling higher</span></span> more than 50% of the time.
|
||||||
|
This would lead us to believe that A > D, however this is not true. TL;DR: there is always a die in the set that can roll higher than the die we roll.
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="project left">
|
<section class="project left">
|
||||||
<h2 class="title">Portfolio Website (Fullstack Project)</h2>
|
<h2 class="title">Portfolio Website (Fullstack Project)</h2>
|
||||||
<img src="assets/portfolio/images/website.png" alt="An image of the project site"/>
|
<img src="assets/portfolio/images/website.png" alt="An image of the project site"/>
|
||||||
<p class="description">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Facere, odit aut quod quam dolores fuga dolor illum neque, sunt laboriosam consequuntur harum, assumenda id soluta aliquid dolorum ullam deleniti vero.</p>
|
<p class="description">I developed this for a university assignment in my web design <span class="moreInfo">module<span class="extraInfo">CSY1018</span></span> in my Software Engnineering degree.
|
||||||
|
I was required to produce the portfolio website that you are currently viewing to show my skills in HTML and CSS. The site itself needed to display past projects, a blog, and be mobile responsive.
|
||||||
|
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue