FEAT: Created first demo of project page for malung.

This commit is contained in:
MajorDroolz
2023-01-04 04:26:14 -05:00
parent 28e1dcc5d5
commit f0b2bc0474
7 changed files with 104 additions and 7 deletions

46
experience/malung.html Normal file
View File

@@ -0,0 +1,46 @@
---
title: Example
description: A description of Maxim Voldman Hutz's work on Example.
layout: default
---
<link rel="stylesheet" href="/styles/experience.css">
<section id="experience" class="dark back">
<section id="banner" class="yellow back">
<div>
<h1>Example</h1>
<i>Just A Test</i>
</div>
<button class="nav-link dark icon" data-i="close" aria-label="Exit" type="button" onclick="history.back(-1)"></button>
</section>
<div id="content">
<div id="description">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book.
</p>
<hr class="lighter">
<ul>
<li>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</li>
<li>
Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book.
</li>
<li>
It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged.
</li>
</ul>
<a href="/404" id="experience-button" class="nav-link white button r-icon" data-i="arrow_right">View Example</a>
</div>
<div id="image" class="shadow">
</div>
</div>
</section>