Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
asm14011 committed Mar 9, 2020
1 parent 3c18347 commit 12916b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions midterm/index.html
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title></title>
<title>why we fly</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand All @@ -27,21 +27,21 @@
<div class="grid">

<header>
<div id="degrees"><img src="img/degrees.png"></div>
<div id="degrees"><img src="img/degrees.png" alt="degrees"></div>
<div id="title">
<h1>why we fly</h1>
<h3>2020 bfa senior thesis film<br> by allie marsh</h3>
</div>
</header>

<div id="cessna-desktop" class="hide-mobile"><img src="img/cessna-desktop.png"></div>
<div id="cessna-desktop" class="hide-mobile"><img src="img/cessna-desktop.png" alt="cessna"></div>

<div id="strut" class="hide-mobile"><img src="img/strut-desktop.png"></div>
<div id="strut" class="hide-mobile"><img src="img/strut-desktop.png" alt="wing-view"></div>

<main>
<div id="map-attitude">
<img class="hide" src="img/map-mobile.png">
<img class="hide" src="img/attitude.png">
<img class="hide" src="img/map-mobile.png" alt="map">
<img class="hide" src="img/attitude.png" alt="attitude-indicator">
</div>
<div id="about">
<h5>In 2017, women only made up 7.1% of all pilots. <em>Why We Fly</em> is a celebration of the lady aviators who make up the 7.1% and a tribute to the brave women of the past who showed the world that the cockpit belonged to them, too. I want to open the eyes of girls of all ages to the possibility of becoming a pilot. I also want to raise awareness and curiosity about the general aviation community.
Expand All @@ -50,7 +50,7 @@
</main>

<div id="attitude">
<img class="hide-mobile show-desktop" src="img/attitude_1.png">
<img class="hide-mobile show-desktop" src="img/attitude_1.png" alt="attitude-indicator">
</div>

<div id="coming">
Expand All @@ -62,7 +62,7 @@
</div>

<footer>
<img class="hide" src="img/cessna-mobile.png">
<img class="hide" src="img/cessna-mobile.png" alt="cessna">
</footer>

</div>
Expand Down

0 comments on commit 12916b2

Please sign in to comment.