Skip to content

Commit 38737f9

Browse files
committed
First pass at images
1 parent ab676ea commit 38737f9

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

images/editing.gif

284 KB
Loading

images/fpo.jpg

-98.8 KB
Binary file not shown.

images/map.gif

306 KB
Loading

images/search.png

28 KB
Loading

images/snapshots.gif

129 KB
Loading

images/speed.png

22 KB
Loading

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="header-title">
3838

3939
<section class="mainFeature" id="live-map">
4040
<figure class="mainFeature-image">
41-
<img src="images/fpo.jpg" alt="" />
41+
<img src="images/map.gif" alt="" />
4242
</figure>
4343

4444
<div class="mainFeature-subSection">
@@ -64,7 +64,7 @@ <h2 class="mainFeature-subSection-title">Quick View</h2>
6464

6565
<section class="mainFeature" id="undo-redo">
6666
<figure class="mainFeature-image">
67-
<img src="images/fpo.jpg" alt="" />
67+
<img src="images/snapshots.gif" alt="" />
6868
</figure>
6969

7070
<div class="mainFeature-subSection">
@@ -96,7 +96,7 @@ <h2 class="mainFeature-subSection-title">Snapshots</h2>
9696

9797
<section class="mainFeature" id="quick-keys">
9898
<figure class="mainFeature-image">
99-
<img src="images/fpo.jpg" alt="" />
99+
<img src="images/editing.gif" alt="" />
100100
</figure>
101101

102102
<div class="mainFeature-subSection">
@@ -125,7 +125,7 @@ <h2 class="mainFeature-subSection-title">GitUp gets out of the way</h2>
125125
<section id="more-features">
126126
<section class="secondaryFeature" id="speed">
127127
<figure class="secondaryFeature-image">
128-
<img src="images/fpo.jpg" alt="" />
128+
<img src="images/speed.png" alt="" />
129129
</figure>
130130

131131
<h3 class="secondaryFeature-title">Serious Speed</h3>
@@ -136,7 +136,7 @@ <h3 class="secondaryFeature-title">Serious Speed</h3>
136136

137137
<section class="secondaryFeature" id="search">
138138
<figure class="secondaryFeature-image">
139-
<img src="images/fpo.jpg" alt="" />
139+
<img src="images/search.png" alt="" />
140140
</figure>
141141

142142
<h3 class="secondaryFeature-title">Instant Search</h3>

styles/main.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ body {
5050
height: 400px;
5151
overflow: hidden;
5252

53-
background: #ccc;
54-
border-radius: 3px;
53+
border:1px solid #ccc;
5554
}
5655
.mainFeature-image > img {
5756
display: block;
@@ -89,18 +88,17 @@ body {
8988
.secondaryFeature-image {
9089
position: relative;
9190
display: block;
92-
width: 378px;
93-
height: 200px;
91+
width: 378px; /* TODO: Why do we need to subtract 2px? */
92+
height: 198px; /* TODO: Why do we need to subtract 2px? */
9493
overflow: hidden;
9594
margin-bottom: 24px;
9695

97-
background: #ccc;
98-
border-radius: 3px;
96+
border:1px solid #ccc;
9997
}
10098
.secondaryFeature-image > img {
10199
display: block;
102100
width: 378px;
103-
height: 200;
101+
height: 200px;
104102
}
105103

106104
#download {

0 commit comments

Comments
 (0)