You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.3 KiB
82 lines
3.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Maxies Design Methoden Sammlung</title>
|
|
<link rel="stylesheet" href="./reset.css" />
|
|
<link rel="stylesheet" href="./styles.css" />
|
|
<script type="application/javascript" src="./script.js"></script>
|
|
</head>
|
|
<body>
|
|
<main class="mds-content">
|
|
<img
|
|
class="mds-hero-image"
|
|
alt="A woman sits on the floor and is working on a laptop."
|
|
src="./hero.png"
|
|
/>
|
|
<h1 class="mds-hero-title">Maxies Design Methoden Sammlung</h1>
|
|
|
|
<section class="mds-design-method mds-design-method_design-sprint">
|
|
<h2 class="mds-design-method__title">Design Sprints</h2>
|
|
|
|
<p class="mds-design-method__short-description">
|
|
Sprints are a great way of kicking off a product or…
|
|
<button
|
|
onclick="showLongText('design-sprint')"
|
|
class="mds-design-method__toggle"
|
|
>Read more</button>
|
|
</p>
|
|
|
|
<p class="mds-design-method__long-description">
|
|
Sprints are a great way of kicking off a product or improve an existing one. They focus on getting to tested ideas as quick as possible. A sprint is a 5-day process, that lets teams collaborate in many sub-exercises. Read more on design sprints here
|
|
<button
|
|
onclick="hideLongText('design-sprint')"
|
|
class="mds-design-method__toggle"
|
|
>Show less</button>
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section class="mds-design-method mds-design-method_personas">
|
|
<h2 class="mds-design-method__title">Personas</h2>
|
|
|
|
<p class="mds-design-method__short-description">
|
|
Personas are finctional characters and represent…
|
|
<button
|
|
onclick="showLongText('personas')"
|
|
class="mds-design-method__toggle"
|
|
>Read more</button>
|
|
</p>
|
|
|
|
<p class="mds-design-method__long-description">
|
|
Personas are finctional characters and represent your users.
|
|
<button
|
|
onclick="hideLongText('personas')"
|
|
class="mds-design-method__toggle"
|
|
>Show less</button>
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section class="mds-design-method mds-design-method_interviews">
|
|
<h2 class="mds-design-method__title">Interviews</h2>
|
|
|
|
<p class="mds-design-method__short-description">
|
|
Interviews really are the crux of the Inspiration
|
|
<button
|
|
onclick="showLongText('interviews')"
|
|
class="mds-design-method__toggle"
|
|
>Read more</button>
|
|
</p>
|
|
|
|
<p class="mds-design-method__long-description">
|
|
Interviews really are the crux of the Inspiration phase. Human-centered design is about getting to the people you’re designing for and hearing from them in their own words. Interviews can be a bit daunting, but by following these steps below you’ll unlock all kinds of insights and understanding that you’ll never get sitting behind your desk. Whenever possible, conduct your interviews in the interviewee’s space. You can learn so much about a person’s mindset, behavior, and lifestyle by talking with them where they live or work.
|
|
<button
|
|
onclick="hideLongText('interviews')"
|
|
class="mds-design-method__toggle"
|
|
>Show less</button>
|
|
</p>
|
|
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|