Skip to content

Commit

Permalink
Got the basic web components loading stuff done - closing #50
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed May 12, 2016
1 parent 02c8dc5 commit d89fda2
Show file tree
Hide file tree
Showing 28 changed files with 90 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/about-us.htm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2 class="f-text__heading">Heading explaining what the text will be about</h2>

<!-- this should be used on the website -->
<figure class="f-media">
<img class="f-media__media" src="image/10.jpg">
<img class="f-media__media" src="assets/image/10.jpg">
</figure>
<!-- this should be used on the website -->

Expand All @@ -123,7 +123,7 @@ <h2 class="f-text__heading">Heading explaining what the text will be about</h2>

<!-- this should be used on the website -->
<figure class="f-media">
<img class="f-media__media" src="image/17.jpg">
<img class="f-media__media" src="assets/image/17.jpg">
<figcaption class="f-media__caption">Fuck ISIS!</figcaption>
</figure>
<!-- this should be used on the website -->
Expand Down
Binary file added site/assets/fonts/icomoon.eot
Binary file not shown.
16 changes: 16 additions & 0 deletions site/assets/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/assets/fonts/icomoon.ttf
Binary file not shown.
Binary file added site/assets/fonts/icomoon.woff
Binary file not shown.
3 changes: 3 additions & 0 deletions site/assets/image/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/09.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/projecthero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions site/assets/image/rename_jpgs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
a=1
for i in *.jpg; do
new=$(printf "%02d.jpg" "$a") #04 pad to length of 2
mv -- "$i" "$new"
let a=a+1
done
3 changes: 3 additions & 0 deletions site/assets/image/team1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/team2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/assets/image/team3.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d89fda2

Please sign in to comment.