diff --git a/hw1/claudio_maggioni/3d_print_service.html b/hw1/claudio_maggioni/3d_print_service.html index 6a1973c..b8f52ef 100644 --- a/hw1/claudio_maggioni/3d_print_service.html +++ b/hw1/claudio_maggioni/3d_print_service.html @@ -1,10 +1,86 @@ + + + - - - - - - + + + maggicl - Atelier INF + + + + + + + + +
+

maggicl - Atelier INF

+
+
+ +
+

3D print work order form

+
+
+ Customer details + + + + + + +
+
+ Work order + + + + + + +
+ +
+
+ +
+ + - diff --git a/hw1/claudio_maggioni/blog.html b/hw1/claudio_maggioni/blog.html index a84111f..ecfdba5 100644 --- a/hw1/claudio_maggioni/blog.html +++ b/hw1/claudio_maggioni/blog.html @@ -32,10 +32,12 @@

Jul 28, 2016 -- Claudio Maggioni

-
+
My Spotify with a bunch of Rick Astley songs
- My Spotify with a bunch of Rick Astley songs + + My Spotify with a bunch of Rick Astley songs +

@@ -173,9 +175,11 @@ exit $?

Jul 12, 2016 -- Claudio Maggioni

-
+
The X60s
- An image of the ThinkPad X60s + + An image of the ThinkPad X60s +

Currently, my only laptop is a @@ -191,9 +195,11 @@ exit $? I/0 ports (including a CardBus slot!). -

+
The X60s one more time
- Another image of the ThinkPad X60s + + Another image of the ThinkPad X60s +

@@ -250,9 +256,11 @@ exit $? screenfetch:

-
+
The laptop running screenfetch
- The laptop running 'screenfetch' + + The laptop running 'screenfetch' +

@@ -270,6 +278,14 @@ exit $?

+ +
+
The keyboard in question
+ + The keyboard in question + +
+

I've recently got a Rapoo E6100. This is a minimal and space saving Bluetooth 3.0 keyboard. If you pair it with Windows 10, it will remain paired after diff --git a/hw1/claudio_maggioni/css/form.css b/hw1/claudio_maggioni/css/form.css new file mode 100644 index 0000000..7f2f466 --- /dev/null +++ b/hw1/claudio_maggioni/css/form.css @@ -0,0 +1,21 @@ +/* vim: set ts=2 sw=2 tw=80 et: */ + +input, textarea { + width: 20rem; + display: block; + padding: .1rem; + margin: .25rem 0; +} + +fieldset { + border: none; + margin: .5rem 0; +} + +label { + font-size: .7rem; +} + +textarea[name="address"] { + height: 4em; +} diff --git a/hw1/claudio_maggioni/css/main.css b/hw1/claudio_maggioni/css/main.css index 03de384..9ff2db9 100644 --- a/hw1/claudio_maggioni/css/main.css +++ b/hw1/claudio_maggioni/css/main.css @@ -71,6 +71,13 @@ figure { float: left; } +@media screen and (min-width: 769px) { + figure.img { + max-width: 240px; + max-height: 240px; + } +} + figure.full-width { max-width: 100%; } diff --git a/hw1/claudio_maggioni/img/blog/rapoo.jpg b/hw1/claudio_maggioni/img/blog/rapoo.jpg new file mode 100644 index 0000000..ba584bc Binary files /dev/null and b/hw1/claudio_maggioni/img/blog/rapoo.jpg differ