Skip to content

Commit 02898bc

Browse files
committed
Revamp screen shots for release v2.10.2
Fixes commons-app#11. Some images are kept without being used just in case they are needed in future.
1 parent ee30698 commit 02898bc

12 files changed

+61
-10
lines changed

images/screen-categories.jpeg

-33.1 KB
Binary file not shown.

images/screen-explore.jpeg

69.7 KB
Loading

images/screen-gallery.jpeg

-79.6 KB
Binary file not shown.

images/screen-home-contributions.jpeg

33.5 KB
Loading

images/screen-nearby.jpeg

443 Bytes
Loading

images/screen-search-category.jpeg

13.2 KB
Loading

images/screen-search-media.jpeg

59.3 KB
Loading

images/screen-upload-1.jpeg

43 KB
Loading

images/screen-upload-2.jpeg

10.7 KB
Loading

images/screen-upload-3.jpeg

18.4 KB
Loading

images/screen-upload.jpeg

-42.5 KB
Binary file not shown.

index.html

+61-10
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,49 @@ <h2>Features</h2>
7474
<div class="col-lg-6 col-sm-12">
7575
<div class="item">
7676
<div class="item-image">
77-
<img class="feature-image" src="images/screen-upload.jpeg" alt="Screenshot of upload feature" />
77+
<img class="feature-image"
78+
src="images/screen-explore.jpeg"
79+
alt="Explore screen where users discover images from Commons." />
80+
</div>
81+
<div class="hover-bar"></div>
82+
<h3 class="item-header">
83+
<!--
84+
New feature
85+
-->
86+
Explore Commons
87+
</h3>
88+
<p class="item-text">
89+
Explore images featured in Commons right from the app.
90+
</p>
91+
</div>
92+
</div>
93+
<div class="col-lg-6 col-sm-12">
94+
<div class="item">
95+
<div class="item-image">
96+
<img class="feature-image"
97+
src="images/screen-search-media.jpeg"
98+
alt="Search screen where users search for images in Commons." />
99+
</div>
100+
<div class="hover-bar"></div>
101+
<h3 class="item-header">
102+
<!--
103+
New feature
104+
-->
105+
Search Commons
106+
</h3>
107+
<p class="item-text">
108+
Want to search for images in Commons?
109+
Now, you can do that using the Commons app!
110+
You can search both media and categories.
111+
</p>
112+
</div>
113+
</div>
114+
<div class="col-lg-6 col-sm-12">
115+
<div class="item">
116+
<div class="item-image">
117+
<img class="feature-image"
118+
src="images/screen-upload-1.jpeg"
119+
alt="Upload images screen to upload images to Commons." />
78120
</div>
79121
<div class="hover-bar"></div>
80122
<h3 class="item-header">Upload your files anywhere</h3>
@@ -83,22 +125,26 @@ <h3 class="item-header">Upload your files anywhere</h3>
83125
</p>
84126
</div>
85127
</div>
86-
<div class="col-lg-6 col-sm-12">
128+
<div class="col-lg-6 col-lg-pull-6 col-sm-12">
87129
<div class="item">
88130
<div class="item-image">
89-
<img class="feature-image" src="images/screen-gallery.jpeg" alt="Screenshot of gallery feature" />
131+
<img class="feature-image"
132+
src="images/screen-upload-3.jpeg"
133+
alt="Categorize upload screen to add categories to the image being uploaded." />
90134
</div>
91135
<div class="hover-bar"></div>
92-
<h3 class="item-header">View your uploads</h3>
136+
<h3 class="item-header">Categorize your photos</h3>
93137
<p class="item-text">
94-
The app shows all the uploads you made to Commons. This is a great way to easily view your contributions.
138+
Assign categories to your photos, which makes them easier for other people to find.
95139
</p>
96140
</div>
97141
</div>
98142
<div class="col-lg-6 col-lg-push-6 col-sm-12">
99143
<div class="item">
100144
<div class="item-image">
101-
<img class="feature-image" src="images/screen-nearby.jpeg" alt="Screenshot of nearby places missing image feature" />
145+
<img class="feature-image"
146+
src="images/screen-nearby.jpeg"
147+
alt="Nearby places missing image screen to discover places nearby that need images." />
102148
</div>
103149
<div class="hover-bar"></div>
104150
<h3 class="item-header">View nearby missing images</h3>
@@ -107,15 +153,20 @@ <h3 class="item-header">View nearby missing images</h3>
107153
</p>
108154
</div>
109155
</div>
110-
<div class="col-lg-6 col-lg-pull-6 col-sm-12">
156+
<div class="col-lg-6 col-sm-12">
111157
<div class="item">
112158
<div class="item-image">
113-
<img class="feature-image" src="images/screen-categories.jpeg" alt="Screenshot of categories feature" />
159+
<img class="feature-image"
160+
src="images/screen-home-contributions.jpeg"
161+
alt="Contributions screen which features users' contributions." />
114162
</div>
115163
<div class="hover-bar"></div>
116-
<h3 class="item-header">Categorize your photos</h3>
164+
<h3 class="item-header">
165+
View your contributions
166+
</h3>
117167
<p class="item-text">
118-
Assign categories to your photos, which makes them easier for other people to find.
168+
The app shows all the uploads you have made to Commons.
169+
This is a great way to easily view your contributions.
119170
</p>
120171
</div>
121172
</div>

0 commit comments

Comments
 (0)