diff options
-rw-r--r-- | assets/project/catchvoid.png | bin | 0 -> 60480 bytes | |||
-rw-r--r-- | assets/project/cooking.png | bin | 0 -> 71273 bytes | |||
-rw-r--r-- | assets/project/map.png | bin | 0 -> 1837960 bytes | |||
-rw-r--r-- | assets/project/personal-page.png | bin | 0 -> 69689 bytes | |||
-rw-r--r-- | assets/project/reading.png | bin | 0 -> 859810 bytes | |||
-rw-r--r-- | assets/project/shared-cost.png | bin | 0 -> 104841 bytes | |||
-rw-r--r-- | assets/project/timer.png | bin | 0 -> 27947 bytes | |||
-rw-r--r-- | assets/project/todo.png | bin | 0 -> 57397 bytes | |||
-rw-r--r-- | css/Project.hs | 6 | ||||
-rw-r--r-- | project/01-shared-cost.md | 2 | ||||
-rw-r--r-- | project/02-todo.md | 2 | ||||
-rw-r--r-- | project/04-reading.md | 2 | ||||
-rw-r--r-- | project/05-map.md | 2 | ||||
-rw-r--r-- | project/06-catchvoid.md | 2 | ||||
-rw-r--r-- | project/07-personal-page.md | 2 | ||||
-rw-r--r-- | project/08-timer.md | 2 | ||||
-rw-r--r-- | project/09-cooking.md | 2 |
17 files changed, 22 insertions, 0 deletions
diff --git a/assets/project/catchvoid.png b/assets/project/catchvoid.png Binary files differnew file mode 100644 index 0000000..bc05c6b --- /dev/null +++ b/assets/project/catchvoid.png diff --git a/assets/project/cooking.png b/assets/project/cooking.png Binary files differnew file mode 100644 index 0000000..2d2bcc9 --- /dev/null +++ b/assets/project/cooking.png diff --git a/assets/project/map.png b/assets/project/map.png Binary files differnew file mode 100644 index 0000000..495dd3f --- /dev/null +++ b/assets/project/map.png diff --git a/assets/project/personal-page.png b/assets/project/personal-page.png Binary files differnew file mode 100644 index 0000000..fa59e0e --- /dev/null +++ b/assets/project/personal-page.png diff --git a/assets/project/reading.png b/assets/project/reading.png Binary files differnew file mode 100644 index 0000000..4b58f0e --- /dev/null +++ b/assets/project/reading.png diff --git a/assets/project/shared-cost.png b/assets/project/shared-cost.png Binary files differnew file mode 100644 index 0000000..e0101cb --- /dev/null +++ b/assets/project/shared-cost.png diff --git a/assets/project/timer.png b/assets/project/timer.png Binary files differnew file mode 100644 index 0000000..dd37a2d --- /dev/null +++ b/assets/project/timer.png diff --git a/assets/project/todo.png b/assets/project/todo.png Binary files differnew file mode 100644 index 0000000..763f1bb --- /dev/null +++ b/assets/project/todo.png diff --git a/css/Project.hs b/css/Project.hs index 99ddbd4..4d17e42 100644 --- a/css/Project.hs +++ b/css/Project.hs @@ -4,6 +4,7 @@ module Project ( style ) where +import qualified Color import Clay hiding (style) style :: Css @@ -11,3 +12,8 @@ style = do ".Project__Body" ? do marginTop (px 20) + + ".Project__Body" ? img ? do + border solid (px 1) Color.gray + sym borderRadius (px 8) + width (pct 100) diff --git a/project/01-shared-cost.md b/project/01-shared-cost.md index 218ed88..91b6c46 100644 --- a/project/01-shared-cost.md +++ b/project/01-shared-cost.md @@ -11,3 +11,5 @@ skills: Share costs with a group of people with a Rich Internet Application (RIA). + +![](assets/project/shared-cost.png) diff --git a/project/02-todo.md b/project/02-todo.md index 0f88890..3d65beb 100644 --- a/project/02-todo.md +++ b/project/02-todo.md @@ -7,3 +7,5 @@ skills: --- Manage a context-based next-action list. + +![](assets/project/todo.png) diff --git a/project/04-reading.md b/project/04-reading.md index 625e4d8..273a405 100644 --- a/project/04-reading.md +++ b/project/04-reading.md @@ -12,3 +12,5 @@ skills: Guide students to find a book by refining the result set with faceted search. + +![](assets/project/reading.png) diff --git a/project/05-map.md b/project/05-map.md index 3fe224e..ae01dac 100644 --- a/project/05-map.md +++ b/project/05-map.md @@ -9,3 +9,5 @@ skills: --- Add customized markers on a map. + +![](assets/project/map.png) diff --git a/project/06-catchvoid.md b/project/06-catchvoid.md index 3834bce..5ac97e0 100644 --- a/project/06-catchvoid.md +++ b/project/06-catchvoid.md @@ -9,3 +9,5 @@ skills: Catch the points of your color, avoid the others. You can switch colors in order to reverse the game mechanic. Get the best score. + +![](assets/project/catchvoid.png) diff --git a/project/07-personal-page.md b/project/07-personal-page.md index 954e00d..f813be9 100644 --- a/project/07-personal-page.md +++ b/project/07-personal-page.md @@ -10,3 +10,5 @@ skills: --- Show resume and projects from YAML data with a web application. + +![](assets/project/personal-page.png) diff --git a/project/08-timer.md b/project/08-timer.md index 7aeab8f..7d98ff9 100644 --- a/project/08-timer.md +++ b/project/08-timer.md @@ -7,3 +7,5 @@ skills: --- Create and manage timers with a Rich Internet Application (RIA). + +![](assets/project/timer.png) diff --git a/project/09-cooking.md b/project/09-cooking.md index 9eddeda..4f2b72a 100644 --- a/project/09-cooking.md +++ b/project/09-cooking.md @@ -9,3 +9,5 @@ skills: --- Show recipes as a blog from markdown files. + +![](assets/project/cooking.png) |