Skip to content

Commit d80489d

Browse files
author
Robbie McCorkell
committed
Added grid pattern to galleries. Changed wording and added heading to PT web design.
1 parent 22b961f commit d80489d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

css/img/tiny_grid.png

240 Bytes
Loading

css/img/tiny_grid_@2X.png

3.96 KB
Loading

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ul.gallery {
8585
list-style: none;
8686
z-index: 1;
8787
padding-top: 30px;
88-
background: white;
88+
background: #FFF url('img/tiny_grid.png') repeat;
8989
border-radius: 10px;
9090
border: 1px solid #efefef;
9191
}

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,17 @@ <h2>Software Development and web design</h2>
3434
</div>
3535

3636
<div id="content" class="span-24">
37-
<div class="span-24">
38-
<h3>Software Development</h3>
39-
<hr>
40-
</div>
37+
<h3>Software Development</h3>
38+
<hr />
4139
<img class="span-4 client_logo" src="images/decibel/decibel.png" />
4240
<h4 class="span-20 last" id="decibel_name">Decibel Music Systems Ltd</h4>
4341

4442
<div class="span-24"></div>
4543
<div class="span-11 description">
46-
<h4>Album Art Manager</h4>
44+
<h4 class="span-6">Album Art Manager</h4>
45+
<h4 class="span-5 last duration">Duration: ~5 weeks</h4>
4746
<p>An application developed for Decibel Music Systems Ltd, a music metadata startup based in Silicon Roundabout, London. All projects were written in C# using the WPF framework.</p>
48-
<p>When music is exported from Decibel's vast database it needs to be verified by humans to check for images regarded as missing, parental advisory, corrupt etc. The grid view of album art in this application allows this with ease and speed.</p>
47+
<p>When music is exported from Decibel's vast database it needs to be verified by humans to check for images regarded parental advisory, corrupt or missing. The grid view of album art in this application allows this with ease and speed.</p>
4948
<p>As images are viewed or highlighted the relevant album information is pulled from the database and displayed alongside. A timesaving feature of the application finds all artwork for the release of an album from Discogs.com and downloads the art to Decibel's database with a simple double-click.</p>
5049
<p>The app is also able to export artwork from the database, saving full size images and generating thumbnails, and storing information within the metadata of the image.</p>
5150
</div>
@@ -57,7 +56,8 @@ <h4>Album Art Manager</h4>
5756

5857
<div class="span-24"></div>
5958
<div class="span-11 description">
60-
<h4>Decibel Image Tools</h4>
59+
<h4 class="span-6">Decibel Image Tools</h4>
60+
<h4 class="span-5 last duration">Duration: ~1.5 weeks</h4>
6161
<p>Class libraries and sample apps for manipulating images in a manner relevant to album art. <a href="http://www.chrisevansdev.com/computer-vision-opensurf.html">OpenSURF</a> and <a href="http://www.phash.org">pHash</a> libraries were implemented to build tools for recognising similar album art in the database.</p>
6262
<p>A tool was also developed using <a href="http://www.aforgenet.com">AForge.NET</a> image processing algorithms to detect possible images of album media (vinyl/CD) by detecting concentric circles in an image.</p>
6363
</div>
@@ -85,7 +85,7 @@ <h3>Web Design</h3>
8585
</li>
8686
</ul>
8787
<div class="span-11 last description">
88-
<h4></h4>
88+
<h4>Internal Projects</h4>
8989
<p>Web design projects for Present Thinking Ltd, a web and mobile app development startup with which I am a director.</p>
9090
<p>Projects so far include Present Thinking's homepage, and a design for our first web app Stop For Dinner.</p>
9191
</div>

0 commit comments

Comments
 (0)