added portfolio page

main
Alina Marquardt 2025-05-21 15:31:15 +02:00
parent 522b10bfa5
commit d77058d573
4 changed files with 156 additions and 6 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -47,6 +47,7 @@
<ul>
<li class="line2 bigline"><a href="https://git.broken.graphics/explore/repos" target="_blank">my <em>git repos</em></a></li>
<li class="line3 bigline"><a href="https://lastfuture.bandcamp.com/" target="_blank">my <em>bandcamp</em></a></li>
<li class="line4"><a href="portfolio.html">my portfolio </a></li>
</ul>
</section>

View File

@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">
<head id="alinamarquardt-com">
<meta charset="utf-8">
<title>portfolio alina marquardt</title>
<meta name="description" content="portfolio" />
<meta name="author" content="alina marquardt" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" fetchpriority="high" />
<link rel="preload" as="image" type="image/webp" href="img/bg.webp" fetchpriority="high" />
<link rel="preload" as="image" type="image/webp" href="img/bg_blur.webp" />
<link rel="preload" as="image" type="image/svg+xml" href="img/track-pause.svg" />
<script src="js/three.min.js" defer></script>
<script src="functions.js" defer></script>
</head>
<body>
<div id="background_wrap"></div>
<div id="wrapper">
<header id="greeting" class="sidebaritem headlineshadow">
<div id="icosahedron-container"></div>
<span class="line1 portfolio">welcome to</span>
<span class="line2">the portfolio of</span>
<span class="line3">alina marquardt</span>
</header>
<section id="iam" class="sidebaritem headlineshadow">
<span class="line1">i am a senior</span>
<span class="line2 bigline"><em>UX/UI designer</em></span>
<span class="line3">&amp; electronic musician</span>
<span class="line4">based in germany</span>
</section>
<section id="findme" class="sidebaritem headlineshadow">
<span class="line1">navigate</span>
<ul>
<li class="line2 bigline"><a href="/">back to <em>home</em></a></li>
</ul>
</section>
<section class="contentitem box maincontent" id="experiments">
<header class="blurgreen headlineshadow">
<h1><em>design &amp; UX/UI</em> portfolio</h1>
</header>
<div class="opaque whitebg">
<article id="disclaimer">
<h2><span class="halfbubble blurgreen"></span><em>disclaimer</em> about NDAs</h2>
<p>please note that nearly all of my professional work over the past 14 years has been conducted under strict non-disclosure agreements (NDAs). as a result, I am unable to share detailed work samples or projects from that period. the pieces shown here represent a very limited selection of my public-facing work and personal projects.</p>
</article>
<article id="watchfaces">
<h2><span class="halfbubble blurgreen"></span><em>watchfaces</em> for smartwatches</h2>
<p>between 2013 and 2020 I've created <a href="https://git.broken.graphics/explore/repos?q=watchface" target="_blank">serveral watchfaces</a> for all pebble smartwatch models as well as fitbit smartwatches.</p>
<p>these watchfaces have been designed with usability concepts in mind respecting interaction capabilities and screen space constraints. that includes motion gestures, adaptive display of stats based on activity and deep configurability via the user's smartphone.</p>
<iframe class="watchface-video" width="445" height="445" src="https://www.youtube.com/embed/_vG2ZFeQobg?si=Ys78wYEozPAy3eoC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="445" height="445" src="https://www.youtube.com/embed/EjgYxUxGvdI?si=eBT5P9vRsDyyNALU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</article>
<article id="yana">
<h2><span class="halfbubble blurgreen"></span><em>yana</em> UX/UI and graphic design</h2>
<img class="watchface" src="img/experiments/yana-logo-v2.svg" width="200" height="200" alt="blue food bowl icon with crossed chopsticks below it and a violet flame above" />
<p>yana is a work-in-progress calorie and nutrition tracking application for android.</p>
<p>unfortunately there's not a lot to show as of yet. please stay tuned for more.</p>
</article>
<div class="clearfix"></div>
</div>
</section>
</div>
</body>
</html>

View File

@ -405,6 +405,10 @@ a:hover {
color: var(--link-color-hover);
}
p {
margin-bottom: 0.6em;
}
body,
select,
input,
@ -644,7 +648,7 @@ a {
margin-left: 1.7rem;
}
.sidebaritem#findme span.line4 a {
.sidebaritem#findme .line4 a {
margin-left: 3.375rem;
font-size: 1.125rem;
}
@ -777,6 +781,9 @@ div.opaque h2 span.halfbubble {
display: block;
float: left;
}
.watchface-video {
margin: 0.6rem 0;
}
/* music */
@ -959,7 +966,6 @@ article.album a:hover {
gap: 5rem;
}
/* Create sidebars "column" */
#greeting,
#iam,
#findme {
@ -967,7 +973,6 @@ article.album a:hover {
flex: 0 0 auto;
}
/* Stack the sidebar items vertically with margins */
#greeting {
order: 1;
margin-bottom: 0;
@ -987,8 +992,6 @@ article.album a:hover {
margin-top: 2.8rem;
}
/* Right column */
.contentitem {
max-width: 495px;
}
@ -1037,7 +1040,7 @@ article.album a:hover {
margin-top: 1.5rem;
}
.sidebaritem#greeting .line1 {
.sidebaritem#greeting .line1:not(.portfolio) {
margin-left: 4rem;
}