Files
portfolio/experience/malung.html
2023-01-04 04:26:14 -05:00

46 lines
1.5 KiB
HTML

---
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>