-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnowshoes.html
More file actions
29 lines (25 loc) · 875 Bytes
/
snowshoes.html
File metadata and controls
29 lines (25 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
stylesheets:
- project.css
- reset.css
title: "Snowshoes | indigoBox Studios"
---
<main id="content">
<div class="header-image" style="background-image: url(img/snowshoesWMinerva.png);"></div>
<h1 class="project-title">Snowshoes</h1>
<h3 class="project-description">
Reinvent your Windows desktop.
<div class="smaller">
With Snowshoes, you can fully customize your favorite operating system, comepletely changing the look and feel of Windows.
</div>
</h3>
<a class="project-link" href="./projects/snowshoes/">Visit Site</a>
<section class="details-and-developers">
<h3 class="no-bold">Developed By:</h3>
<ul class="developers">
<img src="people/raltman/person.jpg" alt="Robert Altman">
</ul>
</section>
</main>
{% include footer.html %}