Browse Source

Fixes here and there

Andrea Franceschini 9 years ago
parent
commit
30f2ef6ddf
8 changed files with 52 additions and 21 deletions
  1. 14 3
      css/sass/_cv.scss
  2. 4 1
      css/sass/screen.scss
  3. 21 6
      css/screen.css
  4. 5 0
      pages/_footer.php
  5. 0 1
      pages/colophon.php
  6. 2 4
      pages/cv.php
  7. 5 5
      pages/development.php
  8. 1 1
      pages/research.php

+ 14 - 3
css/sass/_cv.scss

@@ -6,9 +6,20 @@
 			margin-top: 0;
 		}
 		
-		section section {
-			padding-left: 1em;
-			border-left: 3px solid adjust-lightness($link-color, 40);
+		.body {
+			section {
+				margin-top: $base-line-height;
+				
+				&:first-child, &#full_cv {
+					margin-top: 0;
+				}
+				
+				section {
+					margin-top: 0;
+					padding-left: 1em;
+					border-left: 3px solid adjust-lightness($link-color, 40);
+				}
+			}
 		}
 	}
 }

+ 4 - 1
css/sass/screen.scss

@@ -398,7 +398,10 @@ em {
 			font-size: 0.75em;
 			
 			&.first {
-				@include span(first 2);
+				@include span(first 1);
+			}
+			&.second {
+				@include span(1);
 			}
 			
 			&.last {

+ 21 - 6
css/screen.css

@@ -626,25 +626,31 @@ em {
 }
 /* line 400, sass/screen.scss */
 #site_footer .footer_body .column.first {
-  width: 30.43478%;
+  width: 13.04348%;
   float: left;
   margin-right: 4.34783%;
 }
-/* line 404, sass/screen.scss */
+/* line 403, sass/screen.scss */
+#site_footer .footer_body .column.second {
+  width: 13.04348%;
+  float: left;
+  margin-right: 4.34783%;
+}
+/* line 407, sass/screen.scss */
 #site_footer .footer_body .column.last {
   width: 65.21739%;
   float: right;
   margin-right: 0;
 }
 @media (max-width: 48em) {
-  /* line 409, sass/screen.scss */
+  /* line 412, sass/screen.scss */
   #site_footer .footer_body .column.first {
     width: 30.43478%;
     float: left;
     margin-right: 4.34783%;
     margin-left: 2.17391%;
   }
-  /* line 414, sass/screen.scss */
+  /* line 417, sass/screen.scss */
   #site_footer .footer_body .column.last {
     width: 47.82609%;
     float: right;
@@ -794,8 +800,17 @@ em {
 .page.cv .macro.first {
   margin-top: 0;
 }
-/* line 9, sass/_cv.scss */
-.page.cv .macro section section {
+/* line 10, sass/_cv.scss */
+.page.cv .macro .body section {
+  margin-top: 28px;
+}
+/* line 13, sass/_cv.scss */
+.page.cv .macro .body section:first-child, .page.cv .macro .body section#full_cv {
+  margin-top: 0;
+}
+/* line 17, sass/_cv.scss */
+.page.cv .macro .body section section {
+  margin-top: 0;
   padding-left: 1em;
   border-left: 3px solid #d9e6f2;
 }

+ 5 - 0
pages/_footer.php

@@ -5,7 +5,12 @@
 		<div class="footer_body">
 			<div class="first column">
 				<p>Find me on</p>
+				<p><a href="//www.linkedin.com/in/andreafranceschini">LinkedIn</a></p>
 				<p><a href="//twitter.com/Morpheu5">Twitter</a></p>
+			</div>
+			<div class="second column">
+				<p>&nbsp;</p>
+				<p><a href="//github.com/Morpheu5">github</a></p>
 				<p><a href="//plus.google.com/+AndreaFranceschini">Google+</a></p>
 			</div>
 			<div class="last column">

+ 0 - 1
pages/colophon.php

@@ -2,7 +2,6 @@
 $bodyclasses = 'colophon page';
 $title = 'About this site';
 $tagline = '';
-
 $description = 'Colophon, a funny little word historically meaning a statement at the end of a publication.';
 $keywords = 'colophon';
 $twitter_image = 'images/colopic.jpg';

+ 2 - 4
pages/cv.php

@@ -2,7 +2,6 @@
 $bodyclasses = 'cv page';
 $title = 'Curriculum Vitæ';
 $tagline = '… what have I done?';
-
 $description = 'All the things you normally don\'t see about me, because the things one most tries to hide are often the things most easily seen.';
 $keywords = 'cv, curriculum vitae, resume, music, learning, tabletop, research';
 $twitter_image = 'images/colopic.jpg';
@@ -16,7 +15,6 @@ $twitter_image = 'images/colopic.jpg';
 			<div class="body">
 				<section id="person_me" class="left" itemscope itemtype="http://schema.org/Person">
 					<meta itemprop="name" content="Andrea Franceschini">
-					<p>E-mail: <a href="mailto:andrea.franceschini@open.ac.uk"><span itemprop="email">andrea.franceschini@open.ac.uk</span></a></p>
 					<p itemprop="nationality" itemscope itemtype="http://schema.org/Country">Nationality: <span itemprop="name">Italian</span></p>
 					<span><meta itemprop="birthDate" content="1983-05-07" /></span>
 				</section>
@@ -33,7 +31,7 @@ $twitter_image = 'images/colopic.jpg';
 						<p>April 2012 &mdash; Submitted 18 Sept 2015</p>
 						<p><strong>Ph.D.</strong> in Computing (Sound and Music Computing, HCI)</p>
 						<p><strong>The Open University, UK</strong></p>
-						<p>Thesis title: <em>Learning to use melodic similarity and contrast using a Digital Tabletop Musical Interface</em></p>
+						<p>Thesis title: <em>Learning to use melodic similarity and contrast for narrative using a Digital Tabletop Musical Interface</em></p>
 						<p>supervisors: Dr Robin Laney, Mr Chris Dobbyn</p>
 					</section>
 					<section>
@@ -80,7 +78,7 @@ $twitter_image = 'images/colopic.jpg';
 						<p><strong>Freelance developer</strong> (iOS, web)</p>
 						<ul>
 							<li><strong>Web sites</strong>, mostly for clients in the classical music industry</li>
-							<li><strong>iOS applications</strong>, mostly small- to mid-sized applications ranging from exhibition guides to citizens engagement, from interactive books to casual games</li>
+							<li><strong>iOS applications</strong>, mostly small- to mid-sized applications ranging from exhibition guides to citizen engagement, from interactive books to casual games</li>
 						</ul>
 						<p>Some <strong>clients</strong>: <a href="//www.sintetik.it">Sintetik</a>, <a href="//www.kina.it">Kina</a></p>
 						<p>Some <strong>technologies</strong>: Drupal, CakePHP, Ruby on Rails, iOS SDK</p>

+ 5 - 5
pages/development.php

@@ -2,7 +2,7 @@
 $bodyclasses = 'development page';
 $title = 'Software development';
 $tagline = 'not black magic';
-$description = 'Everything you need to know to get in touch with me.';
+$description = 'I design software and write code. Yes, I make apps.';
 $keywords = 'music, learning, tabletop, research, the open university';
 $twitter_image = 'images/phd-app-2x.jpg';
 ?>
@@ -11,10 +11,10 @@ $twitter_image = 'images/phd-app-2x.jpg';
 
 	<article class="body">
 		<section class="full">
-			<p>I have been writing code for as long as I can remember &ndash; yes, that must have been around 1990, with my Amiga 500. Let's just say I know a thing or two.</p>
+			<p>I have been writing code for as long as I can remember &ndash; yes, that must have been around 1990, with my Amiga 500. It has been a long journey, and I learned a thing or two along the way.</p>
 		</section>
 		<section class="left">
-			<p>One of those things is that the “<em>what languages do you know?</em>” question is largely irrelevant because once you know a bunch of them, learning a new one is easy. The hard part is knowing how to attack a problem and solve it.</p>
+			<p>One of these is that the “<em>what languages do you know?</em>” question is largely irrelevant. Once you know a bunch of them, learning a new one is easy. The hard part is knowing how to attack a problem and solve it.</p>
 		</section>
 		<section class="right">
 			<p><strong>Languages</strong> I know:</p>
@@ -54,7 +54,7 @@ $twitter_image = 'images/phd-app-2x.jpg';
 				</figure>
 			</section>
 			<section class="left">
-				<p>In 2014, I needed to bring the app below with me to a conference for demos. I figured pretty soon that was not going to bring the giant screen with me, so I did an iOS port which worked wonderfully. No, you can't have it. Yet. I'm designing a new version. You can have that.<p>
+				<p>In 2014, I needed to bring the app below with me to a conference for demos. I figured pretty soon that I was not going to bring the giant screen with me, so I did an iOS port which worked wonderfully. No, you can't have it. Yet. I'm designing a new version. You can have that once it's ready.<p>
 				<p><strong>Technologies</strong>: C++, Cinder, iOS.</p>
 				<p><a href="//www.github.com/Morpheu5/SecondStudy-iPad"><strong>Source code</strong></a></p>
 			</section>
@@ -126,7 +126,7 @@ $twitter_image = 'images/phd-app-2x.jpg';
 				</figure>
 			</section>
 			<section class="left">
-				<p>I honestly do not know what this app does. I was given a spreadsheet with some formulas, I was asked to make an iOS app, and so I did. Then the client did not want it anymore, so I published it myself.</p>
+				<p>This app helps clinicians estimate a patient's baseline risk of in-hospital major bleeding during both ST and non-ST segment elevation myocardial infarction. Not that I know what that means. I was given a spreadsheet with some formulas, I was asked to make an iOS app, and so I did. Then the client did not want it anymore, so I published it myself.</p>
 				<p><strong>Technologies</strong>: iOS, CocoaPods.</p>
 				<p><a href="//itunes.apple.com/us/app/crusade-bleeding-score-calculator/id454062627?mt=8"><strong>App Store</strong></a></p>
 			</section>

+ 1 - 1
pages/research.php

@@ -27,7 +27,7 @@ $banner_image_half = 'images/banner_research.jpg';
 		<section class="right">
 			<h2>Qualitative research</h2>
 			<p>Qualitative research is hard and fascinating work: it gives you insight on what people do and think &ndash; like reading minds, if you think about it.</p>
-			<p>QR is at the heart of <strong>user experience research</strong>, among other applications &ndash; that means figuring out the what people think about the things you make, and how they use them.</p>
+			<p>QR is at the heart of <strong>user experience research</strong>, among other applications &ndash; that means figuring out what people think about the things you make, and how they use them.</p>
 			<p>You can look at pretty much anything for information. Typical data sources include interviews, journals, videos, and so on. However, it is a common misconception that qualitative findings are less rigorous than quantitative findings: they are simply different, and they can even work together to strengthen each other and produce even more rigorous research.</p>
 		</section>
 		<section class="full hr"></section>