Skip to content

Commit

Permalink
Iterate on Carousel Images and Text
Browse files Browse the repository at this point in the history
- There are now five sections: design, use, build, research, and
education.
- Made slight color adjustment to new/existing images to make the text
more readable.
- Made some edits to the text.
  • Loading branch information
fcjou committed Dec 30, 2015
1 parent 33ee86f commit c8e9bd8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
Binary file modified images/slide_build.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/slide_design.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/slide_dub.jpg
Binary file not shown.
Binary file added images/slide_education.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/slide_research.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/slide_use.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 15 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ title_secondary: "HCI & Design at the University of Washington"
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>

<!-- Wrapper for slides -->
Expand All @@ -23,31 +24,39 @@ title_secondary: "HCI & Design at the University of Washington"
<img src="{{ site.baseurl }}/images/slide_design.jpg" alt="design">
<div class="carousel-caption">
<h2>Design.</h2>
<p>Design is becoming increasingly recognized as an important aspect of technology.</p>
<p>Technologists use design thinking to improve on the form and function of future and existing products.</p>
<!-- <a href="#" class="btn btn-default btn-lg">Learn more</a> -->
</div>
</div>
<div class="item">
<img src="{{ site.baseurl }}/images/slide_use.jpg" alt="use">
<div class="carousel-caption">
<h2>Use.</h2>
<p>Students and faculty work on research to make technology and products more usable.</p>
<p>DUB members involved in usability research and design aim to create better user experiences for technology.</p>
<!-- <a href="#" class="btn btn-default btn-lg">Learn more</a> -->
</div>
</div>
<div class="item">
<img src="{{ site.baseurl }}/images/slide_build.jpg" alt="build">
<div class="carousel-caption">
<h2>Build.</h2>
<p>Students get hands-on experience prototyping and building products in class and in labs.</p>
<p>Hands-on prototyping and product development takes places in labs and classrooms across campus.</p>
<!-- <a href="#" class="btn btn-default btn-lg">Learn more</a> -->
</div>
</div>
<div class="item">
<img src="{{ site.baseurl }}/images/slide_dub.jpg" alt="dub">
<img src="{{ site.baseurl }}/images/slide_research.jpg" alt="research">
<div class="carousel-caption">
<h2>DUB</h2>
<p>DUB is a community that comes together to share ideas about human-computer interaction and design.</p>
<h2>Research</h2>
<p>Students, faculty and industry collaborators work together on world-class research at UW.</p>
<!-- <a href="#" class="btn btn-default btn-lg">Learn more</a> -->
</div>
</div>
<div class="item">
<img src="{{ site.baseurl }}/images/slide_education.jpg" alt="education">
<div class="carousel-caption">
<h2>Education</h2>
<p>Students regularly participate in discussions about HCI with UW faculty and peers.</p>
<!-- <a href="#" class="btn btn-default btn-lg">Learn more</a> -->
</div>
</div>
Expand Down

0 comments on commit c8e9bd8

Please sign in to comment.